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

Re: [cobalt-users] MySQL host?



> > 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?

1 domain name is a domain name, and nothing more than that. A domain name
alone cannot connect to a database.