Sebastian Mogilowski's Blog

encoding

MySQL command line import of file with UTF-8 encoding

  • 2. Juli 2009
  • Linux
  • 0 Comments

A Post-It note for me ... Importing an UTF-8 encoded MySQL Database export file with MySQL command line interface: mysql -D databasename -h hostname -p -u db_username --default_character_set utf8 <…

Continue Reading
Copyright 2025