[DiscordArchive] One question to the database contributors: how do you deal with the fact that your DB differs from t
[DiscordArchive] One question to the database contributors: how do you deal with the fact that your DB differs from t
Archived author: Shin • Posted: 2021-06-24T17:57:14.190000+00:00
Original source
<@!439662843571470356> I don't understand what you mean by "mysql db files", you can just connect with any mysql client (or even using the `mysqldump` command line tool) giving the correct `IP`, `user`, `password` and `port`, and create a backup using it
Archived author: Einkatzi • Posted: 2021-06-24T18:16:31.085000+00:00
Original source
oh, ok - I'll look into that. Funny thing is that now accessing the mysql database via Docker ac_database_1 cli also works, which it didn't before (I kept getting denied access before... I guess the same command that repaired the connection to Keira3 also worked there).
But I still wonder where the db data lives in my filesystem. Unless I find it, it's all magic to me
Archived author: Einkatzi • Posted: 2021-06-24T18:18:07.222000+00:00
Original source
E.g. I dumped acore_world, and I don't know where the data went and the dump lies. ~500 MB of data needs to take up space somewhere?
Archived author: Honey • Posted: 2021-06-24T18:31:53.532000+00:00
Original source
never bother with the files. all you ever need is access from a mysql client. If you want to export the data to a file, you can do so with a client, too.