So after following a great variety of guides ive been pushing the development until now,
right now im stuck and any help would be greatly appreciated.
Screen of the error:
I've edited the confs to the ragnarok user and created and added privileges to both the user and the
schema ragnarok and log.
I used Virtual Studio 2013 to compile the rAthena-13 sln file
Here is a print of the SQL
Thanks to the user Digos i added into a new query the following line
INSERT INTO `login` (`account_id`, `userid`, `user_pass`, `sex`, `email`) VALUES ('2', 'ragnarok', 'ragnarok', 'S','
[email protected]');
after running it everything seems fine so far.