162854/1273-unknown-collation-utf8mb4-unicode-520-ci
I have been using a WordPress website on my local WAMP server but everytime I upload its database to live server, I get error
#1273 – Unknown collation: ‘utf8mb4_unicode_520_ci’
What can be done to avoid this ERROR? Any help would be appreciated!
This ERROR which is occurring will definitely be caused due to the versions running of the MySQL being different which are being run by the local and live server. To solve this ERROR, start with opening the SQL file in the text editor following which, please locate and replicate all utf8mb4_unicode_520_ci with utf8mb4_unicode_ci. Then Save and upload to a fresh mySql db. This should hopefully help you solve the ERROR.
Following are the different types of collation ...READ MORE
I don't think post-process is what you ...READ MORE
Hi, You can try this: ALTER TABLE foobar_data CHANGE ...READ MORE
Create a deployment of the mysql. Use ...READ MORE
An index is used to speed up ...READ MORE
Facing Error Exception in thread "main" org.openqa.selenium .WebDriverException: unknown ...READ MORE
./byfn.sh -m up After running the above command, ...READ MORE
Download necessary CA certificate. "/etc/ssl/certs/ca-certificates.crt", -> Debian/Ubuntu "/etc/pki/tls/certs/ca-bundle.crt", ...READ MORE
There seems to be error in the ...READ MORE
add this to your call --no-include-email here is the ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.