About 53 results
Open links in new tab
  1. MySQL :: SOLUTION: "mysql_connect (): Client does not support ...

    Jan 7, 2005 · I tried stopping mySQL server and restarting it, but no luck so far. So I got the error: “#1251 - mysql_connect (): Client does not support authentication protocol requested by server; …

  2. What is the difference between MySQL Server and MySQL Client

    The mysql server is used to persist the data and provide a query interface for it (SQL). The mysql clients purpose is to allow you to use that query interface. The client package also comes with utilities that …

  3. MySQL command line client for Windows - Stack Overflow

    Jul 14, 2010 · 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 graphical …

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

    Nov 9, 2023 · I've managed to get into MySQL using the command line terminal, but when I tried to enter some SQL, it said 'no database selected' how do I select a database? my database name is: …

  5. MySQL 8.0 - Client does not support authentication protocol requested ...

    Apr 30, 2018 · I can't make a simple connection to the server for some reason. I install the newest MySQL Community 8.0 database along with Node.JS with default settings. This is my node.js code …

  6. node.js - ER_NOT_SUPPORTED_AUTH_MODE: Client does not support ...

    Oct 15, 2018 · This is one of the most common MySQL + Node.js connection errors: ER_NOT_SUPPORTED_AUTH_MODE “Client does not support authentication protocol requested …

  7. 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 .sql file on the C ...

  8. How do I install command line MySQL client on mac?

    Jun 23, 2015 · I want to install the MySQL client for the command line, not a GUI. I have searched over the web but only found instructions on installing the MySQL server.

  9. Is there a way to only install the mysql client (Linux)?

    Mar 13, 2011 · This is a totally valid question, the answers below are totally relevant, and they totally solve the problem that I had, even if they're only from the perspective of one specific Linux distro …

  10. How to test which port MySQL is running on and whether it can be ...

    May 3, 2011 · A simpler approach for some : If you just want to check if MySQL is on a certain port, you can use the following command in terminal. Tested on mac. 3306 is the default port. mysql - …