HO rilevato un problema che prima non avevo riscontrato in mysql nella slack 12.
Mysql come utente e gruppo ci sono già,quindi non resta che installare mysql.
Allora do: mysql_install_db e mi da come messaggio tutto ok.
Codice: Seleziona tutto
Installing all prepared tables
Fill help tables
To start mysqld at boot time you have to copy support-files/mysql.serve
r
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 slax password 'new-password'
See the manual for more instructions.
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' di rectory:
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.comCodice: Seleziona tutto
root@slax:/home/lord# /usr/bin/mysqld_safe &
[1] 13444
root@slax:/home/lord# nohup: ignoring input and redirecting stderr to stdout
Starting mysqld daemon with databases from /var/lib/mysql
STOPPING server from pid file /var/lib/mysql/slax.pid
070913 10:47:59 mysqld ended
Non riesco a capire dove sbaglio........


