Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #948703

    Hi You can try Akeeba admin tool extension from JED By this extension you can easily change the DB collation to UTF-8gneral ci .

    http://prntscr.com/bre857
    Take a full backup of site before apply changes .
    Hope it helps .

    pressmar Friend
    #948709

    Hi Pankaj,

    thanks for that advise. I tried it, the tool say it changed it, i did the repair but nothing changed in the database. maybe the import error on the productions server helps further:

    CREATE TABLE IF NOT EXISTS joomla_admintools_acl (
    user_id bigint( 20 ) unsigned NOT NULL ,
    permissions longtext COLLATE utf8mb4_unicode_ci
    ) ENGINE = MYISAM DEFAULT CHARSET = utf8mb4 COLLATE = utf8mb4_unicode_ci;

    Pankaj Sharma Moderator
    #948710

    Hi
    This is work normally . If its not working for you can try below tips
    https://www.a2hosting.com/kb/cpanel/cpanel-database-features/changing-the-mysql-collation-settings-in-phpmyadmin

    https://mediatemple.net/community/products/dv/204403914/default-mysql-character-set-and-collation

    You can also ask this to your host provider and they will change it for you .

    pressmar Friend
    #948841

    Okay it worked, but was really a shity work to manually change each variable in every table. But now it works even on the live hoster. Thanks for you help.

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  pressmar 8 years, 4 months ago.

The topic ‘Update to utf8mb4 in test enviroment, production doesn't support.’ is closed to new replies.