Why no 'mysql.session' user in percona:5.7.31 image

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??

1 Like

Thanks for your report @1113 .
We have created ticket in our Jira to investigate this issue: [PS-7668] mysql.session user is missed in docker - Percona JIRA

1 Like

I also found percona 5.7.26 have the same issue

1 Like