# Migrating data from MySQL to Turso

DevFeed: [Migrating data from MySQL to Turso](<https://devfeed.tech/articles/migrating-data-from-mysql-to-turso-6003.md>)

Original publisher: [Read original article](<https://turso.tech/blog/migrating-data-from-mysql-to-turso>)

Author: v

Published: 2024-03-08T00:00:00Z

Content type: tutorial

Language: en

Sources: [Turso Blog](<https://devfeed.tech/sources/turso-blog.md>)

Topics: [migration](<https://devfeed.tech/topics/migration.md>), [MySQL](<https://devfeed.tech/topics/mysql.md>), [Turso](<https://devfeed.tech/topics/turso.md>), [SQLite](<https://devfeed.tech/topics/sqlite.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [SQL](<https://devfeed.tech/topics/sql.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [cli](<https://devfeed.tech/tags/cli.md>), [database-migration](<https://devfeed.tech/tags/database-migration.md>), [migration](<https://devfeed.tech/tags/migration.md>), [mysql](<https://devfeed.tech/tags/mysql.md>), [sdks](<https://devfeed.tech/tags/sdks.md>), [sql](<https://devfeed.tech/tags/sql.md>), [sqlite](<https://devfeed.tech/tags/sqlite.md>), [turso](<https://devfeed.tech/tags/turso.md>), [tutorial](<https://devfeed.tech/tags/tutorial.md>)

## AI overview

This tutorial explains how to migrate data from MySQL to Turso in three steps: create a MySQL SQL dump, convert it to a SQLite file and verify its integrity, then import it into Turso. It also mentions querying the resulting database through the Turso CLI, SDKs, or HTTP API.

## Source excerpt

Learn how to migrate data from MySQL to Turso in three easy steps