This commit is contained in:
Zhang Huangbin 2019-04-04 14:27:13 +08:00
parent a0a189cb09
commit 5e1bc7a872
2 changed files with 0 additions and 4 deletions

View File

@ -81,7 +81,6 @@ automatically on remote MySQL server:
```
-- Run on remote MySQL server as root user
DROP DATABASE amavisd;
DROP DATABASE cluebringer;
DROP DATABASE iredadmin;
DROP DATABASE iredapd;
DROP DATABASE roundcubemail;
@ -89,7 +88,6 @@ DROP DATABASE sogo;
DROP DATABASE vmail;
DROP USER 'amavisd'@'192.168.1.200';
DROP USER 'cluebringer'@'192.168.1.200';
DROP USER 'iredadmin'@'192.168.1.200';
DROP USER 'iredapd'@'192.168.1.200';
DROP USER 'roundcube'@'192.168.1.200';

View File

@ -100,7 +100,6 @@ delete related MySQL users, because they will be created by iRedMail
automatically on remote MySQL server:</p>
<pre><code>-- Run on remote MySQL server as root user
DROP DATABASE amavisd;
DROP DATABASE cluebringer;
DROP DATABASE iredadmin;
DROP DATABASE iredapd;
DROP DATABASE roundcubemail;
@ -108,7 +107,6 @@ DROP DATABASE sogo;
DROP DATABASE vmail;
DROP USER 'amavisd'@'192.168.1.200';
DROP USER 'cluebringer'@'192.168.1.200';
DROP USER 'iredadmin'@'192.168.1.200';
DROP USER 'iredapd'@'192.168.1.200';
DROP USER 'roundcube'@'192.168.1.200';