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

Re: Re[2]: [cobalt-users] (no subject)



@localhost is for CGI and backend stuff
@"%" represents the domain name (URL)
I think you can restrict mySQL to specific 
doamin names.

see Section 6.8 -- Adding new user privileges
http://www.devshed.com/Server_Side/MySQL/Manual/manfiles/manual_Privilege_sy
stem.html#Privilege_system


>What is the difference between the command:
> GRANT ALL PRIVILEGES ON databasename.* TO username@localhost 
> GRANT ALL PRIVILEGES ON databasename.* TO username@"%"