Hi,
I am just learning to use Linux and I am having some problems with getting MySQL to load. I have successfully installed & tested both Apache & PHP, so I am pretty comfortable with the whole configure and make processes. I followed the MySQL installation docs to the letter, however when I try to load the MySQL daemon as instructed, the program just quits after a few seconds. Here is the terminal output: [EMAIL PROTECTED] mysql]# ./bin/mysqld_safe --user=mysql & [1] 30010 [EMAIL PROTECTED] mysql]# Starting mysqld daemon with databases from /var/lib/mysql 030923 09:30:18 mysqld ended Anyone know what I am doing wrong? Thanks