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 [EMAIL PROTECTED] 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" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
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
[EMAIL PROTECTED]
http://list.cobalt.com/mailman/listinfo/cobalt-developers

_______________________________________________
cobalt-developers mailing list
[EMAIL PROTECTED]
http://list.cobalt.com/mailman/listinfo/cobalt-developers

Reply via email to