[DiscordArchive] And as i understand it's notn there to stay?
[DiscordArchive] And as i understand it's notn there to stay?
Archived author: dogwizard • Posted: 2025-03-16T22:16:20.377000+00:00
Original source
My assumption was that these tables would be blank until firing up the server, and then they would populate.
Archived author: metallinos • Posted: 2025-03-16T22:27:12.121000+00:00
Original source
These are your databases, your tables are contained therein but seem empty
Archived author: metallinos • Posted: 2025-03-16T22:27:33.147000+00:00
Original source
They'd normally populate on starting up the servers. If they did indeed start up you should have logs somewhere somehow logging what happened
Archived author: dogwizard • Posted: 2025-03-16T22:28:14.074000+00:00
Original source
I am assuming they did not actually start as the tables are empty, but I did not get thrown an error when I started them so I am at a loss
Archived author: konean • Posted: 2025-03-16T22:28:58.787000+00:00
Original source
sudo journalctl ac-authserver.service
sudo journalctl ac-worldserver.service
Archived author: konean • Posted: 2025-03-16T22:29:34.583000+00:00
Original source
if nothing is in the logs you didnt correctly setup the systemd services for them
Archived author: konean • Posted: 2025-03-16T22:30:04.460000+00:00
Original source
or just start them manual, if you start auth for example it will ask you to create the db on first start
Archived author: dogwizard • Posted: 2025-03-16T22:30:42.459000+00:00
Original source
```Failed to add match 'ac-authserver.service': Invalid argument```
Archived author: dogwizard • Posted: 2025-03-16T22:30:52.115000+00:00
Original source
I am starting them manually, and not getting any prompts
Archived author: dogwizard • Posted: 2025-03-16T22:32:58.563000+00:00
Original source
I think I am going to do a fresh install of mysql and start over