PDA

View Full Version : Creating Characters after a fresh Install


Tassius
10-15-2007, 10:10 PM
Greetings!

I'm in the process of getting phpRaider set up. I d/l'ed version 1.0.6 from here, along with the wow alliance game pack, uploaded both, and successfully set it up without any errors. When I went to the config screen, i clicked on "install new" next to the game dropdown, and entered "/phpraider/games/" in "choose game file". I went back to the config, and WoW was now in the game dropdown. Now, when I go to create a new character, I get to the create/edit screen, but the dropdowns for class and race are empty. What exactly am I missing here?

BoaConstrictor
10-16-2007, 01:25 AM
Just guessing here, the install.sql script in the game file wasn't run.
Try executing that on your DB server.

Tassius
10-16-2007, 07:35 AM
Just guessing here, the install.sql script in the game file wasn't run.
Try executing that on your DB server.


Ok, the problem is I have no idea how to do this...I've read some of the other posts here about this, and they say you have to use phpMyAdmin. I'm using that, and I've tried to read the docs for it, but they might as well be written in Chinese ??? as I just can't figure out exactly how. What exactly would I need to do to get this to work?

BoaConstrictor
10-16-2007, 08:51 AM
How you do this depends on what client you use for mysql.
If you use only what comes with, you can use the commandline for mysql:
mysql -u username -p password databasename <install.sql

That's the way I do my stuff, can't stand web clients :)

Tassius
10-16-2007, 11:46 PM
How you do this depends on what client you use for mysql.
If you use only what comes with, you can use the commandline for mysql:
mysql -u username -p password databasename <install.sql

That's the way I do my stuff, can't stand web clients :)



Got it thanks. :)