About 1,490,000 results
Open links in new tab
  1. How can I get the size of a MySQL database? - Stack Overflow

    Nov 14, 2009 · How can I get the size of a MySQL database? Suppose the target database is called "v3".

  2. ERROR 1130 (HY000): Host '' is not allowed to connect to this …

    Why oh why can I not connect to mysql? mysql -u root -ptest101 -h xxx.xxx.xxx.xxx ERROR 1130 (HY000): Host 'xxx.xxx.xxx.xxx' is not allowed to connect to this MySQL server In my.cnf I …

  3. MySQL: Grant **all** privileges on database - Stack Overflow

    Feb 16, 2011 · FYI MySQL 5.7+ warns about using GRANT to change password: Using GRANT statement to modify existing user's properties other than privileges is deprecated and will be …

  4. Where is MySQL's my.ini located on Windows? - Stack Overflow

    The reason being quoted on the MySQL link posted above: On Windows, MySQL programs read startup options from the following files, in the specified order (top items are used first). The 5.6 …

  5. sql - MySQL select where column is not empty - Stack Overflow

    In MySQL, can I select columns only where something exists? For example, I have the following query: select phone, phone2 from jewishyellow.users where phone like '813%' and phone2 I'm …

  6. MySQL error code: 1175 during UPDATE in MySQL Workbench

    Jul 12, 2012 · 1 MySql workbench gave me the same error, after I unchecked safe mode , I then reconnected the server and the update function worked. Go to Query in the menu bar and …

  7. How to find out the MySQL root password - Stack Overflow

    Jun 5, 2012 · I cannot figure out my MySQL root password; how can I find this out? Is there any file where this password is stored? I am following this link but I do not have directadmin …

  8. MySQL :: MySQL Forums :: Newbie

    Nov 13, 2024 · Sticky: MySQL Performance Tuning: The Perfect Scalability (1 Posts) Edwin Desouza 09/21/2019 04:16PM Sticky: MySQL 8.0: if I should optimize only one query, which …

  9. mysql root password forgotten - Stack Overflow

    And change the root password: mysql> FLUSH PRIVILEGES; mysql> ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'MyNewPass'; Revert back …

  10. How do I find out my MySQL URL, host, port and username?

    Nov 4, 2010 · I need to find my MySQL username. When I open the MySQL command line client, it only asks me for my password. I don't remember my username. And for connectivity with …