Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
lolo888
ISPConfig 3
Commits
e933a5bc
Commit
e933a5bc
authored
May 02, 2010
by
vogelor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed a error in configuring user rights
parent
7aa134d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
install/lib/installer_base.lib.php
install/lib/installer_base.lib.php
+1
-1
No files found.
install/lib/installer_base.lib.php
View file @
e933a5bc
...
...
@@ -328,7 +328,7 @@ class installer_base {
$this
->
error
(
'Unable to create database user in master database: '
.
$conf
[
'mysql'
][
'master_ispconfig_user'
]
.
' Error: '
.
$this
->
dbmaster
->
errorMessage
);
}
$query
=
"GRANT SELECT, UPDATE (`action_stat
us
`, `response`) ON "
.
$conf
[
'mysql'
][
'master_database'
]
.
".`sys_remoteaction` "
$query
=
"GRANT SELECT, UPDATE (`action_stat
e
`, `response`) ON "
.
$conf
[
'mysql'
][
'master_database'
]
.
".`sys_remoteaction` "
.
"TO '"
.
$conf
[
'mysql'
][
'master_ispconfig_user'
]
.
"'@'"
.
$src_host
.
"' "
.
"IDENTIFIED BY '"
.
$conf
[
'mysql'
][
'master_ispconfig_password'
]
.
"';"
;
if
(
!
$this
->
dbmaster
->
query
(
$query
))
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment