We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a4834e commit 6cecfc4Copy full SHA for 6cecfc4
install/lib/installer_base.lib.php
@@ -230,7 +230,7 @@ public function add_database_server_record() {
230
$from_ip = gethostbyname($conf['hostname']);
231
232
//* username for the ispconfig user
233
- $conf['mysql']['master_ispconfig_user'] = 'ispconfigserver'.$conf['server_id'];
+ $conf['mysql']['master_ispconfig_user'] = 'ispcsrv'.$conf['server_id'];
234
235
//* Delete ISPConfig user in the master database, in case that it exists
236
$this->dbmaster->query("DELETE FROM mysql.user WHERE User = '".$conf['mysql']['master_ispconfig_user']."' AND Host = '".$from_host."';");
0 commit comments