[SOLVED] mysql on login screen

Every time I installed Xampp, it creates a user login for ‘mysql’ beside my username. Does it affect the OS functionality and how do I remove it?

I think this is normal as it creates a user for mysql to run from.
As sddm uses a range of user id’s that it shows in the login manager. So try to find the user id of the mysql user and see you can adjust the MinimumUid= in /etc/sddm.conf accordingly. Your normal user id’s should start from 1000.

Got it. Thanks leszek.