[DiscordArchive] as a relative scrub/noob/peasent to this process, what filename are you looking for?
[DiscordArchive] as a relative scrub/noob/peasent to this process, what filename are you looking for?
Archived author: Kitzunu • Posted: 2021-06-20T21:32:56.991000+00:00
Original source
Edit 2021_05_13_00.sql from
```sql
CREATE TEMPORARY TABLE `_temp_totp_conversion`
(
`original_key` varchar(100) not null default '',
`remaining_key` varchar(100) not null default '',
`totp_secret` varbinary(128) default null,
primary key(`original_key`),
index (`remaining_key`)
);
```
to
```sql
CREATE TEMPORARY TABLE `_temp_totp_conversion`
(
`original_key` varchar(100) not null default '',
`remaining_key` varchar(100) not null default '',
`totp_secret` varbinary(128) default null,
primary key(`original_key`),
index (`remaining_key`)
) DEFAULT CHARSET=utf8mb4;
```
Archived author: Kitzunu • Posted: 2021-06-20T21:35:06.946000+00:00
Original source
basically adding DEFAULT CHARSET=utf8mb4;
Archived author: Kitzunu • Posted: 2021-06-20T21:39:01.523000+00:00
Original source
then run db_assambler again
Archived author: Suniary • Posted: 2021-06-20T22:11:16.303000+00:00
Original source
that solved the issue, thanks though there is a new issues now haha
Archived author: Kitzunu • Posted: 2021-06-20T22:11:29.253000+00:00
Original source
shoot
Archived author: Suniary • Posted: 2021-06-20T22:11:38.038000+00:00
Original source
Authserver runs fine, its sitting and listening to the port
Archived author: Suniary • Posted: 2021-06-20T22:11:49.484000+00:00
Original source
But worldserver seems to be missing files
Archived author: Suniary • Posted: 2021-06-20T22:11:54.327000+00:00
Original source
Server.log
Archived author: Kitzunu • Posted: 2021-06-20T22:12:12.933000+00:00
Original source
either re-download or re-extract the map files
Archived author: Suniary • Posted: 2021-06-20T22:12:40.430000+00:00
Original source
I have the zip-file still downloaded, is it really worth downloading it again for another 1.2gb?