mirror of
https://github.com/haiwen/seafile-admin-docs.git
synced 2025-12-26 02:32:50 +00:00
This commit is contained in:
parent
f6989a61c1
commit
fe52208f28
|
|
@ -172,9 +172,11 @@ Enter the container, and then execute the following commands to import tables
|
|||
```
|
||||
$ docker exec -it seafile bash
|
||||
|
||||
# apt-get update && apt-get install -y mysql-client
|
||||
|
||||
# mysql -h{your mysql host} -u[username] -p[password] ccnet_db < /opt/seafile/seafile-server-latest/sql/mysql/ccnet.sql
|
||||
# mysql -h{your mysql host} -u[username] -p[password] seafile_db < /opt/seafile/seafile-server-latest/sql/mysql/seafile.sql
|
||||
# mysql -h{your mysql host} -u[username] -p[password] seahub_db < /opt/seafile/seafile-server-laster/seahub/sql/mysql.sql
|
||||
# mysql -h{your mysql host} -u[username] -p[password] seahub_db < /opt/seafile/seafile-server-latest/seahub/sql/mysql.sql
|
||||
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue