use mariadb command instead of mysql

This commit is contained in:
Christoph Haas 2025-11-02 18:44:48 +01:00
parent 14669449a5
commit 99deac4a70

View file

@ -71,7 +71,7 @@ mysqldump mailserver > mailserver.sql
Copy that file to the new server (using *scp*) and import it there: Copy that file to the new server (using *scp*) and import it there:
``` ```
mysql mailserver < mailserver.sql mariadb mailserver < mailserver.sql
``` ```
Obviously any database changes on the old server from now on will have to be done on the new server as well until the Obviously any database changes on the old server from now on will have to be done on the new server as well until the
@ -89,7 +89,7 @@ mysqldump roundcube > roundcube.sql
Copy that file to the new server and import it: Copy that file to the new server and import it:
``` ```
mysql roundcube < roundcube.sql mariadb roundcube < roundcube.sql
``` ```
One caveat though. To distinguish multiple mail servers Roundcube stores the servers name in the mail_host column of One caveat though. To distinguish multiple mail servers Roundcube stores the servers name in the mail_host column of