Update migrate_from_sqlite_to_mysql.md

This commit is contained in:
Daniel Pan 2024-02-06 12:31:56 +08:00 committed by GitHub
parent c8a7828295
commit faaf7806ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@
**NOTE**: The tutorial is only available for Seafile CE version.
First make sure the python module for MySQL is installed. On Ubuntu, following versions use `sudo apt-get install python-mysqldb` or `sudo apt-get install python3-mysqldb` to install it.
First make sure the python module for MySQL is installed. On Ubuntu/Debian, use `sudo apt-get install python-mysqldb` or `sudo apt-get install python3-mysqldb` to install it.
Steps to migrate Seafile from SQLite to MySQL: