[DiscordArchive] Hello, when I ran ```./acore.sh install-deps``` it broke my MySQL/MariaDB server, basically deleted
[DiscordArchive] Hello, when I ran ```./acore.sh install-deps``` it broke my MySQL/MariaDB server, basically deleted
Archived author: Roddan • Posted: 2021-05-12T12:32:32.096000+00:00
Original source
Hello, when I ran ```./acore.sh install-deps``` it broke my MySQL/MariaDB server, basically deleted it I think why is that?
Archived author: Revision • Posted: 2021-05-12T13:14:53.030000+00:00
Original source
That can't happen, can it? The script appears to have no apt to install or remove a mysql/mariadb-server nor does it remove files from anywhere on the system.
Archived author: Revision • Posted: 2021-05-12T13:15:51.695000+00:00
Original source
What I can imagine is that MariaDB installed might cause issues since the script install libmysqlclient-dev and mysql-client which can cause conflicts with mariadb on the same system