Nico
Nico
RRailway
Created by Nico on 10/15/2023 in #✋|help
MySQL Table Fields Change on Table Creation
When I run the following in the MySQL Query: CREATE TABLE IF NOT EXISTS users ( username VARCHAR(255), pw VARCHAR(255) ); The table generated has columns from other tables. Something seems to be happening on the backend that has a bug. The table is created but the structure and data within it is completely off and seems to pull from another table.
9 replies
RRailway
Created by Nico on 7/27/2023 in #✋|help
After uploading a file to volume, further files result in 'server unexpectedly dropped connection'.
After uploading a single file, further files result in 'server unexpectedly dropped connection'.
83 replies
RRailway
Created by Nico on 7/27/2023 in #✋|help
How to download files from a volume
Looking for ways in which I can download the files in a volume.
39 replies