Skip to content

Commit 3846454

Browse files
committed
updated mysql_users_pre56.sql
1 parent 0e717c8 commit 3846454

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

mysql_users_pre56.sql

+15-15
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,20 @@
1818
-- Tested on MySQL 5.5, 5.6, 5.7, 8.0 and MariaDB 5.5, 10.0 - 10.5
1919

2020
SELECT
21-
host,
22-
user,
23-
max_connections,
24-
max_user_connections
25-
-- this field doesn't exist in MySQL < 5.6
26-
-- password_expired
27-
-- these fields don't exist in MySQL < 8.0 / MariaDB 10.5
28-
-- password_last_changed,
29-
-- password_lifetime,
30-
-- account_locked,
31-
-- password_reuse_time,
32-
-- password_require_current
21+
host,
22+
user,
23+
max_connections,
24+
max_user_connections
25+
-- this field doesn't exist in MySQL < 5.6
26+
-- password_expired
27+
-- these fields don't exist in MySQL < 8.0 / MariaDB 10.5
28+
-- password_last_changed,
29+
-- password_lifetime,
30+
-- account_locked,
31+
-- password_reuse_time,
32+
-- password_require_current
3333
FROM
34-
mysql.user
34+
mysql.user
3535
ORDER BY
36-
host,
37-
user;
36+
host,
37+
user;

0 commit comments

Comments
 (0)