Back (Current repo: scraps)

random scraps and notes that are useful to me
To clone this repository:
git clone https://git.viktor1993.net/scraps.git
Log | Download | Files | Refs

commit 22fadb2e3fcbe9f714f92d138c453302cb86c875
parent 7bb509ae808a0b7127e21ffc4539ca7c5568c07b
Author: root <root>
Date:   Sat,  7 Sep 2024 22:01:42 +0200

remove obsolete file

Diffstat:
Dsql/snippets/check_sp_prics.sql | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/sql/snippets/check_sp_prics.sql b/sql/snippets/check_sp_prics.sql @@ -1 +0,0 @@ -SELECT CONCAT('GRANT EXECUTE ON PROCEDURE ', db, '.', routine_name, ' TO ', '\'', user '\'', '@', '\'', host '\'', ';') FROM mysql.procs_priv WHERE routine_name = 'some_stored_proc';