> and it comleted without any errors and warnings. But when i tried to run
> # mysql
> or
> #safe_mysqld
> 
> I get this message...
> 
> ERROR 2002: Can't connect to local MySQL server through socket 
> '/var/run/mysql/mysql.sock' (111)
> 
> then when i check my "/var/lib/mysql/myhostname.err" is see the 
> following:
> 
> 020119 16:26:30 mysqld started
> /usr/libexec/mysqld Ver 3.23.39 for slackware-linux-gnu on i386
> ..........
> ...........
> ..........
> wait_timeout current value: 28800
> 020119 16:26:30 mysqld ended
> 
> 020119 16:26:46 mysqld started
> 020119 16:26:46 /usr/libexec/mysqld: Can't find file: './mysql/host.frm' 
> (errno: 13)
> 020119 16:26:46 mysqld ended

---
[carsten@tsort carsten]$ perror 13
Error code  13: Permission denied
---

Check permissions on the mysql data directory.
Does the Linux user running mysql (usually "mysql")
have the proper permissions on the directory and 
files? If not, do a chown...

/ Carsten
--
Carsten H. Pedersen
keeper and maintainer of the bitbybit.dk MySQL FAQ
http://www.bitbybit.dk/mysqlfaq


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to