File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1090,7 +1090,7 @@ if [ "$mysql" = 'yes' ]; then
10901090 mysql -e " DELETE FROM mysql.user WHERE User=''"
10911091 mysql -e " DROP DATABASE test" > /dev/null 2>&1
10921092 mysql -e " DELETE FROM mysql.db WHERE Db='test' OR Db='test\\ _%'"
1093- mysql -e " DELETE FROM mysql.user WHERE user='' OR password ='';"
1093+ mysql -e " DELETE FROM mysql.user WHERE user='' OR authentication_string ='';"
10941094
10951095 # Configuring phpMyAdmin
10961096 if [ " $apache " = ' yes' ]; then
Original file line number Diff line number Diff line change @@ -1070,7 +1070,7 @@ if [ "$mysql" = 'yes' ]; then
10701070 mysql -e " DELETE FROM mysql.user WHERE User=''"
10711071 mysql -e " DROP DATABASE test" > /dev/null 2>&1
10721072 mysql -e " DELETE FROM mysql.db WHERE Db='test' OR Db='test\\ _%'"
1073- mysql -e " DELETE FROM mysql.user WHERE user='' OR password ='';"
1073+ mysql -e " DELETE FROM mysql.user WHERE user='' OR authentication_string ='';"
10741074
10751075 # Configuring phpMyAdmin
10761076 if [ " $apache " = ' yes' ]; then
You can’t perform that action at this time.
0 commit comments