09-01-2024, 06:43 AM
(This post was last modified: 09-02-2024, 08:12 AM by RaymondDay.
Edit Reason: Found the fix for it.
)
I want to run WordPress on this but can't get mysql-server installed. I don't want to install the mariadb-server they say 100% compatible but using this as a backup and want to copy my WordPress database to it. If I install mariadb-server I get errors.
So how can I install mysql-server?
This is on a Recon Sentinel Rock64.
Found out how to install mysql-server on it.
It the /etc/apt/sources.list
Added this one line.
deb http://ftp.de.debian.org/debian sid main
Then these commands:
apt update
apt install mysql-server
It works. It has lots of other updates but after I installed the mysql-server I put a # before that line. I am not sure if them updates will break it or not.
Thank you.
So how can I install mysql-server?
This is on a Recon Sentinel Rock64.
Found out how to install mysql-server on it.
It the /etc/apt/sources.list
Added this one line.
deb http://ftp.de.debian.org/debian sid main
Then these commands:
apt update
apt install mysql-server
It works. It has lots of other updates but after I installed the mysql-server I put a # before that line. I am not sure if them updates will break it or not.
Thank you.