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>
|