|
|
@ -273,8 +273,8 @@ def initMysql57Data(): |
|
|
|
myconf = serverdir + "/etc/my.cnf" |
|
|
|
myconf = serverdir + "/etc/my.cnf" |
|
|
|
user = pGetDbUser() |
|
|
|
user = pGetDbUser() |
|
|
|
|
|
|
|
|
|
|
|
cmd = serverdir + '/bin/usr/sbin/mysqld --defaults-file=' + myconf + \ |
|
|
|
cmd = serverdir + '/bin/usr/sbin/mysqld --basedir=' + serverdir + '/bin/usr --datadir=' + \ |
|
|
|
' --initialize-insecure --explicit_defaults_for_timestamp' |
|
|
|
datadir + ' --initialize-insecure --explicit_defaults_for_timestamp' |
|
|
|
data = mw.execShell(cmd) |
|
|
|
data = mw.execShell(cmd) |
|
|
|
# print(cmd) |
|
|
|
# print(cmd) |
|
|
|
# print(data) |
|
|
|
# print(data) |
|
|
|