[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] connecting to a mysql database
- Subject: Re: [cobalt-users] connecting to a mysql database
- From: "Per M Knutsen" <per.knutsen@xxxxxxxxxxxxxx>
- Date: Thu Sep 20 07:28:35 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> > 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