Hi !
I am having a problem to import and write data to MySQL databases. Plesk gave me teh instructions below, but I have no clue HOW to edit "file_priv" (from N tting to Y). Can anyone here be so nice to provide step by step intro? Thanks!

==========>>>

I think those clients have one problem with MySQL - after 2.5.3 PSA version MySQL doesn't run "LOAD DATA LOCAL INFILE..." SQL command (it relative to PHPMyAdmin and to PHP MySQL commands).

All MySQL users are written into user table mysql database:

/usr/local/psa/mysql/bin/mysql -u admin -p`cat /etc/psa/.psa.shadow` -D mysql -e "select * from user"

and users should have the "File_priv" = "Y" into this table.