Update index.py
This commit is contained in:
parent
cc7a3fe959
commit
c0a39faced
|
|
@ -328,7 +328,7 @@ def initMysql8Pwd():
|
|||
# with mysql_native_password
|
||||
alter_root_pwd = "flush privileges;"
|
||||
alter_root_pwd = alter_root_pwd + \
|
||||
"alter user 'root'@'localhost' identified by '" + pwd + "';"
|
||||
"alter user 'root'@'localhost' IDENTIFIED WITH mysql_native_password by '" + pwd + "';"
|
||||
alter_root_pwd = alter_root_pwd + "flush privileges;"
|
||||
# r = dbcurr.execute(alter_root_pwd)
|
||||
tmp_file = "/tmp/mysql_init_tmp.log"
|
||||
|
|
|
|||
Loading…
Reference in New Issue