Article:
 |
|
Apache Web-Serving With Mac OS X, Part 5
|
| Subject: |
|
errors when trying to create DB... |
| Date: |
|
2002-07-28 08:49:44 |
| From: |
|
ferrit
|
|
|
|
Hi,
When I tried to run the 'test.php' script I got this...
Connection to the database has been established.
Can't create/write to file './test/wisdom.frm' (Errcode: 13)
Table 'test.wisdom' doesn't exist
Table 'test.wisdom' doesn't exist
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /Library/WebServer/Documents/MySQL_test.php on line 41
Any ideas ???
Jon
|
Showing messages 1 through 1 of 1.
-
errors when trying to create DB... sorted ;-)
2002-07-28 09:54:02
ferrit
[View]
That's twice today I haven't read previous posts enough !!
Should of been:
sudo chown -R mysql /usr/local/mysql/*
Jon