Hi,
If I had to guess - I would say that you do not have permissions for the
datadir.
Try the following:
Chown -R mysql:root /usr/local/mysql/data (or wherever your datadir is)
And
Chmod -R 660 /usr/local/mysql/data (or wherever your datadir is)
Cheers,
Andrew
Sql, query, wi
-
From: Yoann [mailto:linux-yoann@;ifrance.com]
Sent: Thursday, 17 October 2002 23:36
To: [EMAIL PROTECTED]
Subject: Re: mysql 4.04beta
I haven't a directory called "data" in the mysql directory and I never
specified where mysql have to put the database.
I try to find where mysql
[mailto:linux-yoann@;ifrance.com]
Sent: Thursday, 17 October 2002 23:36
To: [EMAIL PROTECTED]
Subject: Re: mysql 4.04beta
I haven't a directory called "data" in the mysql directory and I never
specified where mysql have to put the database.
I try to find where mysql is supposed to get
I haven't a directory called "data" in the mysql directory and I never
specified where mysql have to put the database.
I try to find where mysql is supposed to get the mysql.host and the
database but i don't find it yet
So in which file I can't get this information ?
thanks
yoann
Andrew Braithwa