[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] connecting to a mysql database



> > Hi,im trying to connect to a mysql database on my raq4 using ultradev, I
can
> > connect fine using phpadmin and everything works fine through telnet it
just
> > seems to have a problem with remote access.

You need to set up a user with remote access privileges, eg.

GRANT ALL ON some_db.* TO foobar@hostname IDENTIFIED BY 'secretword';

Replace host by the host, or IP, you're trying to connect from.



Per M Knutsen
http://nethut.no/~pknutsen