Page 1 of 1

[Mysql] Problem with added users

PostPosted: 17. July 2006 21:03
by ponsfrilus
Hi all,
I just installed XMPP and all I run /opt/lampp/lampp security.

All works fine until here. Then y go to phpmyadmin to add some user, cause I want to install gallery2. I create the user gallery, gant him all privilege and set him a password. After that I flush all mysql privileges and restart XAMPP.

My problem is that I can't connect to my db with my new user!

If I use the default root account it's ok but it isn't with my own users... is that a chmod or encoding problem? I'm runing XAMPP on ubuntu 6.06...

Thanks in advance,
ponsfrilus

PostPosted: 21. July 2006 14:07
by discovery
how are u trying to connect to the database ?? ...are u connecting thro PHPMYADMIN ??

PostPosted: 21. July 2006 14:28
by ponsfrilus
No I try connection thru mysql_connect() php fonction. That works with root/pwd but doesn't with my own users made thru phpmyadmin