How do I change the default charset from UTF-8 to ISO-8859-1 in phpMyAdmin?
标签:
phpmyadmin
相关问题
- Select a record just if the one before it has a lo
- while export data from phpmyadmin its return to sq
- phpmyadmin error 13 permission denied
- Storing 0.00001 in MySQL
- phpMyAdmin “Cannot load or save configuration”
相关文章
- phpMyAdmin won't let me login - no error shown
- I can not access phpMyAdmin on XAMPP
- phpmyadmin synchronize
- How to hash auto increments in mysql
- Xampp 1.8.3.3 with phpmyadmin 4.1.8 phpMyAdmin con
- MySQL give a rank to each group
- MAMP MySQL Cannot connect: invalid settings.
- Query statistic is taking 99% of the query time
You need to go to
phpmyadmin > information_schema > schemata >
change yourDEFAULT_CHARACTER_SET_NAME
with queryFind your config.inc.php and add or edit the line
You can change the default charset in your
config.php
$cfg['DefaultLang'] = 'ISO-8859-1';