#Ghost6 has arrived! Looks like I will be updating as soon as 6.1 comes out! ;)
Nothing major in terms of breaking changes that was not expected and the #MySQL8 is still the supported version.
#Ghost6 has arrived! Looks like I will be updating as soon as 6.1 comes out! ;)
Nothing major in terms of breaking changes that was not expected and the #MySQL8 is still the supported version.
2/2 ...
The top of the exported file has these lines:
CREATE DATABASE IF NOT EXISTS `databaseName` /*!40100 DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci */ /*!80016 DEFAULT ENCRYPTION='N' */;
USE `databaseName`;
If I change "databaseName" to a different name, is that enough for it to restore everything from the export file to a new database of a different name?
#MySQL8 backup/restore question
If I've exported my database to a single SQL file, and checked "Include Create Schema", how can I do a test restore without it dropping and/or recreating the existing database from the backup (which I'm trying to test, so isn't yet known to be reliable)?
1/2 ...
【MySQL】知っておくと便利なinformation_schemaのクエリ集
https://qiita.com/lvn-okino/items/d2797f17398410973ae8?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
Инструкция: как перенести сайт WordPress с MySQL 5.7 на MySQL 8
Недавно WordPress при проверке здоровья сайта начал рекомендовать использование версии MySQL 8. В этой статье расскажем, как перенести сайт на WordPress на MySQL 8 на примере нашего хостинга. Спойлер: это намного легче, чем может показаться.
https://habr.com/ru/companies/spaceweb/articles/819925/
#миграция_сайта #перенос_на_MySQL8 #MySQL8 #mysql #wordpress