sbourdon Posted January 30, 2022 Report Posted January 30, 2022 In order to update mySQL 8.0.x to the latest version available, simply follow these steps: Note: MySQL 8.0.16 or newer must be installed on your server Download and extract Windows (x86, 64-bit), ZIP Archive from this link: https://dev.mysql.com/downloads/mysql/ copy «mysql-8.0.x-winx64\lib\libmysql.dll» to «mysql-8.0.x-winx64\bin\libmysql.dll» rename «mysql-8.0.x-winx64\bin\mysqld.exe» to «mysql-8.0.x-winx64\bin\mysqld_z.exe» copy «UniServerZ\core\mysql\my.ini» and «UniServerZ\core\mysql\us_opt.ini» to «mysql-8.0.x-winx64\» copy «UniServerZ\core\mysql\bin\mysql-init.txt» to «mysql-8.0.x-winx64\bin\mysql-init.txt» stop mySQL(from UniController or Windows Services [«us_mysql_1»]) copy the «UniServerZ\core\mysql\data\» folder to «mysql-8.0.x-winx64\data\» delete (or backup) the files in the «UniServerZ\core\mysql\» folder and replace them with the ones from «mysql-8.0.x-winx64\» restart mySQL (from UniController or Windows Services [«us_mysql_1»]) Hope this helps! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.