View Single Post
  #1  
Old 04-21-2002, 09:13 AM
Lurker_005
Demi-God
 
Join Date: Jan 2002
Location: Tourist town USA
Posts: 1,671
Default Batch file to setup publiclogin

Dispite the unsupported status of public login, here is something to ease the pain of seting it up. This isn't fool proof, but it should get you up and running.

run set-login for this help:

usage:
set-login [database name] [username] [password] [IPaddress] [mysql path]

If mysql is not in c:mysqlin you must always specify all 5 fields

If just reautherizing a login, only the database and username are required.

Example: set-login eq31 mike mikespass 168.192.1.5 c:mysqlin
or
Example: set-login eq31 mike

or
set-login /? for this help

*edit* NT, 2000, XP users can get choice.com from microsoft

See also This thread for more help with setting up PublicLogin

Fixed a small bug in the reauthorize section, and added some more helpfull hints. (Thanks MarkK)
*Sigh* another bug fixed :p (Thanks Malevolent)
Reply With Quote