Important
Helios features are now enabled during weekly update windows and are no longer directly tied to SingleStore engine releases. Refer to the release notes to view the latest features available in your Helios cluster.
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: