[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-developers] ? Configure Virtual Hosts with MySql and phpmyadmin
- Subject: Re: [cobalt-developers] ? Configure Virtual Hosts with MySql and phpmyadmin
- From: "SarrCom.com" <nospam@xxxxxxxxxxx>
- Date: Fri Jun 6 00:04:01 2003
- List-id: Discussion Forum for developers on Sun Cobalt Networks products <cobalt-developers.list.cobalt.com>
Hi,
If PhpMyAdmin is up and running, I suppose you can create a database, right?
http://www.mysql.com/doc/C/R/CREATE_DATABASE.html
Next, simply type the following command in the "Run SQL query/queries on database abc" text area:
GRANT ALL ON abc.* TO user@localhost IDENTIFIED BY '1111'
and click "Go".
Replace "abc" with your database name, "user" with the username and "1111" with the password you want. This will create access rights on database "abc" only to user "user" with password "1111".
;-)
Reginald.
----- Original Message -----
From: "Raq Admin" <raq@xxxxxxxxxxxxx>
To: <cobalt-developers@xxxxxxxxxxxxxxx>
Sent: Thursday, June 05, 2003 8:13 PM
Subject: [cobalt-developers] ? Configure Virtual Hosts with MySql and phpmyadmin
I am trying to configure phpmyadmin for virtual sites hosted on
RaQ550. Can some on direct me to where I can learn how to setup so that
the user does not have access/view of all databases running?
Thanks for helping out this rookie!
GNH
_______________________________________________
cobalt-developers mailing list
cobalt-developers@xxxxxxxxxxxxxxx
http://list.cobalt.com/mailman/listinfo/cobalt-developers