mirror of
https://github.com/haiwen/seafile-admin-docs.git
synced 2025-12-26 02:32:50 +00:00
Update migrate_from_sqlite_to_mysql.md
This commit is contained in:
parent
c8a7828295
commit
faaf7806ca
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue