When I ran my
mt-check.cgi it said "DBD::mysql...
Your server has DBD::mysql installed."
In my control panel it goes on to say "Due to security implications, users do not have the MySQL file privilege. However you can still import datafiles by adding the "local" keyword. Here is an example:
% mysql -u your_user_name -p
mysql> use your_database_name;
mysql> LOAD DATA local INFILE "/home/your_username/your_datafile" INTO TABLE your table_name;"
Does this make any sense?