Websites was working normally but after reboot, 2 website mysql connection had problem. Those 2 need to connect to database as “DEFAULT CHARACTER SET latin5 COLLATE latin5_turkish_ci” but its using different so websites non-latin chars looks like ???
[root@host ~]# mysql -u root -p mysite -e ‘status;’
Enter password:
[root@host ~]# mysql -u root -p mysite -e ‘status;’
Enter password:
mysql Ver 14.14 Distrib 5.5.10, for Linux (x86_64) using readline 5.1
Connection id: 427
Current database: mysite
Current user: root@localhost
SSL: Not in use
Current pager: stdout
Using outfile: ‘’
Using delimiter: ;
Server version: 5.5.10-log Distributed by The IUS Community Project
Protocol version: 10
Connection: Localhost via UNIX socket
Server characterset: latin1
Db characterset: latin5
Client characterset: utf8
Conn. characterset: utf8
UNIX socket: /var/lib/mysql/mysql.sock
Uptime: 23 min 45 sec
How can i fix that problem?