View Single Post
  #1  
Old 06-11-2015, 11:48 AM
lakelife1998
Fire Beetle
 
Join Date: Dec 2012
Posts: 13
Default PEQPHP Editor Problems

Hello, due to some problems with the EOC Database editor, I found the Source of the Editor and i tried to install it to my domain but i'm having issues connecting to it. The database in question is behind a corporate firewall so access is limited. I already had the port :3306 opened to my domains IP but for some reason its not allowing it threu. I have another server i popped up on a aws with zero permissions and it allowed it threw. But the one with the MySQL Port open it wont allow threu. It almost makes it seem like it wont go thru a port, that the editor wants to connect to the IP but no have a port variable on it.

Warning: mysql_connect() [function.mysql-connect]: Can't connect to MySQL server on 'XXX' (4) in /home/rampage/public_html/ProjectEQ/classes/mysql.php on line 6
Could not connect: Can't connect to MySQL server on 'XXX' (4)

but the other config follows as ( working one )

// Database Information:
$dbhost = 'xxx';
$dbuser = 'xxx';
$dbpass = 'xxx';
$db = 'PEQ';

Yea i know i blocked the IP out and theres no way you can verify the no suffix port but thats how it is on the other one that works
__________________
Article, Owner of "An Interesting Hole"
Reply With Quote