mysql.session@localhost and mysql.sys@localhost -


i new php , mysql , stackoverflow. started learning code scratch , need problem. explain me mysql.session@localhost , mysql.sys@localhost? when type select user, host mysql.user, displays 2 accounts. can drop them if not necessary database system? help. appreciate that.

don't delete them these users used mysql internally. can read more @ mysql reference manual : https://dev.mysql.com/doc/refman/5.7/en/reserved-users.html


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -