CodeHeads wrote:
On Thu, 2006-02-23 at 21:46 -0600, Walter Johnson wrote:
#chown mysql:mysql /var/mysql-data
#chmod 770 /var/mysql-data

Try this, assuming the files are in there for the database.

$chown -R mysql:mysql /var/mysql-data/*
$chmod -R 770 /var/mysql-data/*

Hope that helps.
CodeHeads,

Thanks for the suggestion. But, I am still denied access to /var/mysql-data and/usr/local/mysql-standard-5.0.18-osx10.4-powerpc/data. I get 'Permission Denied' when I try to change to either directory. The owner of both is 'mysql'. For /var/mysql-data with PathFinder under Contents, there is a faint '9' in parentheses, but I cannot see the databases (or tables and views).

thanks
-walter

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to