Lorenzo Rossi <[EMAIL PROTECTED]> wrote: > Hi. > My system is Slackware 9.1. > MySQL is the default version installed on Slackware cdrom while system > installation, so I hope all the path are ok :) > Then launched mysqld_install_db... but when I try to startup the server > an error occured wrote in /usr/local/mysql/ginlemon.err > like this: 3:49:08 /usr/local/libexec/mysqld: Can't find file: > './mysql/host.frm' (errno: 13) > This is a tipical error for me, almost everytime I install mysql..:-( > Any one can put me on the right way? >
Use perror to see error message: http://www.mysql.com/doc/en/perror.html $ perror 13 Error code 13: Permission denied Check permissions on the data dir. MySQL should be owner of the MySQL data dir. -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ / Victoria Reznichenko / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net <___/ www.mysql.com -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]