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

RE: [cobalt-users] MySQL Password



> This is what I did using phpMyAdmin:
> 
> GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, ALTER on
> bluewidgets.* TO clientusername@localhost IDENTIFIED by 
> "clientusernamepassword";
> 
This is not how I handle it. Using phpMyAdmin 2.4.0, click Privileges
and the Add New User to add the user with no privileges selected (be
sure the host is set to localhost, choose local from the list). Then go
to the mysql database and click the 'db' database. Choose insert and
fill in localhost, db name and user name. I usually select only SELECT,
INSERT, UPDATE and DELETE.

--
Robert