1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Don't give the anonymous user create temp table or lock tables privileges.

SET PASSWORD=... closed connection on error.
This commit is contained in:
monty@mashka.mysql.fi
2002-09-22 18:02:39 +03:00
parent 378d977d28
commit 9c123d0c0b
10 changed files with 103 additions and 84 deletions

View File

@ -80,4 +80,4 @@ select count(*) from t3 where n >= 4;
count(*)
100
unlock tables;
drop table if exists t1,t2,t3;
drop table if exists t1,t2,t3,t4;