I use this image:percona:5.7.31
mysql> select * from mysql.user where user=‘mysql.session’
→ ;
Empty set (0.00 sec)
but the community 5.7.31 image has ‘mysql.session’ user,why?
mysql> select user from mysql.user where user=‘mysql.session’;
±--------------+
| user |
±--------------+
| mysql.session |
±--------------+
1 row in set (0.00 sec)
the percona:5.7.31 not correspond to community:5.7.31??