Hey Guys! I was trying to import a file to a new mysql table with "LOAD DATA LOCAL INFILE", but it keeps giving me this "ERROR 1148 (42000): The used command is not allowed with this MySQL version " I googled it up a bit and found out it is some config when mysql is loaded, but I failed to solve it out by myself (and I really gave it a shot!) . It should be something about "local_infile = 1". Can you guys give me some help here? Tks