[DiscordArchive] so im installing AC onto my always on linux home server (CLI only) in the server setup step it requi
[DiscordArchive] so im installing AC onto my always on linux home server (CLI only) in the server setup step it requi
Archived author: Tereneckla • Posted: 2025-04-07T21:10:29.455000+00:00
Original source
you can put them whereever you want to, just make sure DataDir in the conf points to it
Archived author: MossyEvie • Posted: 2025-04-07T21:10:54.814000+00:00
Original source
okie dokie, cheers
Archived author: MossyEvie • Posted: 2025-04-07T21:16:55.120000+00:00
Original source
ive never used mysql before, whats my mysql login/ip/etc? its referenced in the final step of the server setup on linux
Archived author: St0ny • Posted: 2025-04-07T21:23:50.123000+00:00
Original source
After MySQL installation you have to use:
sudo mysql_secure_installation
Then you can setup everything.
Archived author: MossyEvie • Posted: 2025-04-07T21:24:07.648000+00:00
Original source
cool ty
Archived author: St0ny • Posted: 2025-04-07T21:24:54.263000+00:00
Original source
You can start the MySQL cli with:
sudo mysql -p
There you can create users, set privileges, create databases and so on
Archived author: Revision • Posted: 2025-04-07T21:26:15.483000+00:00
Original source
That's not universally true. Newer versions of mysql force you to set a root password when installing it, and even if you don't the password is just blank and you can use it locally (not externally) without issues.
Archived author: MossyEvie • Posted: 2025-04-07T21:26:54.217000+00:00
Original source
it didnt make me set a password or anything
Archived author: MossyEvie • Posted: 2025-04-07T21:27:38.527000+00:00
Original source
i deactivated the root user on my home server a while back as a hardening measure
Archived author: St0ny • Posted: 2025-04-07T21:27:59.557000+00:00
Original source
At the end it asks if you want to set a new PW for root.