Displaying 1 result from an estimated 1 matches for "pxxxxxx".
Did you mean:
xxxxxx
2008 Mar 21
1
CentOS 5.1 - MySQL 5.0.22 - Courier auth lib problem
...[::ffff:192.168.10.200]
Mar 21 21:58:21 mail0 couriertcpd: authentication error: Input/output error
The socket exists
# ll /tmp/mysql.sock
srwxrwxrwx 1 mysql mysql 0 Mar 21 21:53 /tmp/mysql.sock
and mysql seems to be working fine using the same credentials
# mysql -S /tmp/mysql.sock -u courier -pxxxxxx
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 7 to server version: 5.0.22
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql>
some bits from the my.cnf
[client]
port = 3306
socket = /tmp/mysql.sock...