Add new comment

Permalink

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)

Plain text

  • No HTML tags allowed.
  • Web page addresses and email addresses turn into links automatically.
  • Lines and paragraphs break automatically.