Mac OS X

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
Brutus
Posts: 4
Joined: 30 Aug 2005, 19:40

Mac OS X

Post 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?
Brutus
Posts: 4
Joined: 30 Aug 2005, 19:40

Post by Brutus »

when setting up mysql user I do:
GRANT ALL PRIVILEGES ON *.* TO 'usrname'@'localhost';
FLUSH PRIVILEGES;

shouldn't this work?
Post Reply