Страница 1 из 1

mysql на suse 10.2

Добавлено: 31 май 2007, 17:05
Pokoinik
Не могу установить mysql на suse 10.2

Код: Выделить всё

michael:/home/michael # mysql_install_db
Installing all prepared tables
Fill help tables
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 michael.site password 'new-password'
See the manual for more instructions.

NOTE:  If you are upgrading from a MySQL <3> mysqladmin -u root password qwerty
mysqladmin: connect to server at 'localhost' failed
error: 'Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)'
Check that mysqld is running and that the socket: '/var/lib/mysql/mysql.sock' exists!

А может у кого есть Suse 10.2 x64 с языковым сиди для рус.??
не поделитесь ;)

Добавлено: 31 май 2007, 19:38
nab
Запусьці

mysqld_safe --skip-grant-tables

а потым выправі паролі root загадамі

/usr/bin/mysqladmin -u root password 'new-password'
/usr/bin/mysqladmin -u root -h michael.site password 'new-password'

Добавлено: 01 июн 2007, 10:09
Pokoinik
nab,
Спасибо, решил проблему...