Skip to content

Commit

Permalink
Revert "[Venom] Backup and restore: Remove public user the right way"…
Browse files Browse the repository at this point in the history
… is failing because PUBLIC does not have HOST.

Previous way still working.

This reverts commit a0e51cd.
  • Loading branch information
JeGoi committed Dec 18, 2024
1 parent 3aec3f5 commit 2acb4bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ testcases:
- name: remove PUBLIC user from mysql.user
steps:
- type: exec
script: "mysql -e'DROP USER IF EXISTS PUBLIC;'"
script: "mysql -e'DELETE FROM mysql.user WHERE User=\"PUBLIC\"';"

- name: create exportable backup
steps:
Expand Down

0 comments on commit 2acb4bb

Please sign in to comment.