I have just installed WampServer (x64) in order to install a WordPress site. In localhost/phpmyadmin/ the Server connection collation is utf8mb4_general_ci.
When I created a new DB, I defined the collation to be 'utf8_general_ci'
However, when I installed the wordpress I looked back in my DB and all the tables are in collation utf8mb4_unicode_520_ci
Why this was happened?
I tried and in C:\wamp64\bin\mysql\mysql5.7.14\my.ini file under the tag [mysqld] I added the:
character-set-server=utf8
collation-server=utf8_general_ci
Then I restarted the wampserver, I installed the wordpress from scratch and again all the tables has Collation utf8mb4_unicode_520_ci
How can I resolve this?
When I created a new DB, I defined the collation to be 'utf8_general_ci'
However, when I installed the wordpress I looked back in my DB and all the tables are in collation utf8mb4_unicode_520_ci
Why this was happened?
I tried and in C:\wamp64\bin\mysql\mysql5.7.14\my.ini file under the tag [mysqld] I added the:
character-set-server=utf8
collation-server=utf8_general_ci
Then I restarted the wampserver, I installed the wordpress from scratch and again all the tables has Collation utf8mb4_unicode_520_ci
How can I resolve this?