Quote Originally Posted by papus View Post
Why in scriptdev2.conf there is
Code:
# ScriptDev2 Configuration file
# This file must be placed within the directory which holds mangosd.conf and realmd.conf
ConfVersion=2009040501

# Database connection settings for the world server.
# Default: hostname;port;username;password;database
#          .;somenumber;username;password;database - use named pipes at Windows
#                Named pipes: mySQL required adding "enable-named-pipe" to [mysqld] section my.ini
#          .;/path/to/unix_socket;username;password;database - use Unix sockets at Unix/Linux
#                Unix sockets: experimental, not tested
ScriptDev2DatabaseInfo     = "127.0.0.1;3306;root;djoks;script_dev2"
if in Readme youre telling us to:
Code:
5)Then start SQLyog(mysql info is username:root,and NO password!!!).
Create new database called realmd,then characters,mangos and scriptdev2!

6)Afther you created the databases,in each of them execute sql file for that database!
To do that right click on database,chose command "Restore from sql dump",
and navigate to folder db in your server folder.

Everything besides scriptdev db works.
Just delete that"djoks" passw,leave it blank,it should work.