mysql -D DATABASE -u USERNAME -p -h HOST --default-character-set=utf8 < FILE.sql
database mysql restore
#Param #HOST : host of your database : localhost, sql.free.fr, .... #DATABASE : your database name #FILE.sql : the file to restore #USERNAME : your username access
0 comment about "Restore a database in mysql with a special charset"