About 716,000 results
Open links in new tab
  1. MySQL command line client for Windows - Stack Overflow

    Feb 14, 2013 · Is there any nice command line MySQL client for windows? I mean a single exe that allows connecting and running a sample query. I've googled and only could find big …

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

  3. How to select a MySQL database through CLI? - Stack Overflow

    The command line provided is not quite correct. To specify password in command line, you set --password=<pass_goes_here> to use database via command line, you put in mysql -u <user> …

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

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

    Jul 10, 2019 · I have a .sql file with an export from phpMyAdmin. I want to import it into a different server using the command line. I have a Windows Server 2008 R2 installation. I placed the …

  6. Access mysql remote database from command line

    Apr 8, 2013 · I have a server with Rackspace. I want to access the database from my local machine command line. I tried like: mysql -u username -h my.application.com -ppassword But …

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

    59 I'm trying to connect to mysql server command line from my windows prompt I write the next line in cmd but i get an error.

  8. How do you run a single query through mysql from the command …

    This should be the first result in a google search (for "mysql exec sql from command line") and not the huge mysql site!

  9. command line - How to best display in Terminal a MySQL SELECT …

    May 29, 2009 · 65 Using mysql 's ego command From mysql 's help command: ego (\G) Send command to mysql server, display result vertically. So by appending a \G to your select, you …

  10. Porque no puedo entrar a Mysql desde Cmd pero si en el …

    Estoy en Windows 10 y estoy intentando entrar a Mysql en mi localhost desde cmd pero me sale este error, con el usuario root C:\\Program Files\\MySQL\\MySQL Server 5.7\\bin&gt;mysql -u …