load data infile "/usr/data/datafile" into table tab001;
Access denied for user: 'user@localhost' (Using password: YES)
Юзеру конечно даны права ALL. grant all on database001.* to 'user@localhost' identified by "php"; Root-ом все загружается.
Сергей.