Important
New database features are no longer connected to engine versions; features are now enabled independently during scheduled update windows, and “major” and “minor” releases no longer exist in Helios. Please visit the release notes to view the latest features available in your database clusters.
Export Data
On this page
Note
If you are running SingleStore Helios, use the endpoint to run the commands discussed in this topic.
This topic describes how to export data from SingleStore databases.
Export a Single Database
In SingleStore Helios, you can use the endpoint to run mysqldump that creates a .
mysqldump -h 127.0.0.1 -u root -P 3306 foo > foo.sql
Last modified: