If you don't want to delete If you don't want to delete your database or change your encodage, you can use command line in order to import the file. Easy, and powerful. mysql -uMY_USER -pMY_PASSWORD my_table_db < my_file_to_import.sql (yes, there's no space between -u and the user nor -p and the password) Reply
If you don't want to delete your database or change your encodage, you can use command line in order to import the file. Easy, and powerful.
mysql -uMY_USER -pMY_PASSWORD my_table_db < my_file_to_import.sql
(yes, there's no space between -u and the user nor -p and the password)