MySql works independant of the system accounts. It's default port is a non priviledged one. You can create as many user accounts as you feel like and you can set per user ACL's for each table. Just create another table and userid on MySql and then set appropriate priviledges for that user for whatever table it needs to access. Mithun