Top "Mysql-error-2003" questions

MySQL Error 2003 (HY000): Can't connect to MySQL server on the specified ip address.

Access mysql remote database from command line

I have a server with Rackspace. I want to access the database from my local machine command line. I tried …

mysql shell mysql-error-2003
ERROR 2003 (HY000): Can't connect to MySQL server on '127.0.0.1' (111)

I use the following command: mysql -u root -h 127.0.0.1 -p and the error message is : ERROR 2003 (HY000): Can't connect to …

mysql mysql-error-2003
Can't connect to MySQL server error 111

I installed mysql server on linux box IP = 192.168.1.100 but when i try to connect to this IP it alway error(111). …

mysql linux mysql-error-2003
How to start MySQL server on windows xp

Whenever I try to start MySQL by typing > mysql -u root I get the error ERROR 2003(HY000): Can't connect …

mysql windows-xp mysql-error-2003
ERROR 2003 (HY000): Can't connect to MySQL server (111)

This question is related to the following questions: Can't connect to MySQL server error 111 Trying to connect to remote MySQL …

mysql linux remote-access mysql-error-2003
PyMySQL can't connect to MySQL on localhost

I'm trying to connect to MySQL on localhost using PyMySQL: import pymysql conn = pymysql.connect(db='base', user='root', passwd=…

python mysql mysql-error-2003
Trying to connect to remote MySQL host (error 2003)

I have a MySQL instance running on a Debian server and I can connect to it locally with no problems. …

mysql debian iptables mysql-error-2003
Can't connect to MySQL server on localhost (10061) on window 7

I am having window 7 as a operating system in the production machine where i am trying to use MySQL server 5.0 …

mysql windows-7 mysql-error-2003
Problems in connecting to mysql server: ERROR 2003 (HY000)

Server ip: 172.16.1.169 mysql user name: root passwd: xxxxxxxxxx database name: example I'm trying to access a database from a client (…

mysql linux fedora mysql-error-2003
Can't get mysqldump to connect to local mysql instance (error 2003 / 10061)

I've got mysql 5.1 on a windows xp machine. It's listening on port 3308. I'm trying to use mysqldump: > mysqldump -u …

mysql mysqldump mysql-error-2003