View Single Post
  #5  
Old 10-23-2014, 02:22 AM
lakedoo23
Sarnak
 
Join Date: Oct 2014
Posts: 30
Default

Ok, so I was able to fix this issue by changing the <host> data to explicitly use 127.0.0.1. Now I am getting some table doesn't exist, now to see about patching those
<database>
<host>127.0.0.1</host>
<port>3306</port>
<username>root</username>
<password>water</password>
<db>peq</db>
</database>
Reply With Quote