FRIHOSTFORUMSFAQTOSBLOGSDIRECTORY
You are invited to Log in or Register a Frihost Account!

how to create a new user in sql

 


astaregia
How can I create a new user in a sql database?

What is the syntax of the order?

thanks
Ranfaroth
A new user which can access the database ? Read the doc.

A new user for your application/website ? It depends to your table...
BlueVD
with grant...
This is the fastest solution...
eg: grant all privileges on dbname.* to username identified by 'password';
But i strongly sugest you read the docs on privileges and stuff...
Reply to topic    Frihost Forum Index -> Scripting -> Php and MySQL

FRIHOST HOME | FAQ | TOS | ABOUT US | CONTACT US | SITE MAP
© 2005-2007 Frihost, forums powered by phpBB.