I play an mmorpg called ogame and I'm trying to set up a database for my alliance using a thing called galaxy tool, I've been reading and following this (http://www.zymic.com/forum/index.php?showtopic=5232) walk trough for a while and I seem to have a real sticking point with this part...
Keeping the quotes, Enter the dbhost as ‘mysql’ to you into the line that says :
$dbhost = 'localhost'; // host address of your mysql server
a) Example:
$dbhost = "mysql"; // host address of your mysql server
What is my dbhoast? I did take a look at some of the other posts first but didn't seem to find anything on it :S
Edit-
$dbhost = "localhost"; // host address of your mysql <---- this is the line I need to change
