ERROR 2003: Can’t connect to MySQL server
I Need to add remote user for add, select, update and delete in mysql.
grant select,insert,update,delete on postfix.* to "postfix_rc"@"%" identified by "postfix_xxxxyyy" with grant option;
try to access :
-bash-2.05b$ mysql -upostfix_rc -p -h 172.88.1.5
Enter password:
ERROR 2003: Can’t connect to MySQL server on ‘172.88.1.5′ (61)
according to this, that means no tcp/ip support.
checking firewall. OK.
after check for mysql
jedimaster# ps -ax | grep mysql
739 con- I 0:00.01 /bin/sh /usr/local/bin/mysqld_safe –defaults-extra-file=/var/db/mysql/my.cnf –user=mysql –datadi
834 con- S 0:04.86 /usr/local/libexec/mysqld –defaults-extra-file=/var/db/mysql/my.cnf –basedir=/usr/local –datadir
59745 p1 I 0:00.01 /bin/sh /usr/local/bin/mysqld_safe –defaults-extra-file=/var/db/mysql/my.cnf –user=mysql –datadi
59769 p1 S 0:04.98 /usr/local/libexec/mysqld –defaults-extra-file=/var/db/mysql/my.cnf –basedir=/usr/local –datadir
jedimaster# ee /var/db/mysql/my.cnf
check this line :
#skip-networking
removing # will add security as connection only allowed from localhost but in my case I need tcp/ip so I put # back.
try again :
-bash-2.05b$ mysql -upostfix_rc -p -h 172.88.1.5
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 414 to server version: 5.0.45-log
Type ‘help;’ or ‘\h’ for help. Type ‘\c’ to clear the buffer.
mysql>
make sure minimum mysql client : mysql-client-4.1.21 Multithreaded SQL database (client)
If I use from other server :
$ mysql -upostfix_rc -p -h 172.88.1.5
Enter password:
ERROR 1251: Client does not support authentication protocol requested by server; consider upgrading MySQL client
$
I use mysql 4.0.27 client
got new mysql error
. My old friend is 127 error heheheheehehe.
- mysql error 2003
- cant connect to mysql server on (61)
- mysql error 2003 (61)
- mysql error no 2003
- mysql error 2003 61
- cant connect to mysql server (61)
- cant connect to mysql server on 61
- can\t connect to mysql server on (61)
- error 2003 mysql
- error 2003 cant connect to mysql server
- error no 2003 mysql
- mysql connect error 2003
- cant connect to mysql server 61
- mysql client error 2003
- 2003 cant connect to mysql server
- mysql connection error 2003
- error 2003: cant connect to mysql server on (61)
- can\t connect to mysql server on 61
- mysql error 61 2003
- error no 2003 in mysql
- #2003 - cant connect to mysql server on (61)
- can\t connect to mysql server (61)
- error no 2003 cant connect to mysql server
- error no 2003 cant connect to mysql server on
- error 2003 cant connect to mysql server (61)
- error 2003: cant connect to mysql server (61)
- ERROR 2003: Cant connect to MySQL server
- cant connect to mysql server on
- mysql 2003 61 error
- error 2003 cant connect to mysql
- 2003 cant connect to mysql server on
- cant connect to mysql server
- #2003 - cant connect to mysql server on
- (61)(2003) mysql
- Cant connect to MySQL server on localhost (61)
- got error 2003 mysql
- error 2003 mysql (61)
- mysql server 5 0\my ini error code -1
- can\t connect to mysql server 61
- can\t connect to mysql server on (61) (code 2003)
- mysql_real_connect error 2003
- mysql_real_connect: Cant connect to MySQL server on 192 168 16 53 (61)
- my sql error 2003
- 2003 - cant connect to mysql server on
- 2003 Cant connect to MySQL server on support easybyte it (61)
- ERROR 2003: Cant connect to MySQL server on 61
- error 2003
- cant connect to mysql server error 61
- cant connect to mysql server on (101)
- freebsd mysql server error 2003






No Comment
Random Post
Leave Your Comments Below