How do I change the default charset from UTF-8 to ISO-8859-1 in phpMyAdmin?
3 Answers
You need to go to phpmyadmin > information_schema > schemata > change your DEFAULT_CHARACTER_SET_NAME with query
4 Comments
iMayne
Hi. Not sure where to find that.
Ismail
Its on the left side frame you will find it on first bullet and reach to schemata
Weijing Jay Lin
That just for signle schema
Timothé Malahieude
Tried this and got the following error:
Access denied for user root@localhost to database information_schemaYou can change the default charset in your config.php $cfg['DefaultLang'] = 'ISO-8859-1';
4 Comments
iMayne
Hey Stefan. Where do I find that config.php? Im using wordpress.
Stefan H Singer
Sorry! It's config.inc.php! It's got nothing to do with wordpress. You find it in your phpmyadmin directory.
iMayne
Ohhhhhh. Im not hosting my own server. Im with a company so I doubt I have access to that :(
Stefan H Singer
Well, you could probably upload your own phpmyadmin installation. But if you don't have access to their installation of phpmyadmin on disk, you can't change its config either.