re: unprivileged user can create a database

2002-10-18 Thread Victoria Reznichenko
Max, Friday, October 18, 2002, 1:32:34 AM, you wrote: MK> Here is a (stripped) list of steps needed to recreate this problem. MK> --- MK> # mysql -u root -p MK> .. MK> mysql> CREATE DATABASE `user_db`; MK> Query OK, 1 row

unprivileged user can create a database

2002-10-18 Thread Max Kalika
Here is a (stripped) list of steps needed to recreate this problem. --- # mysql -u root -p .. mysql> CREATE DATABASE `user_db`; Query OK, 1 row affected (0.00 sec) mysql> USE mysql; Reading table information for completio