Page 1 of 1

Mac OS X

Posted: 30 Aug 2005, 19:43
by Brutus
I'm trying to install on my Mac OS X
on the installation page everything says ok
but "Attempting to connect to database as admin"
php version is 4.3
mysql server 4.1
mysql client 3.23.29

I setup the password using old_password
I can connect using mysql_connect in php fine
I just change get the adodb lib to work, has anyone had any luck with this?

Posted: 30 Aug 2005, 20:34
by Brutus
when setting up mysql user I do:
GRANT ALL PRIVILEGES ON *.* TO 'usrname'@'localhost';
FLUSH PRIVILEGES;

shouldn't this work?