[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] MySQL host?
- Subject: Re: [cobalt-users] MySQL host?
- From: "Hans van Kilsdonk" <hans@xxxxxxxxxxxxxx>
- Date: Tue Jun 20 03:29:41 2000
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