when i type in:
INSERT INTO variables (varname, value, information) VALUES ('LoginType', 'Minilogin', 'Set this to Minilogin to login using a minilogin server

');
I get the following error:
ERROR 1146: Table 'mysql.variables' does not exist
I don't know how to create the proper table or why it doesn't exist.
Can someone help me?
Thanks
Jieseng