N00b Needs Help + some flame for good measure

Joined
Dec 5, 2003
Messages
0
Reaction score
0
Hey all, before u all flame me to death, im posting under a friend's account.

What i need to know is, how to add users to my redmoon server. I've got it up and running & everything, i just cant login :P. I dont have acpache so i cant/don't know other way to, use the .php script, so could you guys gimme a hand?!.
 
Open the Enterpise Manager, go to the redmoon database, open tblBillID table, add Username, Password. or open the Queary Analyzer, select redmoon on the top drop down box, then enter

INSERT INTO tblBillID (BillID,Password) VALUES ('YOURUSERNAME','YOURPASSWORD')

(all in 1 line), and execute it.
 
Last edited:
Back