Steve on "[Plugin: Jetpack by WordPress.com] Jetpack mysql errors"
It's because that statement can't be safely replicated across to another database because there is no way of guaranteeing that the delete statement will delete the same rows in the replicated database....
View Articlectirpak on "[Plugin: Jetpack by WordPress.com] Jetpack mysql errors"
Thanks. I'll give that a try.
View Articlemctenold on "Unknown collation: 'utf8mb4_unicode_ci'"
I'm going through my typical workflow, building and editing a site locally. Once I'm in a good spot I move the site to a dev server on one of my hosting accounts. As far as database, I typically export...
View Articlejtleathers on "Unknown collation: 'utf8mb4_unicode_ci'"
I'm in the same boat and just made a thread asking the same thing. This is what is causing the problem. There are a few replies in that thread with the same problem and no responses.
View ArticleSamuel Wood (Otto) on "Unknown collation: 'utf8mb4_unicode_ci'"
Use a local dev version that matches your actual live version. Alternatively, bug your web host to upgrade your live site to a newer version of MySQL. You want 5.5.3 or later. Preferably much later.
View Articlejtleathers on "Unknown collation: 'utf8mb4_unicode_ci'"
Use a local dev version that matches your actual live version. Is there a way to do that when you are working on multiple client projects who all have different hosts and therefore different versions...
View Articlemctenold on "Unknown collation: 'utf8mb4_unicode_ci'"
Use a local dev version that matches your actual live version. Alternatively, bug your web host to upgrade your live site to a newer version of MySQL. You want 5.5.3 or later. Preferably much later....
View ArticleSamuel Wood (Otto) on "Unknown collation: 'utf8mb4_unicode_ci'"
So basically the latest WordPress is not compatible with MySQL < 5.5.3 at all? That seems like a pretty major change. No, it's perfectly compatible. It just updates the database to use utf8mb4...
View Articlemctenold on "Unknown collation: 'utf8mb4_unicode_ci'"
If you're actually migrating databases around (which is a bad practice to begin with) How is developing locally and migrating your database to a dev or production server bad practice? So it seems...
View Articlemctenold on "Unknown collation: 'utf8mb4_unicode_ci'"
There has to be a way I can convert or export the database to be compatible with versions pre < 5.5.3. Even if I have to manually open the .sql export file and do a search and replace. Any...
View Articlejtleathers on "Unknown collation: 'utf8mb4_unicode_ci'"
I think it's pretty common practice to install WordPress locally when you begin working on a new site, and then move everything to a dev or production server once the time comes. Haha, I think we all...
View Articlewonderwhere99 on "I cant find my database"
Hi, so I have a MAMP set up where I had wordpress running and all was well as I was developing a site. Then I wanted to put it onto an ftp server and make it live. I have never uploaded a wordpress...
View ArticleSamuel Wood (Otto) on "Unknown collation: 'utf8mb4_unicode_ci'"
I'm not sure you're getting it here. You cannot undo this. Older versions of MySQL don't support utf8mb4 properly. You cannot do hand-wavy things to add that support. They simply cannot support those...
View Articlemoisb on "Problem with Mysql database after 4.2 update"
hello, after update my wordpress to version 4.2 started to notice stability issues on my website caused by excessive use of CPU on Mysql database. I use the RDS database from Amazon AWS and mysql logs...
View Articlejtleathers on "Unknown collation: 'utf8mb4_unicode_ci'"
Older versions of MySQL don't support utf8mb4 properly. Which is why we were asking if anyone knows how to export or alter the database to go from utf8mb4 back to utf8. If you're going to be importing...
View ArticleSamuel Wood (Otto) on "Unknown collation: 'utf8mb4_unicode_ci'"
Which is why we were asking if anyone knows how to export or alter the database to go from utf8mb4 back to utf8. Right. You can't actually do that. If you have 4 byte characters in the database, then...
View Articlejtleathers on "Unknown collation: 'utf8mb4_unicode_ci'"
So, I was able to get this to work by doing the following in PHPMyAdmin: 1) Click the "Export" tab for the database 2) Click the "Custom" radio button 3) Go the section titled "Format-specific options"...
View ArticleSamuel Wood (Otto) on "Unknown collation: 'utf8mb4_unicode_ci'"
Huh. Never seen that option before. I suppose that would do the trick, although you might be missing the 4 byte characters, if any are there. I'd double check after you do your import.
View Articlemctenold on "Unknown collation: 'utf8mb4_unicode_ci'"
Did Wordpress not think this update through? I feel like this is a common practice. Moving forward I'm going to have to downgrade my local MySQL or not use Wordpress 4.2. How is this at all a good...
View ArticleSamuel Wood (Otto) on "Unknown collation: 'utf8mb4_unicode_ci'"
It's pretty uncommon, actually. WordPress is a content management system. Most people write their content on the actual site where it will be published. Not on some other dev site first. Sure, you use...
View Article