Comment 3 for bug 1289599

Revision history for this message
Valerii Kravchuk (valerii-kravchuk) wrote : Re: Authentication bypass

Same with PS 5.5:

[openxs@centos p5.5]$ bin/mysql -uopenxs
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 4
Server version: 5.5.36-34.0 Source distribution

Copyright (c) 2009-2014 Percona LLC and/or its affiliates
Copyright (c) 2000, 2014, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql> select user(), current_user();
+------------------+----------------+
| user() | current_user() |
+------------------+----------------+
| openxs@localhost | root@centos |
+------------------+----------------+
1 row in set (0.00 sec)
...