Question
How to upgrade MySQL server, for the one-click app
Hello,
I’m using the PHPMyAdmin one-click app, but the MySQL server version is way behind and I’m not sure how to upgrade it without breaking anything
The current version is:
mysql Ver 14.14 Distrib 5.7.30, for Linux (x86_64) using EditLine wrapper
innodb_version 5.7.30
protocol_version 10
slave_type_conversions
tls_version TLSv1,TLSv1.1,TLSv1.2
version 5.7.30-0ubuntu0.18.04.1
version_comment (Ubuntu)
version_compile_machine x86_64
version_compile_os Linux
I need at least version: 8.0+, because there is functions in those version and higher that I need for my app.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×