Zephireis
Zephireis
RRailway
Created by Zephireis on 7/19/2024 in #✋|help
How do I delete the tables in the database?
had to use a command prompt which I'm not too familiar with. going forward though I will keep that in mind.
9 replies
RRailway
Created by Zephireis on 7/19/2024 in #✋|help
How do I delete the tables in the database?
Thanks, I understand that. It was a railway question because I didn't know how to interact with mysql on railway as there is no other options besides creating tables.
9 replies
RRailway
Created by Zephireis on 7/19/2024 in #✋|help
How do I delete the tables in the database?
figured it out with the terminal we good.
9 replies
RRailway
Created by Zephireis on 7/19/2024 in #✋|help
How do I delete the tables in the database?
This is on the railway mysql
9 replies
RRailway
Created by Zephireis on 7/19/2024 in #✋|help
How do I delete the tables in the database?
I can create table but no options from what I can see to remove one.
9 replies
RRailway
Created by Zephireis on 7/17/2024 in #✋|help
Handshake inactivity timeout
What is that? The tables are on railway I set the environment vars app deploys I can see my webapp pages but anytime I query database to login i get the handsake error or my error handling logs are caught. I looked in mysql the private network seems to be enabled but not sure what that would be used for for this instance.
15 replies
RRailway
Created by Zephireis on 7/17/2024 in #✋|help
Handshake inactivity timeout
I don't think so im not sure
15 replies
RRailway
Created by Zephireis on 7/17/2024 in #✋|help
Handshake inactivity timeout
anytime I add port my app doesn't deploy so I don't put the port railway provided
15 replies
RRailway
Created by Zephireis on 7/17/2024 in #✋|help
Handshake inactivity timeout
i uploaded my sql file to railay
15 replies
RRailway
Created by Zephireis on 7/17/2024 in #✋|help
Handshake inactivity timeout
const db = mysql.createConnection({ host: process.env.DB_HOST, user: process.env.DB_USER, password: process.env.DB_PASSWORD, database: process.env.DB_DATABASE });
15 replies
RRailway
Created by Zephireis on 7/17/2024 in #✋|help
Handshake inactivity timeout
I don;t know what it means before I just used a single connection.
15 replies
RRailway
Created by Zephireis on 7/17/2024 in #✋|help
Handshake inactivity timeout
const db = mysql.createPool({
15 replies
RRailway
Created by Zephireis on 7/17/2024 in #✋|help
Handshake inactivity timeout
this is mysql
15 replies
RRailway
Created by Zephireis on 7/17/2024 in #✋|help
How to upload sql file to railway from desktop
I used the wrong one thanks lol
7 replies
RRailway
Created by Zephireis on 7/17/2024 in #✋|help
How to upload sql file to railway from desktop
Well thats funny
7 replies
RRailway
Created by Zephireis on 7/17/2024 in #✋|help
How to upload sql file to railway from desktop
.
7 replies
RRailway
Created by Zephireis on 7/17/2024 in #✋|help
whitelist railway ip
I'll look into that.
15 replies
RRailway
Created by Zephireis on 7/17/2024 in #✋|help
whitelist railway ip
even if I do it in cpanel myself
15 replies
RRailway
Created by Zephireis on 7/17/2024 in #✋|help
whitelist railway ip
think*
15 replies
RRailway
Created by Zephireis on 7/17/2024 in #✋|help
whitelist railway ip
Thank my host doesn't allow it they would have to manually white list it.
15 replies