Topic: Using of UTF8 charset in MySQL 5.0.x
Hi all,
I'm trying 1.2.10 with UTF8 charset in MYSQL 5.0.17 :
1. All punbb tables are defined with "DEFAULT CHARSET=utf8" and "Collation = utf8_general_ci"
2. Added $db->query("SET NAMES 'UTF8'"); at end of include/dblayer/common_db.php (proposed by someone in this forum)
3. All data was saved as UTF8 charset and under phpMyAdmin I can view all data correctly.
Problems:
1. All forums are lossed. My board is empty. But in Control panel they are there, showed in UTF8 correctly.
2. I can not rebuild index (Forum Maintenance). When I click button nothing is displayed in browser and the tables are empty.
Any ideas about this ?
TIA,