R
Railway5mo ago
wdytgn

how to export mysql database

is it possible to export the data from mysql while im using the trial plan in railway?
7 Replies
Percy
Percy5mo ago
Project ID: N/A
wdytgn
wdytgn5mo ago
N/A
gazhay
gazhay5mo ago
I had to write my own export function as I could never get the cli to connect to the database - they have changed the database hosting system since then but I haven't looked into it again
macwilko
macwilko5mo ago
You can export your tables just by connecting to the database normally. I use TablePlus and have exported the entire database that way. I successfully migrated from a Railway hosted MySQL to PlanetScale very easily.
wdytgn
wdytgn5mo ago
do u have the documentation? how can i do it?
macwilko
macwilko5mo ago
TablePlus | Modern, Native Tool for Database Management.
Modern, native client with intuitive GUI tools to create, access, query & edit multiple relational databases: MySQL, PostgreSQL, SQLite, Microsoft SQL Server, Amazon Redshift, MariaDB, CockroachDB, Vertica, Cassandra, and Redis.
wdytgn
wdytgn5mo ago
thank u