Hi,

> i am trying to import or export using MYSQL driver. that time it 
> gives following error;
> "Access Denied For User '[EMAIL PROTECTED]' (Using password:YES)

did you give all the privileges manually through editing the grant
tables, or by the GRANT command (the right command should be something
like "GRANT all ON *.* TO [EMAIL PROTECTED] IDENTIFIED BY 'password'"?

if you did it manually, did you run 'mysqladmin reload' afterwards?


Rgds,
  Tfr

 --==< [EMAIL PROTECTED] >==< MySQL development team >==< Tallinn / Estonia >==--  

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to