View: Restore a database in mysql with a special charset

  1. 5 months ago by grummfy
    mysql -D DATABASE -u USERNAME -p -h HOST --default-character-set=utf8 < FILE.sql

0 comment about "Restore a database in mysql with a special charset"