mysql -u username -p db_name < /path/to/table_name.sql
mysql -u root -p --default_character_set utf8 Database < directory.sql
Database
Collation ของ UTF-8 การสร้างตารางหรือแม้แต่ฟิวส์ให้ใช้เป็น utf8_unicode_ci
- ถ้ามีการติดต่อฐานข้อมูล ให้เพิ่มในส่วนของ mysql_db_query($dbname,"SET NAMES UTF8");
- หรือ mysql_query("SET NAMES UTF8");
Dum database
Ref:
http://www.thaicreate.com/community/php-mysql-thai.html
http://forum.dekitclub.com/index.php?topic=863.0
http://stackoverflow.com/questions/6682916/how-to-take-a-backup-of-a-single-table-in-the-mysql-database
Friday, June 13, 2014
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment