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

    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. command line - Open MySQL from the terminal - Stack Overflow

    Dec 27, 2017 · I have installed MySQL on my macbook and would like to access MySQL through the terminal by simply typing mysql. How do I do this?

  3. How to connect from windows command prompt to mysql command …

    Then enter the complete path name of your MySQL bin directory (for example, C:\Program Files\MySQL\MySQL Server 8.0\bin). Open a different terminal and if you are using root as user run …

  4. How can I access the MySQL command line with XAMPP for Windows?

    Your MySQL binaries should be somewhere under your XAMPP folder. Look for a /bin folder, and you'll find the mysql.exe client around. Let's assume it is in c:\xampp\mysql\bin, then you should fireup a …

  5. Mac install and open mysql using terminal - Stack Overflow

    If you have your MySQL server up and running, then you just need a client to connect to it and start practicing. One is the mysql-client, which is a command-line tool, or you can use phpMyAdmin, which …

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

  7. Xampp MySQL not starting - "Attempting to start MySQL service..."

    57 If you have MySQL already installed on your windows then go to services.msc file on your windows and right click the MySQL file and stop the service, now open your XAMPP and start MySQL. Now …

  8. how to run mysql in ubuntu through terminal - Stack Overflow

    Jun 25, 2012 · how to run mysql in ubuntu through terminal Asked 13 years, 5 months ago Modified 4 years, 8 months ago Viewed 136k times

  9. MySQL Error: : 'Access denied for user 'root'@'localhost'

    In Ubuntu systems running MySQL 5.7 (and later versions), the root MySQL user is set to authenticate using the auth_socket plugin by default rather than with a password.

  10. MySQL 8.0 Command Line Client crashes right after entering the …

    Dec 28, 2020 · This might be because MYSQL service is stopped. Open search bar in windows and type services Open the services application and find MYSQL application. Click on start Now open sql …