Hi all i have just installed debian etch following that
howto but i have a problem about configuring the mysql server.Exactly when i try to run
Code:
mysqladmin -h myhostname.mydomainname -u root password my-mysqlrootpassword
i get this error:
Code:
mysqladmin: connect to server at 'medic3.medichome' failed
error: 'Lost connection to MySQL server at 'reading initial communication packet', system error: 113'
.The server is running
Code:
medic3:/home/paul555# ps -ef |grep mysql
root 2154 1 0 15:29 ? 00:00:00 /bin/sh /usr/bin/mysqld_safe
mysql 2191 2154 0 15:29 ? 00:00:00 /usr/sbin/mysqld --basedir=/usr --datadir=/var/lib/mysql --user=mysql --pid-file=/var/run/mysqld/mysqld.pid --skip-external-locking --port=3306 --socket=/var/run/mysqld/mysqld.sock
root 2192 2154 0 15:29 ? 00:00:00 logger -p daemon.err -t mysqld_safe -i -t mysqld
root 2648 2626 0 16:01 pts/0 00:00:00 grep mysql
and i have created ok the root password previously with
Code:
mysqladmin -u root password my-mysqlrootpassword
.Does anyone have an idea?
Recent comments
23 hours 58 min ago
1 day 6 hours ago
1 day 10 hours ago
1 day 12 hours ago
1 day 20 hours ago
2 days 6 hours ago
2 days 6 hours ago
2 days 10 hours ago
2 days 14 hours ago
2 days 15 hours ago