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:
Km 2024-02-05 18:05:11 +01:00 committed by GitHub
parent 5de849a900
commit c8a7828295
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, 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: