Has anyone had success installing Mysql 8 on a RPI? Mysql 8 has json_table function and I would love to use that to insert records in bulk.
I have looked around but cannot find a mysql 8 installer for debian arm.
sudo apt-get install software-properties-common -y
sudo add-apt-repository ppa:lars-tangvald/mysql-8.0
sudo apt-get update
sudo apt-get install mysql-server
It consumes more memory than MySQL 5
SWAP required.
Since the authentication method has also been changed, please edit the following.
sudo vi /etc/mysql/my.cnf
[mysqld]
default_authentication_plugin=mysql_native_password
mysql-serverwill install mariaDB on Stretch. If you want the latest version you are using the wrong OS as Debian is very conservative, so you will need to install from some external source.