1

How do I change the default charset from UTF-8 to ISO-8859-1 in phpMyAdmin?

1
  • 3
    I wonder why someone would want to do that ? UTF-8 can display characters of every language, 8859-1 can only display characters of western european languages (and not even a Euro sign). Commented Jan 23, 2011 at 11:28

3 Answers 3

5

You need to go to phpmyadmin > information_schema > schemata > change your DEFAULT_CHARACTER_SET_NAME with query

Sign up to request clarification or add additional context in comments.

4 Comments

Hi. Not sure where to find that.
Its on the left side frame you will find it on first bullet and reach to schemata
That just for signle schema
Tried this and got the following error: Access denied for user root@localhost to database information_schema
1

Find your config.inc.php and add or edit the line

$cfg['DefaultCharset'] = 'iso-8859-1'; 

Comments

0

You can change the default charset in your config.php $cfg['DefaultLang'] = 'ISO-8859-1';

4 Comments

Hey Stefan. Where do I find that config.php? Im using wordpress.
Sorry! It's config.inc.php! It's got nothing to do with wordpress. You find it in your phpmyadmin directory.
Ohhhhhh. Im not hosting my own server. Im with a company so I doubt I have access to that :(
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.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.