gouwepeer.nl
Well-known member
gouwepeer.nl submitted a new resource:
set db to utf8mb4 without SSH - utf8mb4 without SSH in phpmyadmin
Read more about this resource...
set db to utf8mb4 without SSH - utf8mb4 without SSH in phpmyadmin
If you want to convert you're database from utf8 to utf8mb4 without SSH you can do it in phpMyAdmin.
Login on phpMyAdmin and select the XF database. After that pres on "SQL" and copy&past this code:
SQL:ALTER TABLE xf_addon CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci; ALTER TABLE xf_addon_install_batch CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci; ALTER TABLE xf_admin CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci; ALTER TABLE...
Read more about this resource...