Re: [PHP-DB] tell mysql error

2007-06-08 Thread Asim
Hi thanks for your response but i tried it too and it shows ERROR NO 1045 when i try to reload privileges it shows ERROR NO 1066 or like that what should i do? bye Niel Archer [EMAIL PROTECTED] wrote: Hi mysql -h

Re: [PHP-DB] tell mysql error

2007-06-08 Thread Niel Archer
Hi Sounds like you do not have the required privileges with your user account.. I suggest you spend some time reading the MySQL documentation on privileges. Are you using the root account? Have you created other user accounts and given them the required privileges? Niel -- PHP Database

Re: [PHP-DB] tell mysql error

2007-06-05 Thread Niel Archer
Hi mysql -h localhost -u root -p 123456 should be: mysql -h localhost -u root -p123456 notice no space after -p or it asks for the password. Niel -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php