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

Re: [cobalt-users] MySQL host?



Hi !

> GRANT ALL PRIVILEGES ON database.* TO anyuser@"%" IDENTIFIED BY
> 'yourpassword' WITH GRANT OPTION; FLUSH PRIVILEGES;

But this means that *anyone* can connect to the database using some random
domain. That's not what I want :)  Only 1 domainname is allowed to connect
to the database. Isn't this possible?

Regards,
Hans