[Help] Missing the osrose svn.sql

Status
Not open for further replies.
Newbie Spellweaver
Joined
Oct 17, 2006
Messages
8
Reaction score
0
Hey,

I downloaded the .76 fullserver revision from the stickied thread for mega guide, but the database folder doesn't include the osrose svn.sql file, where can I find it?
 
Ok. in server Ver. 76 , Yoy can not find svn.sql,But you can use database_installer.bat in Database folder open it by Text Editor and edit
path of MySql and User,Password,Database name and Hostname


set mysqlBinPath=C:\AppServ\MySQL\bin

set user=root
set pass=root
set db=roseon
set host=localhost

After,You can run it to set full data in Database
 
Yes this has be done (one sql file per mysql table) so it's easier to update, you just install the mysql table wich is modified instead of installing the whole database again.

This is useful if you follow the changes from svn to sn but running the installer is fine too (or integrationg al sql file with navicat or phpmyadmin).
 
Status
Not open for further replies.
Back