About 4,630,000 results
Open links in new tab
  1. Can't connect to MySQL server on 'localhost' (10061)

    Sep 23, 2008 · There are two ways the MySQL client can connect to the server: over TCP/IP, or using sockets. It's possible you have your MySQL server configured to support socket …

  2. Can't connect to local MySQL server through socket …

    Mar 21, 2011 · I was getting the same error, but in my case, I found out mysql wouldn't start because the disk was 100% full. /var/log/mysqld.log was helpful.

  3. ERROR 2002 (HY000): Can't connect to local MySQL server …

    I once had this problem and solved it by installing mysql-server, so make sure that you have installed the mysql-server, not the mysql-client or something else.

  4. Can't connect to Remote MySQL Server (10061) - Stack Overflow

    Jun 20, 2016 · Localhost connection is enabled in MySQL. But Remote(My laptop) access is disabled Can't connect to MySQL server on "host" (10061)`. My port always open 3306. Here …

  5. linux - error: 'Can't connect to local MySQL server through socket ...

    Aug 16, 2012 · Note: The mysql.sock file is created when the server is started and removed when the server is stopped, so sometimes the link you created might appear to be broken but it …

  6. Cannot connect to Database server (mysql workbench)

    It gives me an error: Cannot Connect to Database Server Your connection attempt failed for user 'root' from your host to server at 127.0.0.1:3306:Can't connect to mysql server on '127.0.0.1' …

  7. Can't connect to local MySQL server through socket …

    Dec 15, 2010 · Note to cygwin users: if the cygwin mysql client tries to hook to a local WAMP mysql server for instance, use -h <hostname other than localhost>. Don't try to create a …

  8. Can't connect to local MySQL server through socket …

    OperationalError: (2002, "Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)") However, I'm able to at all times, connect to MySQL by running the command line mysql …

  9. Can't connect to MySQL server on '127.0.0.1' (10061) (2003)

    Apr 16, 2016 · Resolved this issue by navigating to C:\xampp\mysql\bin and double clicking on mysqld.exe and then allow access in the pop up that comes. My server status on workbench …

  10. PyMySQL can't connect to MySQL on localhost - Stack Overflow

    Jul 31, 2011 · pymysql.err.OperationalError: (2003, "Can't connect to MySQL server on 'localhost' (111)") I'm sure mysqld is running because I can connect using mysql command or phpMyAdmin.