MySQL

Newbie Spellweaver
Joined
Feb 8, 2007
Messages
63
Reaction score
0
So im here with an stupid question as allways! :scratch:

the manual said:

3.
Create 2 new databases in your SQL server...
mangos_bc and realmd_bc...
Import the 2 SQL files from the SQL folder into the appropriate databases...



where should i put the .SQL files, and how?


Look at the picture
Fiskarn - MySQL - RaGEZONE Forums
 
you can use google to find mysql commands or use navicat to IMPORT a Sql file that contains a query to be ran. Databases are built using SQL Queries, you need to run the queries contained in the .sql files. HOpe this helps mate
 
Back