Hi, I have MySQL 3.23.49 and I access the mysql with : % mysql -u user -p Enter password:*******
and type : mysql> use user's_database; and returns : Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A Database changed but when I type : load data infile '/user's_path/datafile' into table database's_table fields terminated by ',' (field_1,field_2,field_3,field_4); I returns: ERROR 1045: Access denied for user: '[EMAIL PROTECTED]' (Using password: YES) What can be happening ? --------------------------------------------------------------------- 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