tests/mysql-8-0-20 | 1 - 1 file changed, 1 deletion(-)
diff --git a/tests/mysql-8-0-20 b/tests/mysql-8-0-20 index ebc7c0e90..0c60ed9dd 100755 --- a/tests/mysql-8-0-20 +++ b/tests/mysql-8-0-20 @@ -40,7 +40,6 @@ configure_mysql() sleep 10
"$mysql" -u "$mysql_user" -e "flush privileges; use mysql; alter user 'root'@'localhost' identified by '$mysql_password'; flush privileges;"
- sed -i '/^skip-grant-tables/d' /etc/my.cnf
directly detele the line in my.cnf
I want to keep the line.
Thanks, Luan Shengde
Thanks, Jiaxin
"$mysql_server" restart sleep 10 } -- 2.23.0