Archive > AoC 0.6.x Custom/Unofficial modules

EU US Merge

<< < (2/3) > >>

Huesos:
How would you do in in Putty (ssh)?  I can't get in my servers mysql database from Gandi.net. Only access to it is from putty or  winscp for the files. I cannot see them in there, Mysql folder is empty to me in it.  Is their a command to purge it from there like starting bot, seting up the database etc? I wish I had the old Gandi.net inferface for the dabases makes it easier,but I went to advance mode. hahaha

Huesos:
I think I googled my own answer :

$ mysql -u root -p
mysql> DROP DATABASE databasename;
mysql> CREATE DATABASE database;

or is there on to refresh the users?

Huesos:
Ok I figured it out.


mysql -u root -p
DROP DATABASE databasename;
CREATE DATABASE databasename;

then restarted bot its re-doing the database , users have to be re-added or talk in guils chat, set up timers etc, re-do crafting items. Set up other security settings and such I had or options.

WeZoN:
On my hosting i only did this:

   // Merged Servers
   $server_list['aoc']['Crom']             = $server_list['aoc']['US'];
   $server_list['aoc']['Fury']             = $server_list['aoc']['US'];


Changed them to use the US server instead. Worked wonders.    

$server_list['aoc']['US']           = array('server'=>'aoc-us-um.live.ageofconan.com', 'port'=>7010);


To get the bot to react to guild chatter again you log in to the bot, type something in chat and then let the bot log on again.


Edit: Type something in guild chat ofc.

Huesos:
In this case of no name change but server change for me, I had to dump the database re-do it . my characters ID changed on new server. It didnt know who I was. Typing in guild chat it was stil showing me as anonomous. Its fixed now with a database purge. Sucks to not have friendslist on my characters as well :( Was rather large though haven't played in years.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version