[DiscordArchive] How would I go about that?
[DiscordArchive] How would I go about that?
Archived author: DurryDualWield • Posted: 2025-09-16T06:39:15.135000+00:00
Original source
How would I go about that?
Archived author: Spargel • Posted: 2025-09-16T06:39:18.764000+00:00
Original source
Open it like a text file and see what's in it.
Archived author: Spargel • Posted: 2025-09-16T06:40:10.466000+00:00
Original source
Because it really is just a text file for an sql script.
Archived author: DurryDualWield • Posted: 2025-09-16T06:42:22.108000+00:00
Original source
-- Dumping data for table acore_auth.realmcharacters: ~79 rows (approximately)
INSERT INTO `realmcharacters` (`realmid`, `acctid`, `numchars`) VALUES
Archived author: DurryDualWield • Posted: 2025-09-16T06:42:27.671000+00:00
Original source
is that what i am looking for?
Archived author: Mithria • Posted: 2025-09-16T06:43:08.850000+00:00
Original source
heidi can export any combination of the following:
-Database definitions (this would be in the file as things like `CREATE DATABASE`)
-Table definitions (this would be in the file as things like `CREATE TABLE`)
-Actual data (this would be in the file as things like `INSERT INTO` or `REPLACE INTO`)
Archived author: Mithria • Posted: 2025-09-16T06:43:21.071000+00:00
Original source
so based on what you shared it seems like data was included
Archived author: Mithria • Posted: 2025-09-16T06:43:31.597000+00:00
Original source
what kinds of errors are you encountering when trying to run the sql
Archived author: DurryDualWield • Posted: 2025-09-16T06:44:44.681000+00:00
Original source
No database selected
Archived author: DurryDualWield • Posted: 2025-09-16T06:44:57.860000+00:00
Original source
1046