View Single Post
  #3 (permalink)  
Old 09-02-2006, 12:53 PM
Crane's Avatar   
Crane Crane is offline
Programming Expert
 
Join Date: Nov 2005
Posts: 399
Credits: 0
Rep Power: 14
Crane is on a distinguished road
Default

This is how:

GRANT ALL PRIVILEGES ON *.* TO USERNAME@IP IDENTIFIED BY "PASSWORD";
FLUSH PRIVILEGES;
exit;
Reply With Quote