View Single Post
  #1  
Old 08-04-2006, 12:32 AM
hayward6
Forum Guide
 
Join Date: Jul 2005
Posts: 473
Default Quick question about privilages

What needs to be done to allow me privilages in sql? I have my server running fine on a seperate pc but I want to install a copy of the database on a laptop for editing purposes.

Thank you


mysql> create database peq;
ERROR 1044: Access denied for user: '@localhost' to database 'peq'
mysql>
Reply With Quote