เมื่อนำเว็บและฐานข้อมูลขึ้นสู่ Server แล้วเมื่อติดต่อฐานข้อมูลมันขึ้น Error message อย่างนี้จ่ะ
File 'c:\mysql\share\charsets\?.conf' not found (Errcode: 22) Character set '#18' is not a compiled character set and is not specified in the 'c:\mysql\share\charsets\Index' file
ทดสอบเบื้องต้นดังนี้
1. รันเมื่อยังโปรแกรมที่ยังไม่ได้ทำการติดต่อ DB ทำงานได้ปกติ
2. ทดสอบเพิ่มบันทัด $conn = mysql_connect($host,$user,$pass) or die ("ไม่สามารถติดต่อฐานข้อมูลได้"); แค่บันทัดนี้ก็ขึ้น Error อย่างเบื้องต้นแล้ว
3. สามารถ Query ข้อมูลได้ตามปกติ แสดงได้ แต่จะมี Error ประโยคข้างบน ขึ้น ทำให้ไม่สวย
File 'c:\mysql\share\charsets\?.conf' not found (Errcode: 22) Character set '#18' is not a compiled character set and is not specified in the 'c:\mysql\share\charsets\Index' file