MySQL Download URL
https://dev.mysql.com/get/Downloads/MySQL-5.6/mysql-5.6.46-linux-glibc2.12-x86_64.tar.gz
- Uninstall any existing version of MySQL
sudo rm /var/lib/mysql/ -R
<?php | |
/* | |
Wordpress leading whitespace fix | |
================================ | |
Ever got the infamous "xml declaration not at start of external | |
entity" error instead of your RSS feed when using Wordpress? | |
Well, you're not alone. I've spent couple hours tracking down | |
which of the active Wordpress plugins/themes broke my RSS feed. |
[client] | |
default-character-set = utf8mb4 | |
[mysql] | |
default-character-set = utf8mb4 | |
[mysqld] | |
character-set-server = utf8mb4 | |
collation-server = utf8mb4_unicode_ci |
<?php $upgrading = 1617634719; ?> |