I use HeidiSQL on my Win2k8 box just to browse, as it was recommended in one of the tutorials here. I then connect to the db and look through the variables table for LoginServer. But here is some code for you to run against your eq database that will update it for you:
Quote:
UPDATE variables SET value = 'MiniLogin' WHERE varname = 'LoginType';
|
Then you can do this to check to see what the variable is set to:
Quote:
select * from variables WHERE varname = 'LoginType';
|
Hope this helps.
Akyra