Nie jesteś zalogowany.
Jeśli nie posiadasz konta, zarejestruj je już teraz! Pozwoli Ci ono w pełni korzystać z naszego serwisu. Spamerom dziękujemy!
Prosimy o pomoc dla małej Julki — przekaż 1% podatku na Fundacji Dzieciom zdazyć z Pomocą.
Więcej informacji na dug.net.pl/pomagamy/.
Mam następujaćy problem niedziała mi mysql.
Teraz dokładniej wywołanie ps x:
2680 ? S 0:00 /bin/sh /usr/bin/mysqld_safe 2742 ? S 0:00 logger -p daemon.err -t mysqld_safe -i -t mysqld
Czyli tak jak by było ok, po wywołaniu skryptu instalacyjnego mysql_install_db już jest gorzej:
Installing all prepared tables Fill help tables To start mysqld at boot time you have to copy support-files/mysql.server to the right place for your system PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER ! To do so, start the server, then issue the following commands: /usr/bin/mysqladmin -u root password 'new-password' /usr/bin/mysqladmin -u root -h 217-20-115-119.internetserviceteam.com password 'new-password' See the manual for more instructions. NOTE: If you are upgrading from a MySQL <= 3.22.10 you should run the /usr/bin/mysql_fix_privilege_tables. Otherwise you will not be able to use the new GRANT command! You can start the MySQL daemon with: cd /usr ; /usr/bin/mysqld_safe & You can test the MySQL daemon with the benchmarks in the 'sql-bench' directory: cd sql-bench ; perl run-all-tests Please report any problems with the /usr/bin/mysqlbug script! The latest information about MySQL is available on the web at http://www.mysql.com Support MySQL by buying support/licenses at http://shop.mysql.com
próba zmiany hasła również kończy się niepowodzeniem:
217-20-115-119:~# /usr/bin/mysqladmin -u root password migi /usr/bin/mysqladmin: connect to server at 'localhost' failed error: 'Access denied for user 'root'@'localhost' (using password: NO)'
Także nie mam już pomysłu
Offline
Nie wiem, w jakim sensie jest gorzej z mysql_install_db, ale spróbuj uruchomić demona w ten sposób:
/usr/bin/mysqld_safe &
i wtedy zmień hasło. Upewnij się też, że w pliku /etc/mysql/my.cnf istnieją wpisy:
port = 3306 bind-address = 127.0.0.1
Offline
uruchomilem mysql_safe &
217-20-115-119:~# mysqladmin -u root migpolandok mysqladmin: connect to server at 'localhost' failed error: 'Access denied for user 'root'@'localhost' (using password: NO)'
Offline
mysqld_safe --skip-grant tables
http://dev.mysql.com/doc/refman/5.0/en/resetting-permissions.html
na samym dole..
Offline
Nadal mam problem wynika on chyba z nieuruchomienia mysql :(
217-20-115-119:/var/cache/apt/archives# mysqld 061101 19:19:10 InnoDB: Started; log sequence number 0 43710 061101 19:19:10 [ERROR] Can't start server : Bind on unix socket: Permission denied 061101 19:19:10 [ERROR] Do you already have another mysqld server running on socket: /var/run/mysqld/mysqld.sock ? 061101 19:19:10 [ERROR] Aborting 061101 19:19:10 InnoDB: Starting shutdown... 061101 19:19:12 InnoDB: Shutdown completed; log sequence number 0 43710 061101 19:19:12 [Note] mysqld: Shutdown complete
217-20-115-119:/var/cache/apt/archives# mysqld_safe & [1] 4367 217-20-115-119:/var/cache/apt/archives# Starting mysqld daemon with databases from /var/lib/mysql mysqld_safe[4425]: started STOPPING server from pid file /var/run/mysqld/mysqld.pid mysqld_safe[4438]: ended [1]+ Done mysqld_safe
Może komuś coś to powie. Co bym powinien zrobic.
Odrazu mówie ze niezalezy mi na InnoDB niewiem skad sie to wzielo.
Zalezy mi iwylacznie na mysql.
Offline