Quote:
Originally Posted by endra
I had to change the eqhosts.txt address to my network address instead of the local one. Stopped all the problems. Thanks for trying guys. 
|
I know you got it working but since you are switching all your localhosts & 127.0.0.1 to your net IP (192.168.1.102) then i suggest changing:
Quote:
<database>
<host>127.0.0.1</host>
<port>3306</port>
|
to
Quote:
<database>
<host>192.168.1.102</host>
<port>3306</port>
|
also.
Just an idea. Computers like consistancy
