[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] MySQL host?
- Subject: [cobalt-users] MySQL host?
- From: "Hans van Kilsdonk" <hans@xxxxxxxxxxxxxx>
- Date: Tue Jun 20 02:00:47 2000
Hi!
I want to configure a MySQL host for a database, so only that domainname can
connect to the database. First I created the database, and then I need to
set the privileges:
GRANT ALL PRIVILEGES ON database.* TO user@xxxxxxxxxxxxxx IDENTIFIED BY
'password' WITH GRANT OPTION;
But this does not work. I cannot connect to the database with the domainname
"userdomain.com". Does anyone know how to configure the database correct?
Thanks in advance,
Hans