[DiscordArchive] Will my users etc automatically react to mariadb server ?
[DiscordArchive] Will my users etc automatically react to mariadb server ?
Archived author: Roddan • Posted: 2021-05-12T15:30:02.750000+00:00
Original source
It happened after **./acore.sh install-deps**
Archived author: Revision • Posted: 2021-05-12T15:30:28.817000+00:00
Original source
i know a part of the deps is mysql-server, not sure if that causes issues
Archived author: Revision • Posted: 2021-05-12T15:30:36.795000+00:00
Original source
which is why in your cause I would suggest managing the packages yourself
Archived author: Revision • Posted: 2021-05-12T15:30:43.956000+00:00
Original source
it only has to be done once anyway
Archived author: Roddan • Posted: 2021-05-12T15:31:28.763000+00:00
Original source
Yeah it has to be done by mysql-server installed
Archived author: Roddan • Posted: 2021-05-12T15:31:37.639000+00:00
Original source
```
The following packages were automatically installed and are no longer required:
galera-3 libconfig-inifiles-perl libdbi-perl libsnappy1v5 lsof mariadb-common socat
Use 'sudo apt autoremove' to remove them.
The following NEW packages will be installed:
mysql-server
```
Archived author: Revision • Posted: 2021-05-12T15:34:05.082000+00:00
Original source
yeah
Archived author: Revision • Posted: 2021-05-12T15:34:18.822000+00:00
Original source
if your setup differs from the script, you'll have to manage that part on your own unfortunately
Archived author: Revision • Posted: 2021-05-12T15:35:23.301000+00:00
Original source
it's easy enough though. MariaDB just has different packages, like mariadb-client instead of mysql-client
Archived author: Roddan • Posted: 2021-05-12T15:37:06.179000+00:00
Original source
can't even uninstall them since they can't stop the service