Bug #18713 | grant all privileges is only granting privileges to active table, not as doc | ||
---|---|---|---|
Submitted: | 1 Apr 2006 22:57 | Modified: | 25 Mar 2011 22:11 |
Reporter: | Paul webber | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 4.0.24 | OS: | Linux (Linux / Debian) |
Assigned to: | CPU Architecture: | Any |
[1 Apr 2006 22:57]
Paul webber
[2 Apr 2006 8:26]
Valeriy Kravchuk
Thank you for a problem report. Sorry, but I was not able to repeat the behaviour you described on 4.0.27-BK on Linux. After: openxs@suse:~/dbs/4.0> bin/mysql -uroot --host=127.0.0.1 --port=3340 Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 1 to server version: 4.0.27-log Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql> grant all privileges on *.* to 'root'@'192.%.%.%'; Query OK, 0 rows affected (0.02 sec) I was able to connect from 192.168.0.44 (5.0.19 on Windows) and SHOW DATABASES gave me all the databases I have. So, please, try to repeat with a newer version, 4.0.26. Send the results of: SELECT user, host from mysql.user\G also.
[2 May 2006 23:00]
Bugs System
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open".