9. Open mysql workbench
20. Add user and password into it. Follow this guide. Make sure you set username as root and password as ragnarok because this is the credentials located on your conf/inter-server.conf
21. Create a server instance and connection. Just click New Connection for creating connection and click New Server Instance for creating a new server instance everything there are self explanatory
Note : This is in the first interface (interface with mostly black color), usually you have root connection by default, you can use it.
22. More likely you must have the following : (different interface)
23. At the left portion of the application.
Note : at left bottom of the application, usually with mysql, information_schema, performance_schema, test (if you install sample and example will have Sakila and World as addition).
You can see schemas.
Right click on one of them (test schema) and click on create schema
24. Set the name of the schema to hercules because that is the credential we put in our inter-server
25. Create also a schema log
26. Double click hercules schema
Note : make sure hercules schema in bold
27. Under file located at the bottom of the home button ( upper left to be exact ) click Open SQL Script and locate sql script on sql-files/main.sql,
open it and execute ( you can find execute button at the upper portion
of the text editor of mysql workbench it looks like a thunder xD )
Note : button position can be different, but they have same name.
NB : At this point you should have all table needed in hercules schema, check it in mysql data directory (hercules folder). It should have some file with frm, MYD, MYI extension
28. Double click log schema
Note : make sure log schema in bold
29. Under file located at the bottom of the home button ( upper left to be exact ) click Open SQL Script and locate sql script on sql-files/logs.sql,
open it and execute ( you can find execute button at the upper portion
of the text editor of mysql workbench it looks like a thunder xD )
Note : Same way with step 27
NB : At this point you should have all table needed in log schema, check it in mysql data directory (log folder).
30. Once everything is set double click again hercules schema
31. Execute the following code
SELECT * FROM login;
32. Change userid, user_pass to the credentials you have put on both char-server and map-server.conf
33. Click apply.