Server mysql
ctak
Messages postés
53
Statut
Membre
-
bob031 Messages postés 8228 Statut Membre -
bob031 Messages postés 8228 Statut Membre -
Bonjour,
J'ai un problème avec mon server mysql qui ne démarre plus. j'ai même essayé une désinstallation et une réinstallation sans succès. quelqu'un pourrait il m'aider.
# mysql -u root -p
Enter password:
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
# ps aux | grep mysql
root 23114 0.0 0.1 3116 728 pts/0 S+ 09:05 0:00 grep mysql
merci
J'ai un problème avec mon server mysql qui ne démarre plus. j'ai même essayé une désinstallation et une réinstallation sans succès. quelqu'un pourrait il m'aider.
# mysql -u root -p
Enter password:
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
# ps aux | grep mysql
root 23114 0.0 0.1 3116 728 pts/0 S+ 09:05 0:00 grep mysql
merci
A voir également:
- /Etc/init.d/mysql: no such file or directory
- .Dat file - Guide
- Host file - Guide
- .Bin file - Guide
- Iso file - Guide
- Directory list & print - Télécharger - Divers Utilitaires
92 réponses
mais rien ne se produit
je ne sais pas ce que cela veut dire ! peux-tu copier-coller le résultat de : /etc/init.d/mysql start
je ne sais pas ce que cela veut dire ! peux-tu copier-coller le résultat de : /etc/init.d/mysql start
# /etc/init.d/mysql start
Starting MySQL database server: mysqld . . . . . . . . . . . . . . failed!
Starting MySQL database server: mysqld . . . . . . . . . . . . . . failed!
Vous n’avez pas trouvé la réponse que vous recherchez ?
Posez votre question> root@debian[192.168.1.3]:/var/log# /etc/init.d/mysql status MySQL is stopped.. > root@debian[192.168.1.3]:/var/log# > root@debian[192.168.1.3]:/var/log# > root@debian[192.168.1.3]:/var/log# /etc/init.d/mysql start Starting MySQL database server: mysqld . .. Checking for corrupt, not cleanly closed and upgrade needing tables.. > root@debian[192.168.1.3]:/var/log# ps aux | grep mysql root 3065 0.3 0.4 3876 1272 pts/0 S 15:41 0:00 /bin/sh /usr/bin/mysqld_safe mysql 3104 2.8 6.5 127504 16772 pts/0 Sl 15:41 0: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 3105 0.0 0.2 3004 612 pts/0 S 15:41 0:00 logger -p daemon.err -t mysqld_safe -i -t mysqld root 3210 0.0 0.3 3144 784 pts/0 S+ 15:41 0:00 grep mysql > root@debian[192.168.1.3]:/var/log# mysql -u root -p Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 28 Server version: 5.0.51a-24+lenny1 (Debian) Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql> quit Bye > root@debian[192.168.1.3]:/var/log# > root@debian[192.168.1.3]:/var/log#
juste pour voir si cela fonctionnait toujours (....depuis le temps !).
peux-tu taper la commande suivante :
> root@debian[192.168.1.3]:/var/log# cat syslog | grep mysql Jun 9 15:41:01 debian mysqld_safe[3102]: started Jun 9 15:41:04 debian mysqld[3105]: 090609 15:41:04 InnoDB: Started; log sequence number 0 43655 Jun 9 15:41:04 debian mysqld[3105]: 090609 15:41:04 [Note] /usr/sbin/mysqld: ready for connections. Jun 9 15:41:04 debian mysqld[3105]: Version: '5.0.51a-24+lenny1' socket: '/var/run/mysqld/mysqld.sock' port: 3306 (Debian) Jun 9 15:41:05 debian /etc/mysql/debian-start[3166]: Upgrading MySQL tables if necessary. Jun 9 15:41:06 debian /etc/mysql/debian-start[3171]: Looking for 'mysql' in: /usr/bin/mysql Jun 9 15:41:06 debian /etc/mysql/debian-start[3171]: Looking for 'mysqlcheck' in: /usr/bin/mysqlcheck Jun 9 15:41:06 debian /etc/mysql/debian-start[3171]: This installation of MySQL is already upgraded to 5.0.51a, use --force if you still need to run mysql_upgrade Jun 9 15:41:06 debian /etc/mysql/debian-start[3178]: Checking for insecure root accounts. Jun 9 15:41:06 debian /etc/mysql/debian-start[3182]: Triggering myisam-recover for all MyISAM tables > root@debian[192.168.1.3]:/var/log#
Jun 9 14:37:49 vaio mysqld_safe[524]: Examine the logs in /var/lib/mysql for more information.
Jun 9 14:37:49 vaio mysqld_safe[524]: You can try to start the mysqld daemon with:
Jun 9 14:37:49 vaio mysqld_safe[524]: /usr/sbin/mysqld --skip-grant &
Jun 9 14:37:49 vaio mysqld_safe[524]: and use the command line tool
Jun 9 14:37:49 vaio mysqld_safe[524]: /usr/bin/mysql to connect to the mysql
Jun 9 14:37:49 vaio mysqld_safe[524]: database and look at the grant tables:
Jun 9 14:37:49 vaio mysqld_safe[524]:
Jun 9 14:37:49 vaio mysqld_safe[524]: shell> /usr/bin/mysql -u root mysql
Jun 9 14:37:49 vaio mysqld_safe[524]: mysql> show tables
Jun 9 14:37:49 vaio mysqld_safe[524]:
Jun 9 14:37:49 vaio mysqld_safe[524]: Try 'mysqld --help' if you have problems with paths. Using --log
Jun 9 14:37:49 vaio mysqld_safe[524]: gives you a log in /var/lib/mysql that may be helpful.
Jun 9 14:37:49 vaio mysqld_safe[524]:
Jun 9 14:37:49 vaio mysqld_safe[524]: The latest information about MySQL is available on the web at
Jun 9 14:37:49 vaio mysqld_safe[524]: https://www.mysql.com/
Jun 9 14:37:49 vaio mysqld_safe[524]: Please consult the MySQL manual section: 'Problems running mysql_install_db',
Jun 9 14:37:49 vaio mysqld_safe[524]: and the manual section that describes problems on your OS.
Jun 9 14:37:49 vaio mysqld_safe[524]: Another information source is the MySQL email archive.
Jun 9 14:37:49 vaio mysqld_safe[524]: Please check all of the above before mailing us!
Jun 9 14:37:49 vaio mysqld_safe[524]: And if you do mail us, you MUST use the /usr/bin/mysqlbug script!
Jun 9 14:37:49 vaio mysqld_safe[559]: ERROR: 1146 Table 'mysql.user' doesn't exist
Jun 9 14:37:49 vaio mysqld_safe[559]: 090609 14:37:49 [ERROR] Aborting
Jun 9 14:37:49 vaio mysqld_safe[559]:
Jun 9 14:37:49 vaio mysqld_safe[559]: 090609 14:37:49 [Note] /usr/sbin/mysqld: Shutdown complete
Jun 9 14:37:49 vaio mysqld_safe[559]:
Jun 9 14:37:49 vaio mysqld_safe[570]: ERROR: 1146 Table 'mysql.user' doesn't exist
Jun 9 14:37:49 vaio mysqld_safe[570]: 090609 14:37:49 [ERROR] Aborting
Jun 9 14:37:49 vaio mysqld_safe[570]:
Jun 9 14:37:49 vaio mysqld_safe[570]: 090609 14:37:49 [Note] /usr/sbin/mysqld: Shutdown complete
Jun 9 14:37:49 vaio mysqld_safe[570]:
Jun 9 14:37:49 vaio mysqld_safe[577]: ERROR: 1146 Table 'mysql.user' doesn't exist
Jun 9 14:37:49 vaio mysqld_safe[577]: 090609 14:37:49 [ERROR] Aborting
Jun 9 14:37:49 vaio mysqld_safe[577]:
Jun 9 14:37:49 vaio mysqld_safe[577]: 090609 14:37:49 [Note] /usr/sbin/mysqld: Shutdown complete
Jun 9 14:37:49 vaio mysqld_safe[577]:
Jun 9 14:37:49 vaio mysqld_safe[585]: ERROR: 1046 No database selected
Jun 9 14:37:49 vaio mysqld_safe[585]: 090609 14:37:49 [ERROR] Aborting
Jun 9 14:37:49 vaio mysqld_safe[585]:
Jun 9 14:37:49 vaio mysqld_safe[585]: 090609 14:37:49 [Note] /usr/sbin/mysqld: Shutdown complete
Jun 9 14:37:49 vaio mysqld_safe[585]:
Jun 9 14:37:49 vaio mysqld_safe[675]: started
Jun 9 14:37:50 vaio mysqld[679]: 090609 14:37:50 InnoDB: Started; log sequence number 0 43655
Jun 9 14:37:50 vaio mysqld[679]: 090609 14:37:50 [ERROR] Can't start server : Bind on unix socket: Permission denied
Jun 9 14:37:50 vaio mysqld[679]: 090609 14:37:50 [ERROR] Do you already have another mysqld server running on socket: /var/run/mysqld/mysqld.sock ?
Jun 9 14:37:50 vaio mysqld[679]: 090609 14:37:50 [ERROR] Aborting
Jun 9 14:37:50 vaio mysqld[679]:
Jun 9 14:37:50 vaio mysqld[679]: 090609 14:37:50 InnoDB: Starting shutdown...
Jun 9 14:37:52 vaio mysqld[679]: 090609 14:37:52 InnoDB: Shutdown completed; log sequence number 0 43655
Jun 9 14:37:52 vaio mysqld[679]: 090609 14:37:52 [Note] /usr/sbin/mysqld: Shutdown complete
Jun 9 14:37:52 vaio mysqld[679]:
Jun 9 14:37:52 vaio mysqld_safe[709]: ended
Jun 9 14:38:04 vaio /etc/init.d/mysql[840]: 0 processes alive and '/usr/bin/mysqladmin --defaults-file=/etc/mysql/debian.cnf ping' resulted in
Jun 9 14:38:04 vaio /etc/init.d/mysql[840]: #007/usr/bin/mysqladmin: connect to server at 'localhost' failed
Jun 9 14:38:04 vaio /etc/init.d/mysql[840]: error: 'Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)'
Jun 9 14:38:04 vaio /etc/init.d/mysql[840]: Check that mysqld is running and that the socket: '/var/run/mysqld/mysqld.sock' exists!
Jun 9 14:38:04 vaio /etc/init.d/mysql[840]:
Jun 9 14:38:08 vaio mysqld_safe[1082]: ERROR: 1 Can't create/write to file '/var/lib/mysql/mysql/db.MYI' (Errcode: 13)
Jun 9 14:38:08 vaio mysqld_safe[1082]: 090609 14:38:08 [ERROR] Aborting
Jun 9 14:38:08 vaio mysqld_safe[1082]:
Jun 9 14:38:08 vaio mysqld_safe[1082]: 090609 14:38:08 [Note] /usr/sbin/mysqld: Shutdown complete
Jun 9 14:38:08 vaio mysqld_safe[1082]:
Jun 9 14:38:08 vaio mysqld_safe[1082]: Installation of system tables failed!
Jun 9 14:38:08 vaio mysqld_safe[1082]:
Jun 9 14:38:08 vaio mysqld_safe[1082]: Examine the logs in /var/lib/mysql for more information.
Jun 9 14:38:08 vaio mysqld_safe[1082]: You can try to start the mysqld daemon with:
Jun 9 14:38:08 vaio mysqld_safe[1082]: /usr/sbin/mysqld --skip-grant &
Jun 9 14:38:08 vaio mysqld_safe[1082]: and use the command line tool
Jun 9 14:38:08 vaio mysqld_safe[1082]: /usr/bin/mysql to connect to the mysql
Jun 9 14:38:08 vaio mysqld_safe[1082]: database and look at the grant tables:
Jun 9 14:38:08 vaio mysqld_safe[1082]:
Jun 9 14:38:08 vaio mysqld_safe[1082]: shell> /usr/bin/mysql -u root mysql
Jun 9 14:38:08 vaio mysqld_safe[1082]: mysql> show tables
Jun 9 14:38:08 vaio mysqld_safe[1082]:
Jun 9 14:38:08 vaio mysqld_safe[1082]: Try 'mysqld --help' if you have problems with paths. Using --log
Jun 9 14:38:08 vaio mysqld_safe[1082]: gives you a log in /var/lib/mysql that may be helpful.
Jun 9 14:38:08 vaio mysqld_safe[1082]:
Jun 9 14:38:08 vaio mysqld_safe[1082]: The latest information about MySQL is available on the web at
Jun 9 14:38:08 vaio mysqld_safe[1082]: https://www.mysql.com/
Jun 9 14:38:08 vaio mysqld_safe[1082]: Please consult the MySQL manual section: 'Problems running mysql_install_db',
Jun 9 14:38:08 vaio mysqld_safe[1082]: and the manual section that describes problems on your OS.
Jun 9 14:38:08 vaio mysqld_safe[1082]: Another information source is the MySQL email archive.
Jun 9 14:38:08 vaio mysqld_safe[1082]: Please check all of the above before mailing us!
Jun 9 14:38:08 vaio mysqld_safe[1082]: And if you do mail us, you MUST use the /usr/bin/mysqlbug script!
Jun 9 14:38:08 vaio mysqld_safe[1117]: ERROR: 1146 Table 'mysql.user' doesn't exist
Jun 9 14:38:08 vaio mysqld_safe[1117]: 090609 14:38:08 [ERROR] Aborting
Jun 9 14:38:08 vaio mysqld_safe[1117]:
Jun 9 14:38:08 vaio mysqld_safe[1117]: 090609 14:38:08 [Note] /usr/sbin/mysqld: Shutdown complete
Jun 9 14:38:08 vaio mysqld_safe[1117]:
Jun 9 14:38:08 vaio mysqld_safe[1128]: ERROR: 1146 Table 'mysql.user' doesn't exist
Jun 9 14:38:08 vaio mysqld_safe[1128]: 090609 14:38:08 [ERROR] Aborting
Jun 9 14:38:08 vaio mysqld_safe[1128]:
Jun 9 14:38:08 vaio mysqld_safe[1128]: 090609 14:38:08 [Note] /usr/sbin/mysqld: Shutdown complete
Jun 9 14:38:08 vaio mysqld_safe[1128]:
Jun 9 14:38:08 vaio mysqld_safe[1135]: ERROR: 1146 Table 'mysql.user' doesn't exist
Jun 9 14:38:08 vaio mysqld_safe[1135]: 090609 14:38:08 [ERROR] Aborting
Jun 9 14:38:08 vaio mysqld_safe[1135]:
Jun 9 14:38:08 vaio mysqld_safe[1135]: 090609 14:38:08 [Note] /usr/sbin/mysqld: Shutdown complete
Jun 9 14:38:08 vaio mysqld_safe[1135]:
Jun 9 14:38:08 vaio mysqld_safe[1143]: ERROR: 1046 No database selected
Jun 9 14:38:08 vaio mysqld_safe[1143]: 090609 14:38:08 [ERROR] Aborting
Jun 9 14:38:08 vaio mysqld_safe[1143]:
Jun 9 14:38:08 vaio mysqld_safe[1143]: 090609 14:38:08 [Note] /usr/sbin/mysqld: Shutdown complete
Jun 9 14:38:08 vaio mysqld_safe[1143]:
Jun 9 14:38:08 vaio mysqld_safe[1228]: started
Jun 9 14:38:08 vaio mysqld[1232]: 090609 14:38:08 InnoDB: Started; log sequence number 0 43655
Jun 9 14:38:08 vaio mysqld[1232]: 090609 14:38:08 [ERROR] Can't start server : Bind on unix socket: Permission denied
Jun 9 14:38:08 vaio mysqld[1232]: 090609 14:38:08 [ERROR] Do you already have another mysqld server running on socket: /var/run/mysqld/mysqld.sock ?
Jun 9 14:38:08 vaio mysqld[1232]: 090609 14:38:08 [ERROR] Aborting
Jun 9 14:38:08 vaio mysqld[1232]:
Jun 9 14:38:08 vaio mysqld[1232]: 090609 14:38:08 InnoDB: Starting shutdown...
Jun 9 14:38:10 vaio mysqld[1232]: 090609 14:38:10 InnoDB: Shutdown completed; log sequence number 0 43655
Jun 9 14:38:10 vaio mysqld[1232]: 090609 14:38:10 [Note] /usr/sbin/mysqld: Shutdown complete
Jun 9 14:38:10 vaio mysqld[1232]:
Jun 9 14:38:10 vaio mysqld_safe[1262]: ended
Jun 9 14:38:22 vaio /etc/init.d/mysql[1393]: 0 processes alive and '/usr/bin/mysqladmin --defaults-file=/etc/mysql/debian.cnf ping' resulted in
Jun 9 14:38:22 vaio /etc/init.d/mysql[1393]: #007/usr/bin/mysqladmin: connect to server at 'localhost' failed
Jun 9 14:38:22 vaio /etc/init.d/mysql[1393]: error: 'Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)'
Jun 9 14:38:22 vaio /etc/init.d/mysql[1393]: Check that mysqld is running and that the socket: '/var/run/mysqld/mysqld.sock' exists!
Jun 9 14:38:22 vaio /etc/init.d/mysql[1393]:
Jun 9 14:39:59 vaio mysqld_safe[1470]: started
Jun 9 14:39:59 vaio mysqld[1474]: 090609 14:39:59 InnoDB: Started; log sequence number 0 43655
Jun 9 14:39:59 vaio mysqld[1474]: 090609 14:39:59 [ERROR] Can't start server : Bind on unix socket: Permission denied
Jun 9 14:39:59 vaio mysqld[1474]: 090609 14:39:59 [ERROR] Do you already have another mysqld server running on socket: /var/run/mysqld/mysqld.sock ?
Jun 9 14:39:59 vaio mysqld[1474]: 090609 14:39:59 [ERROR] Aborting
Jun 9 14:39:59 vaio mysqld[1474]:
Jun 9 14:39:59 vaio mysqld[1474]: 090609 14:39:59 InnoDB: Starting shutdown...
Jun 9 14:40:01 vaio mysqld[1474]: 090609 14:40:01 InnoDB: Shutdown completed; log sequence number 0 43655
Jun 9 14:40:01 vaio mysqld[1474]: 090609 14:40:01 [Note] /usr/sbin/mysqld: Shutdown complete
Jun 9 14:40:01 vaio mysqld[1474]:
Jun 9 14:40:01 vaio mysqld_safe[1507]: ended
Jun 9 14:40:13 vaio /etc/init.d/mysql[1639]: 0 processes alive and '/usr/bin/mysqladmin --defaults-file=/etc/mysql/debian.cnf ping' resulted in
Jun 9 14:40:13 vaio /etc/init.d/mysql[1639]: #007/usr/bin/mysqladmin: connect to server at 'localhost' failed
Jun 9 14:40:13 vaio /etc/init.d/mysql[1639]: error: 'Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)'
Jun 9 14:40:13 vaio /etc/init.d/mysql[1639]: Check that mysqld is running and that the socket: '/var/run/mysqld/mysqld.sock' exists!
Jun 9 14:40:13 vaio /etc/init.d/mysql[1639]:
Jun 9 15:32:13 vaio mysqld_safe[1752]: started
Jun 9 15:32:13 vaio mysqld[1757]: 090609 15:32:13 InnoDB: Started; log sequence number 0 43655
Jun 9 15:32:13 vaio mysqld[1757]: 090609 15:32:13 [ERROR] Can't start server : Bind on unix socket: Permission denied
Jun 9 15:32:13 vaio mysqld[1757]: 090609 15:32:13 [ERROR] Do you already have another mysqld server running on socket: /var/run/mysqld/mysqld.sock ?
Jun 9 15:32:13 vaio mysqld[1757]: 090609 15:32:13 [ERROR] Aborting
Jun 9 15:32:13 vaio mysqld[1757]:
Jun 9 15:32:13 vaio mysqld[1757]: 090609 15:32:13 InnoDB: Starting shutdown...
Jun 9 15:32:15 vaio mysqld[1757]: 090609 15:32:15 InnoDB: Shutdown completed; log sequence number 0 43655
Jun 9 15:32:15 vaio mysqld[1757]: 090609 15:32:15 [Note] /usr/sbin/mysqld: Shutdown complete
Jun 9 15:32:15 vaio mysqld[1757]:
Jun 9 15:32:15 vaio mysqld_safe[1787]: ended
Jun 9 15:32:27 vaio /etc/init.d/mysql[1917]: 0 processes alive and '/usr/bin/mysqladmin --defaults-file=/etc/mysql/debian.cnf ping' resulted in
Jun 9 15:32:27 vaio /etc/init.d/mysql[1917]: #007/usr/bin/mysqladmin: connect to server at 'localhost' failed
Jun 9 15:32:27 vaio /etc/init.d/mysql[1917]: error: 'Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)'
Jun 9 15:32:27 vaio /etc/init.d/mysql[1917]: Check that mysqld is running and that the socket: '/var/run/mysqld/mysqld.sock' exists!
Jun 9 15:32:27 vaio /etc/init.d/mysql[1917]:
Jun 9 14:37:49 vaio mysqld_safe[524]: You can try to start the mysqld daemon with:
Jun 9 14:37:49 vaio mysqld_safe[524]: /usr/sbin/mysqld --skip-grant &
Jun 9 14:37:49 vaio mysqld_safe[524]: and use the command line tool
Jun 9 14:37:49 vaio mysqld_safe[524]: /usr/bin/mysql to connect to the mysql
Jun 9 14:37:49 vaio mysqld_safe[524]: database and look at the grant tables:
Jun 9 14:37:49 vaio mysqld_safe[524]:
Jun 9 14:37:49 vaio mysqld_safe[524]: shell> /usr/bin/mysql -u root mysql
Jun 9 14:37:49 vaio mysqld_safe[524]: mysql> show tables
Jun 9 14:37:49 vaio mysqld_safe[524]:
Jun 9 14:37:49 vaio mysqld_safe[524]: Try 'mysqld --help' if you have problems with paths. Using --log
Jun 9 14:37:49 vaio mysqld_safe[524]: gives you a log in /var/lib/mysql that may be helpful.
Jun 9 14:37:49 vaio mysqld_safe[524]:
Jun 9 14:37:49 vaio mysqld_safe[524]: The latest information about MySQL is available on the web at
Jun 9 14:37:49 vaio mysqld_safe[524]: https://www.mysql.com/
Jun 9 14:37:49 vaio mysqld_safe[524]: Please consult the MySQL manual section: 'Problems running mysql_install_db',
Jun 9 14:37:49 vaio mysqld_safe[524]: and the manual section that describes problems on your OS.
Jun 9 14:37:49 vaio mysqld_safe[524]: Another information source is the MySQL email archive.
Jun 9 14:37:49 vaio mysqld_safe[524]: Please check all of the above before mailing us!
Jun 9 14:37:49 vaio mysqld_safe[524]: And if you do mail us, you MUST use the /usr/bin/mysqlbug script!
Jun 9 14:37:49 vaio mysqld_safe[559]: ERROR: 1146 Table 'mysql.user' doesn't exist
Jun 9 14:37:49 vaio mysqld_safe[559]: 090609 14:37:49 [ERROR] Aborting
Jun 9 14:37:49 vaio mysqld_safe[559]:
Jun 9 14:37:49 vaio mysqld_safe[559]: 090609 14:37:49 [Note] /usr/sbin/mysqld: Shutdown complete
Jun 9 14:37:49 vaio mysqld_safe[559]:
Jun 9 14:37:49 vaio mysqld_safe[570]: ERROR: 1146 Table 'mysql.user' doesn't exist
Jun 9 14:37:49 vaio mysqld_safe[570]: 090609 14:37:49 [ERROR] Aborting
Jun 9 14:37:49 vaio mysqld_safe[570]:
Jun 9 14:37:49 vaio mysqld_safe[570]: 090609 14:37:49 [Note] /usr/sbin/mysqld: Shutdown complete
Jun 9 14:37:49 vaio mysqld_safe[570]:
Jun 9 14:37:49 vaio mysqld_safe[577]: ERROR: 1146 Table 'mysql.user' doesn't exist
Jun 9 14:37:49 vaio mysqld_safe[577]: 090609 14:37:49 [ERROR] Aborting
Jun 9 14:37:49 vaio mysqld_safe[577]:
Jun 9 14:37:49 vaio mysqld_safe[577]: 090609 14:37:49 [Note] /usr/sbin/mysqld: Shutdown complete
Jun 9 14:37:49 vaio mysqld_safe[577]:
Jun 9 14:37:49 vaio mysqld_safe[585]: ERROR: 1046 No database selected
Jun 9 14:37:49 vaio mysqld_safe[585]: 090609 14:37:49 [ERROR] Aborting
Jun 9 14:37:49 vaio mysqld_safe[585]:
Jun 9 14:37:49 vaio mysqld_safe[585]: 090609 14:37:49 [Note] /usr/sbin/mysqld: Shutdown complete
Jun 9 14:37:49 vaio mysqld_safe[585]:
Jun 9 14:37:49 vaio mysqld_safe[675]: started
Jun 9 14:37:50 vaio mysqld[679]: 090609 14:37:50 InnoDB: Started; log sequence number 0 43655
Jun 9 14:37:50 vaio mysqld[679]: 090609 14:37:50 [ERROR] Can't start server : Bind on unix socket: Permission denied
Jun 9 14:37:50 vaio mysqld[679]: 090609 14:37:50 [ERROR] Do you already have another mysqld server running on socket: /var/run/mysqld/mysqld.sock ?
Jun 9 14:37:50 vaio mysqld[679]: 090609 14:37:50 [ERROR] Aborting
Jun 9 14:37:50 vaio mysqld[679]:
Jun 9 14:37:50 vaio mysqld[679]: 090609 14:37:50 InnoDB: Starting shutdown...
Jun 9 14:37:52 vaio mysqld[679]: 090609 14:37:52 InnoDB: Shutdown completed; log sequence number 0 43655
Jun 9 14:37:52 vaio mysqld[679]: 090609 14:37:52 [Note] /usr/sbin/mysqld: Shutdown complete
Jun 9 14:37:52 vaio mysqld[679]:
Jun 9 14:37:52 vaio mysqld_safe[709]: ended
Jun 9 14:38:04 vaio /etc/init.d/mysql[840]: 0 processes alive and '/usr/bin/mysqladmin --defaults-file=/etc/mysql/debian.cnf ping' resulted in
Jun 9 14:38:04 vaio /etc/init.d/mysql[840]: #007/usr/bin/mysqladmin: connect to server at 'localhost' failed
Jun 9 14:38:04 vaio /etc/init.d/mysql[840]: error: 'Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)'
Jun 9 14:38:04 vaio /etc/init.d/mysql[840]: Check that mysqld is running and that the socket: '/var/run/mysqld/mysqld.sock' exists!
Jun 9 14:38:04 vaio /etc/init.d/mysql[840]:
Jun 9 14:38:08 vaio mysqld_safe[1082]: ERROR: 1 Can't create/write to file '/var/lib/mysql/mysql/db.MYI' (Errcode: 13)
Jun 9 14:38:08 vaio mysqld_safe[1082]: 090609 14:38:08 [ERROR] Aborting
Jun 9 14:38:08 vaio mysqld_safe[1082]:
Jun 9 14:38:08 vaio mysqld_safe[1082]: 090609 14:38:08 [Note] /usr/sbin/mysqld: Shutdown complete
Jun 9 14:38:08 vaio mysqld_safe[1082]:
Jun 9 14:38:08 vaio mysqld_safe[1082]: Installation of system tables failed!
Jun 9 14:38:08 vaio mysqld_safe[1082]:
Jun 9 14:38:08 vaio mysqld_safe[1082]: Examine the logs in /var/lib/mysql for more information.
Jun 9 14:38:08 vaio mysqld_safe[1082]: You can try to start the mysqld daemon with:
Jun 9 14:38:08 vaio mysqld_safe[1082]: /usr/sbin/mysqld --skip-grant &
Jun 9 14:38:08 vaio mysqld_safe[1082]: and use the command line tool
Jun 9 14:38:08 vaio mysqld_safe[1082]: /usr/bin/mysql to connect to the mysql
Jun 9 14:38:08 vaio mysqld_safe[1082]: database and look at the grant tables:
Jun 9 14:38:08 vaio mysqld_safe[1082]:
Jun 9 14:38:08 vaio mysqld_safe[1082]: shell> /usr/bin/mysql -u root mysql
Jun 9 14:38:08 vaio mysqld_safe[1082]: mysql> show tables
Jun 9 14:38:08 vaio mysqld_safe[1082]:
Jun 9 14:38:08 vaio mysqld_safe[1082]: Try 'mysqld --help' if you have problems with paths. Using --log
Jun 9 14:38:08 vaio mysqld_safe[1082]: gives you a log in /var/lib/mysql that may be helpful.
Jun 9 14:38:08 vaio mysqld_safe[1082]:
Jun 9 14:38:08 vaio mysqld_safe[1082]: The latest information about MySQL is available on the web at
Jun 9 14:38:08 vaio mysqld_safe[1082]: https://www.mysql.com/
Jun 9 14:38:08 vaio mysqld_safe[1082]: Please consult the MySQL manual section: 'Problems running mysql_install_db',
Jun 9 14:38:08 vaio mysqld_safe[1082]: and the manual section that describes problems on your OS.
Jun 9 14:38:08 vaio mysqld_safe[1082]: Another information source is the MySQL email archive.
Jun 9 14:38:08 vaio mysqld_safe[1082]: Please check all of the above before mailing us!
Jun 9 14:38:08 vaio mysqld_safe[1082]: And if you do mail us, you MUST use the /usr/bin/mysqlbug script!
Jun 9 14:38:08 vaio mysqld_safe[1117]: ERROR: 1146 Table 'mysql.user' doesn't exist
Jun 9 14:38:08 vaio mysqld_safe[1117]: 090609 14:38:08 [ERROR] Aborting
Jun 9 14:38:08 vaio mysqld_safe[1117]:
Jun 9 14:38:08 vaio mysqld_safe[1117]: 090609 14:38:08 [Note] /usr/sbin/mysqld: Shutdown complete
Jun 9 14:38:08 vaio mysqld_safe[1117]:
Jun 9 14:38:08 vaio mysqld_safe[1128]: ERROR: 1146 Table 'mysql.user' doesn't exist
Jun 9 14:38:08 vaio mysqld_safe[1128]: 090609 14:38:08 [ERROR] Aborting
Jun 9 14:38:08 vaio mysqld_safe[1128]:
Jun 9 14:38:08 vaio mysqld_safe[1128]: 090609 14:38:08 [Note] /usr/sbin/mysqld: Shutdown complete
Jun 9 14:38:08 vaio mysqld_safe[1128]:
Jun 9 14:38:08 vaio mysqld_safe[1135]: ERROR: 1146 Table 'mysql.user' doesn't exist
Jun 9 14:38:08 vaio mysqld_safe[1135]: 090609 14:38:08 [ERROR] Aborting
Jun 9 14:38:08 vaio mysqld_safe[1135]:
Jun 9 14:38:08 vaio mysqld_safe[1135]: 090609 14:38:08 [Note] /usr/sbin/mysqld: Shutdown complete
Jun 9 14:38:08 vaio mysqld_safe[1135]:
Jun 9 14:38:08 vaio mysqld_safe[1143]: ERROR: 1046 No database selected
Jun 9 14:38:08 vaio mysqld_safe[1143]: 090609 14:38:08 [ERROR] Aborting
Jun 9 14:38:08 vaio mysqld_safe[1143]:
Jun 9 14:38:08 vaio mysqld_safe[1143]: 090609 14:38:08 [Note] /usr/sbin/mysqld: Shutdown complete
Jun 9 14:38:08 vaio mysqld_safe[1143]:
Jun 9 14:38:08 vaio mysqld_safe[1228]: started
Jun 9 14:38:08 vaio mysqld[1232]: 090609 14:38:08 InnoDB: Started; log sequence number 0 43655
Jun 9 14:38:08 vaio mysqld[1232]: 090609 14:38:08 [ERROR] Can't start server : Bind on unix socket: Permission denied
Jun 9 14:38:08 vaio mysqld[1232]: 090609 14:38:08 [ERROR] Do you already have another mysqld server running on socket: /var/run/mysqld/mysqld.sock ?
Jun 9 14:38:08 vaio mysqld[1232]: 090609 14:38:08 [ERROR] Aborting
Jun 9 14:38:08 vaio mysqld[1232]:
Jun 9 14:38:08 vaio mysqld[1232]: 090609 14:38:08 InnoDB: Starting shutdown...
Jun 9 14:38:10 vaio mysqld[1232]: 090609 14:38:10 InnoDB: Shutdown completed; log sequence number 0 43655
Jun 9 14:38:10 vaio mysqld[1232]: 090609 14:38:10 [Note] /usr/sbin/mysqld: Shutdown complete
Jun 9 14:38:10 vaio mysqld[1232]:
Jun 9 14:38:10 vaio mysqld_safe[1262]: ended
Jun 9 14:38:22 vaio /etc/init.d/mysql[1393]: 0 processes alive and '/usr/bin/mysqladmin --defaults-file=/etc/mysql/debian.cnf ping' resulted in
Jun 9 14:38:22 vaio /etc/init.d/mysql[1393]: #007/usr/bin/mysqladmin: connect to server at 'localhost' failed
Jun 9 14:38:22 vaio /etc/init.d/mysql[1393]: error: 'Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)'
Jun 9 14:38:22 vaio /etc/init.d/mysql[1393]: Check that mysqld is running and that the socket: '/var/run/mysqld/mysqld.sock' exists!
Jun 9 14:38:22 vaio /etc/init.d/mysql[1393]:
Jun 9 14:39:59 vaio mysqld_safe[1470]: started
Jun 9 14:39:59 vaio mysqld[1474]: 090609 14:39:59 InnoDB: Started; log sequence number 0 43655
Jun 9 14:39:59 vaio mysqld[1474]: 090609 14:39:59 [ERROR] Can't start server : Bind on unix socket: Permission denied
Jun 9 14:39:59 vaio mysqld[1474]: 090609 14:39:59 [ERROR] Do you already have another mysqld server running on socket: /var/run/mysqld/mysqld.sock ?
Jun 9 14:39:59 vaio mysqld[1474]: 090609 14:39:59 [ERROR] Aborting
Jun 9 14:39:59 vaio mysqld[1474]:
Jun 9 14:39:59 vaio mysqld[1474]: 090609 14:39:59 InnoDB: Starting shutdown...
Jun 9 14:40:01 vaio mysqld[1474]: 090609 14:40:01 InnoDB: Shutdown completed; log sequence number 0 43655
Jun 9 14:40:01 vaio mysqld[1474]: 090609 14:40:01 [Note] /usr/sbin/mysqld: Shutdown complete
Jun 9 14:40:01 vaio mysqld[1474]:
Jun 9 14:40:01 vaio mysqld_safe[1507]: ended
Jun 9 14:40:13 vaio /etc/init.d/mysql[1639]: 0 processes alive and '/usr/bin/mysqladmin --defaults-file=/etc/mysql/debian.cnf ping' resulted in
Jun 9 14:40:13 vaio /etc/init.d/mysql[1639]: #007/usr/bin/mysqladmin: connect to server at 'localhost' failed
Jun 9 14:40:13 vaio /etc/init.d/mysql[1639]: error: 'Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)'
Jun 9 14:40:13 vaio /etc/init.d/mysql[1639]: Check that mysqld is running and that the socket: '/var/run/mysqld/mysqld.sock' exists!
Jun 9 14:40:13 vaio /etc/init.d/mysql[1639]:
Jun 9 15:32:13 vaio mysqld_safe[1752]: started
Jun 9 15:32:13 vaio mysqld[1757]: 090609 15:32:13 InnoDB: Started; log sequence number 0 43655
Jun 9 15:32:13 vaio mysqld[1757]: 090609 15:32:13 [ERROR] Can't start server : Bind on unix socket: Permission denied
Jun 9 15:32:13 vaio mysqld[1757]: 090609 15:32:13 [ERROR] Do you already have another mysqld server running on socket: /var/run/mysqld/mysqld.sock ?
Jun 9 15:32:13 vaio mysqld[1757]: 090609 15:32:13 [ERROR] Aborting
Jun 9 15:32:13 vaio mysqld[1757]:
Jun 9 15:32:13 vaio mysqld[1757]: 090609 15:32:13 InnoDB: Starting shutdown...
Jun 9 15:32:15 vaio mysqld[1757]: 090609 15:32:15 InnoDB: Shutdown completed; log sequence number 0 43655
Jun 9 15:32:15 vaio mysqld[1757]: 090609 15:32:15 [Note] /usr/sbin/mysqld: Shutdown complete
Jun 9 15:32:15 vaio mysqld[1757]:
Jun 9 15:32:15 vaio mysqld_safe[1787]: ended
Jun 9 15:32:27 vaio /etc/init.d/mysql[1917]: 0 processes alive and '/usr/bin/mysqladmin --defaults-file=/etc/mysql/debian.cnf ping' resulted in
Jun 9 15:32:27 vaio /etc/init.d/mysql[1917]: #007/usr/bin/mysqladmin: connect to server at 'localhost' failed
Jun 9 15:32:27 vaio /etc/init.d/mysql[1917]: error: 'Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)'
Jun 9 15:32:27 vaio /etc/init.d/mysql[1917]: Check that mysqld is running and that the socket: '/var/run/mysqld/mysqld.sock' exists!
Jun 9 15:32:27 vaio /etc/init.d/mysql[1917]:
peux-tu indiquer le résultat de cette commande :
il y a quelque chose qui m'intrigue dans tes logs, c'est ceci :
Jun 9 14:38:08 vaio mysqld_safe[1082]: shell> /usr/bin/mysql -u root mysql
Jun 9 14:38:08 vaio mysqld_safe[1082]: mysql> show tables
tu as pu rentrer dans mysql ????
> root@debian[192.168.1.3]:/var/log# ls -l /var/run/mysqld/ total 4 -rw-rw---- 1 mysql mysql 5 jun 9 15:41 mysqld.pid srwxrwxrwx 1 mysql mysql 0 jun 9 15:41 mysqld.sock > root@debian[192.168.1.3]:/var/log#
il y a quelque chose qui m'intrigue dans tes logs, c'est ceci :
Jun 9 14:38:08 vaio mysqld_safe[1082]: shell> /usr/bin/mysql -u root mysql
Jun 9 14:38:08 vaio mysqld_safe[1082]: mysql> show tables
tu as pu rentrer dans mysql ????
ok !
voici ce que j'ai d'installé :
et toi ????
voici ce que j'ai d'installé :
> root@debian[192.168.1.3]:/var/log# apt-cache search mysql-server mysql-server - MySQL database server (metapackage depending on the latest version) mysql-server-5.0 - MySQL database server binaries > root@debian[192.168.1.3]:/var/log# > root@debian[192.168.1.3]:/var/log# apt-cache search mysql-client mysql-client - MySQL database client (metapackage depending on the latest version) mysql-client-5.0 - MySQL database client binaries > root@debian[192.168.1.3]:/var/log# > root@debian[192.168.1.3]:/var/log# apt-cache search mysql-common mysql-common - MySQL database common files > root@debian[192.168.1.3]:/var/log#
et toi ????
# apt-cache search mysql-server
auth2db - Powerful and eye-candy IDS logger, log viewer and alert generator
cacti - Frontend to rrdtool for monitoring systems and services
torrentflux - web based, feature-rich BitTorrent download manager
mysql-server - MySQL database server (metapackage depending on the latest version)
mysql-server-5.0 - MySQL database server binaries
# apt-cache search mysql-server
auth2db - Powerful and eye-candy IDS logger, log viewer and alert generator
cacti - Frontend to rrdtool for monitoring systems and services
torrentflux - web based, feature-rich BitTorrent download manager
mysql-server - MySQL database server (metapackage depending on the latest version)
mysql-server-5.0 - MySQL database server binaries
vaio:/home/christian# apt-cache search mysql-client
torrentflux - web based, feature-rich BitTorrent download manager
mysql-client - MySQL database client (metapackage depending on the latest version)
mysql-client-5.0 - MySQL database client binaries
# apt-cache search mysql-common
mysql-common - MySQL database common files
auth2db - Powerful and eye-candy IDS logger, log viewer and alert generator
cacti - Frontend to rrdtool for monitoring systems and services
torrentflux - web based, feature-rich BitTorrent download manager
mysql-server - MySQL database server (metapackage depending on the latest version)
mysql-server-5.0 - MySQL database server binaries
# apt-cache search mysql-server
auth2db - Powerful and eye-candy IDS logger, log viewer and alert generator
cacti - Frontend to rrdtool for monitoring systems and services
torrentflux - web based, feature-rich BitTorrent download manager
mysql-server - MySQL database server (metapackage depending on the latest version)
mysql-server-5.0 - MySQL database server binaries
vaio:/home/christian# apt-cache search mysql-client
torrentflux - web based, feature-rich BitTorrent download manager
mysql-client - MySQL database client (metapackage depending on the latest version)
mysql-client-5.0 - MySQL database client binaries
# apt-cache search mysql-common
mysql-common - MySQL database common files
on exactement la même chose !
décidemment ! c'est à ne rien comprendre ....
peux-tu donner le résultat des commande suivantes :
décidemment ! c'est à ne rien comprendre ....
peux-tu donner le résultat des commande suivantes :
netstat -tanpu
ps aux | grep mysql
# netstat -tanpu
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:993 0.0.0.0:* LISTEN 2943/inetd
tcp 0 0 0.0.0.0:2049 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:548 0.0.0.0:* LISTEN 3131/afpd
tcp 0 0 0.0.0.0:901 0.0.0.0:* LISTEN 2943/inetd
tcp 0 0 0.0.0.0:110 0.0.0.0:* LISTEN 2943/inetd
tcp 0 0 0.0.0.0:143 0.0.0.0:* LISTEN 2943/inetd
tcp 0 0 0.0.0.0:60911 0.0.0.0:* LISTEN 2182/rpc.statd
tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 2170/portmap
tcp 0 0 0.0.0.0:59440 0.0.0.0:* LISTEN 2932/rpc.mountd
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 2573/sshd
tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 30159/cupsd
tcp 0 0 0.0.0.0:46650 0.0.0.0:* LISTEN -
tcp 0 52 77.59.233.197:22 172.20.71.18:1713 ESTABLISHED 23094/sshd: christi
tcp6 0 0 :::139 :::* LISTEN 3025/smbd
tcp6 0 0 :::22 :::* LISTEN 2573/sshd
tcp6 0 0 ::1:631 :::* LISTEN 30159/cupsd
tcp6 0 0 :::445 :::* LISTEN 3025/smbd
udp 0 0 0.0.0.0:33792 0.0.0.0:* 2932/rpc.mountd
udp 0 0 0.0.0.0:2049 0.0.0.0:* -
udp 0 0 77.59.233.197:137 0.0.0.0:* 3023/nmbd
udp 0 0 0.0.0.0:137 0.0.0.0:* 3023/nmbd
udp 0 0 77.59.233.197:138 0.0.0.0:* 3023/nmbd
udp 0 0 0.0.0.0:138 0.0.0.0:* 3023/nmbd
udp 0 0 0.0.0.0:662 0.0.0.0:* 2182/rpc.statd
udp 0 0 0.0.0.0:55080 0.0.0.0:* 2182/rpc.statd
udp 0 0 0.0.0.0:40672 0.0.0.0:* -
udp 0 0 0.0.0.0:111 0.0.0.0:* 2170/portmap
udp 0 0 0.0.0.0:631 0.0.0.0:* 30159/cupsd
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:993 0.0.0.0:* LISTEN 2943/inetd
tcp 0 0 0.0.0.0:2049 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:548 0.0.0.0:* LISTEN 3131/afpd
tcp 0 0 0.0.0.0:901 0.0.0.0:* LISTEN 2943/inetd
tcp 0 0 0.0.0.0:110 0.0.0.0:* LISTEN 2943/inetd
tcp 0 0 0.0.0.0:143 0.0.0.0:* LISTEN 2943/inetd
tcp 0 0 0.0.0.0:60911 0.0.0.0:* LISTEN 2182/rpc.statd
tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 2170/portmap
tcp 0 0 0.0.0.0:59440 0.0.0.0:* LISTEN 2932/rpc.mountd
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 2573/sshd
tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 30159/cupsd
tcp 0 0 0.0.0.0:46650 0.0.0.0:* LISTEN -
tcp 0 52 77.59.233.197:22 172.20.71.18:1713 ESTABLISHED 23094/sshd: christi
tcp6 0 0 :::139 :::* LISTEN 3025/smbd
tcp6 0 0 :::22 :::* LISTEN 2573/sshd
tcp6 0 0 ::1:631 :::* LISTEN 30159/cupsd
tcp6 0 0 :::445 :::* LISTEN 3025/smbd
udp 0 0 0.0.0.0:33792 0.0.0.0:* 2932/rpc.mountd
udp 0 0 0.0.0.0:2049 0.0.0.0:* -
udp 0 0 77.59.233.197:137 0.0.0.0:* 3023/nmbd
udp 0 0 0.0.0.0:137 0.0.0.0:* 3023/nmbd
udp 0 0 77.59.233.197:138 0.0.0.0:* 3023/nmbd
udp 0 0 0.0.0.0:138 0.0.0.0:* 3023/nmbd
udp 0 0 0.0.0.0:662 0.0.0.0:* 2182/rpc.statd
udp 0 0 0.0.0.0:55080 0.0.0.0:* 2182/rpc.statd
udp 0 0 0.0.0.0:40672 0.0.0.0:* -
udp 0 0 0.0.0.0:111 0.0.0.0:* 2170/portmap
udp 0 0 0.0.0.0:631 0.0.0.0:* 30159/cupsd
franchement, je ne comprend pas pourquoi cela ne fonctionne pas chez toi ! désolé !
Jun 9 14:37:49 vaio mysqld_safe[524]: You can try to start the mysqld daemon with:
Jun 9 14:37:49 vaio mysqld_safe[524]: /usr/sbin/mysqld --skip-grant &
Jun 9 14:37:49 vaio mysqld_safe[524]: and use the command line tool
Jun 9 14:37:49 vaio mysqld_safe[524]: /usr/bin/mysql to connect to the mysql
Jun 9 14:37:49 vaio mysqld_safe[524]: database and look at the grant tables:
as-tu essayé ce qui est suggéré : taper la commande suivante :
Jun 9 14:37:49 vaio mysqld_safe[524]: You can try to start the mysqld daemon with:
Jun 9 14:37:49 vaio mysqld_safe[524]: /usr/sbin/mysqld --skip-grant &
Jun 9 14:37:49 vaio mysqld_safe[524]: and use the command line tool
Jun 9 14:37:49 vaio mysqld_safe[524]: /usr/bin/mysql to connect to the mysql
Jun 9 14:37:49 vaio mysqld_safe[524]: database and look at the grant tables:
as-tu essayé ce qui est suggéré : taper la commande suivante :
/usr/sbin/mysqld --skip-grant &
cette commande est sensé faire quoi? voila le résultat que ça produit
# /usr/sbin/mysqld --skip-grant &
[1] 1992
vaio:/home/christian# 090609 17:10:38 InnoDB: Started; log sequence number 0 43655
090609 17:10:38 [ERROR] Can't start server : Bind on unix socket: Permission denied
090609 17:10:38 [ERROR] Do you already have another mysqld server running on socket: /var/run/mysqld/mysqld.sock ?
090609 17:10:38 [ERROR] Aborting
090609 17:10:38 InnoDB: Starting shutdown...
090609 17:10:40 InnoDB: Shutdown completed; log sequence number 0 43655
090609 17:10:40 [Note] /usr/sbin/mysqld: Shutdown complete
# /usr/sbin/mysqld --skip-grant &
[1] 1992
vaio:/home/christian# 090609 17:10:38 InnoDB: Started; log sequence number 0 43655
090609 17:10:38 [ERROR] Can't start server : Bind on unix socket: Permission denied
090609 17:10:38 [ERROR] Do you already have another mysqld server running on socket: /var/run/mysqld/mysqld.sock ?
090609 17:10:38 [ERROR] Aborting
090609 17:10:38 InnoDB: Starting shutdown...
090609 17:10:40 InnoDB: Shutdown completed; log sequence number 0 43655
090609 17:10:40 [Note] /usr/sbin/mysqld: Shutdown complete
Cette commande est sensé faire quoi?
ceci :
j'ai les mêmes paquets mysql que toi !
j'ai le même fichier de configuration que toi !
as-tu la même chose que moi pour les commandes suivantes :
ceci :
You can try to start the mysqld daemon with /usr/sbin/mysqld --skip-grant & and use the command line tool /usr/bin/mysql to connect to the mysql database and look at the grant tables
j'ai les mêmes paquets mysql que toi !
j'ai le même fichier de configuration que toi !
as-tu la même chose que moi pour les commandes suivantes :
> root@debian[192.168.1.3]:/var/log# cat /etc/passwd | grep mysql mysql:x:110:113:MySQL Server,,,:/var/lib/mysql:/bin/false > root@debian[192.168.1.3]:/var/log# > root@debian[192.168.1.3]:/var/log# cat /etc/group | grep mysql mysql:x:113: > root@debian[192.168.1.3]:/var/log#