[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] MySQL Password
- Subject: RE: [cobalt-users] MySQL Password
- From: "Robert Fitzpatrick" <robert@xxxxxxxxxxx>
- Date: Fri Jul 18 06:35:01 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> 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