[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] mysql db creation on raq3
- Subject: [cobalt-users] mysql db creation on raq3
- From: "mika" <mcev@xxxxxxxxxxx>
- Date: Tue Nov 5 07:58:00 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
Hi all,
i got a web user called "webuser" and would like to create a mysql db for this user with the same name.
create database webuser;
grant all on webuser.* to webuser@localhost identified by '<webuser_password>';
Is the syntax ok?
So, in order to configure a php script is the following ok?
$sql_serveur = "localhost";
$sql_base = "webuser";
$sql_login = "webuser";
$sql_password = "webuser_password";
Thanks for help
Mika
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.410 / Virus Database: 231 - Release Date: 31/10/2002