Hi and thanks for your reply.
I looked at the err file as you suggested, and indeed there is a problem with the hostname.
021121 08:58:13 mysqld started
021121 8:58:15 /usr/libexec/mysqld: Table 'mysql.host' doesn't exist
021121 08:58:15 mysqld ended
So I did the mysql_install_db command and got back:
[CristianoMac:/var/mysql] cbianchi# mysql_install_db
Sorry, the host 'CristianoMac' could not be looked up.
Please configure the 'hostname' command to return a correct hostname.
If you want to solve this at a later stage, restart this script with
the --force option
Then:
------------------------------
[CristianoMac:/var/mysql] cbianchi# mysql_install_db --force
Preparing db table
Preparing host table
Preparing user table
Preparing func table
Preparing tables_priv table
Preparing columns_priv table
Installing all prepared tables
021121 9:09:55 /usr/libexec/mysqld: Shutdown Complete
To start mysqld at boot time you have to copy support-files/mysql.server
cd /usr ; /usr/bin/safe_mysqld &
You can test the MySQL daemon with the benchmarks in the 'sql-bench' directory:
cd sql-bench ; 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
https://order.mysql.com
--------------------------------------------
If I now try to start it from MySQL Admin I get:
021121 09:10:49 mysqld started
021121 9:10:50 /usr/libexec/mysqld: Can't find file: './mysql/host.frm' (errn\
o: 13)
021121 09:10:50 mysqld ended
Any suggestions? What do I bloody do with the hostname? The Server Administration manual is completely useless!
Thanks, Cristiano