MySQL DB Server Issues

I cant get phpmyadmin to work from 10.0.0.102 but I can log in to MySQL server using the navicat software.

Possible problem with the actual webserver software?
 
That was going to be my next suggestion. Are the forums written in PHP? If they are, create a file called test.php that contains:

<? phpinfo (); ?>

Access that file with your web browser and see if there is any mention of MySQL.
 
Back
Top Bottom