If you have a shell access it is the same whether linux or windows.
to see all users from root login:
select * from mysql.user;
to add users:
http://www.debian-administration.org/articles/39