JaoudeStudios.com

Open Source is the road ahead!
It is currently Thu Sep 09, 2010 12:54 am

All times are UTC




Post new topic Reply to topic  [ 1 post ] 
Author Message
 Post subject: Create user & access to a specific database
PostPosted: Sat May 22, 2010 12:00 pm 
Offline
Site Admin
User avatar

Joined: Wed Jul 02, 2008 7:54 pm
Posts: 596
Location: Surrey
Code:
CREATE USER 'user1'@'localhost' IDENTIFIED BY 'pass1';

Code:
GRANT ALL ON [db_name].* TO 'user1'@'localhost';

_________________
JaoudeStudios.com :: Eddie Jaoude :: Geek by nature, Linux by choice
Forum JaoudeStudios - php, mysql, xhtml, css, javascript, jquery, svn subversion, linux, lamp, W3C
Online Agile Task board
Open Source is the road ahead!!


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1 post ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group