mirror of
https://github.com/haiwen/seafile-admin-docs.git
synced 2025-12-26 02:32:50 +00:00
python3-mysqldb is required on last debian
On last debian like version python3-mysqldb is required, no more python-mysqldb
This commit is contained in:
parent
5de849a900
commit
c8a7828295
|
|
@ -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, use `sudo apt-get install python-mysqldb` to install it.
|
||||
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.
|
||||
|
||||
Steps to migrate Seafile from SQLite to MySQL:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue