Thread: Complete Newbie
View Single Post
  #3 (permalink)  
Old 2007-12-27, 09:58 AM
celon_php_master celon_php_master is offline
Junior Member
 
Join Date: Oct 2007
Posts: 23
celon_php_master is on a distinguished road
Default

in the mysql prompt type
mysql -u root ;
use your_database_name;
grant all privileges on *.* to user@"localhost" identified by 'password' ;
Reply With Quote