About 11,600,000 results
Open links in new tab
  1. How to connect to MySQL from the command line - Stack Overflow

    Feb 27, 2011 · How can you connect to MySQL from the command line in a Mac? (i.e. show me the code) I'm doing a PHP/SQL tutorial, but it starts by assuming you're already in MySQL.

  2. 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".

  3. How to allow remote connection to MySQL - Stack Overflow

    I have installed MySQL Community Edition 5.5 on my local machine and I want to allow remote connections so that I can connect from external source. How can I do that?

  4. 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 …

  5. How to show the last queries executed on MySQL?

    Mar 16, 2009 · Is there any query/way to show the last queries executed on ALL servers?

  6. 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 …

  7. How to reset or change the MySQL root password? - Stack Overflow

    How do I change the MySQL root password and username in ubuntu server? Do I need to stop the mysql service before setting any changes?

  8. How can I import an SQL file using the command line in MySQL?

    Jul 10, 2019 · 69 Open the MySQL command line Type the path of your mysql bin directory and press Enter Paste your SQL file inside the bin folder of mysql server. Create a database in …

  9. sql - MySQL query String contains - Stack Overflow

    it appears the author wanted to construct the MySQL query using PHP. Since the question was asked 12 years ago, current practice would be to use preprepared statements to prevent SQL …

  10. grant remote access of MySQL database from any IP address

    Connect to MySQL database as root, or any other user with the root privilege. mysql -u root -p # for password based login sudo mysql -u root # if authentication is done using auth_socket Now …