Change the collation on a MySQL database via PhpMyAdmin
MySQL supports different types of collation and characters sets. The following article will walk you through how to change the collation for one table or the entire database.
Change
collation for the entire database
- Connect to the database using phpMyAdmin
- Select your database and click on Operations from the top menu
- On the drop down menu under collation select the character or collation that you intend to use for the database.
- Click on Go and the change is effected for the entire database
Change
the collation for one table
- Connect to the database using phpMyAdmin
- Select your database
- Select your table and click on operations from the top menu.
- Under the Table options menu select the collation/character for the table
- Click on Go to make the change for the table
No comments:
Post a Comment