What A ...? L2J 

Status
Not open for further replies.
well seems that you don't have access to your DB , loool :P
Anyway don't panic , download mysql (i reccomened 4.1) and in
the install wizard you will be asked about user and pass
hmm ,Also in c:\server\diskw\www\main\inc\config.properties check
in the beggining your "user" "pass" and name of the database...
Code:
$dbhost="localhost"; //Host/IP from the MySQL Database
$dbname="Emu_DB"; //Name of Database
$dbuser="root"; //Username to the MySQL Database
$dbpass="root"; //Passwort to the MySQL Database

Check that you have the correct ones for you (i think you should
have database name: "l2jdb" , i think , keep the database name)

If you find a problem tell me
 
Upvote 0
Status
Not open for further replies.
Back