How to upload sql file to railway from desktop
using this command mysql -h railway -P -u root -p < file.sql
its saying host is unknown when I set it to railway
Solution:Jump to solution
railway would not be the correct host, use the correct credentials as per the variables tsb
3 Replies