View Single Post
Czar_
Senior Member
Join Date: Nov 2016
Location: Moms Basement
Old 12-14-2016 , 12:56   Re: [ANY] Server Redirect - A full featured server listing/hoper (v0.2.6, 24/01/2016)
Reply With Quote #441

Quote:
Originally Posted by h3bus View Post
One server having access to the mySQL database is à thing. You Can check in the database if the tables are actually created and if a line coresponding to that server is present.
However, !hop command won't show anything until another server running the plugin has registered into the SAME database.
Both servers have the same config for databases.
"redirect"
{
"driver" "mysql"
"host" "localhost"
"database" "redirect"
"user" "root"
"pass" "<password>"
}

Just checked the redirect table and its empty. Not sure how to fix.
mysql> use redirect;
Database changed
mysql> show tables;
Empty set (0.00 sec)

EDIT: Never I got it working . Sorry for being such a pain on here
__________________

Last edited by Czar_; 12-14-2016 at 13:18.
Czar_ is offline