Skip to content

Commit 0e717c8

Browse files
committed
updated mysql_users.sql
1 parent d833585 commit 0e717c8

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

mysql_users.sql

+13-13
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,18 @@
2323
-- some fields don't exist on MySQL < 8.0 and MariaDB 10.0 - 10.5, must use mysql_users_pre8.sql instead
2424

2525
SELECT
26-
host,
27-
user,
28-
max_connections,
29-
max_user_connections,
30-
password_expired,
31-
password_last_changed,
32-
password_lifetime,
33-
account_locked,
34-
password_reuse_time,
35-
password_require_current
26+
host,
27+
user,
28+
max_connections,
29+
max_user_connections,
30+
password_expired,
31+
password_last_changed,
32+
password_lifetime,
33+
account_locked,
34+
password_reuse_time,
35+
password_require_current
3636
FROM
37-
mysql.user
37+
mysql.user
3838
ORDER BY
39-
host,
40-
user;
39+
host,
40+
user;

0 commit comments

Comments
 (0)