I installed apache server (this story). I cannot connect with remote (I tried local too) mysql server. After a long loading page I get error MySQL database connect failure. Mysql server is far from me. On same page which locate in Internet with same settings is good work. How to solve this?
When I typed in terminal:
mysql -u username -h x.xx.xx.x -p
After a minute I get:
ERROR 2003 (HY000): Can't connect to MySQL server on 'xxxxxxxxx' (110)
I cannot visit localhost/phpadmin/, because I get 403 error. I doubt the correctness of the phpadmin settings...
phpmyadmin
to access the database. If I'm not mistakn, lamp has it all with pack. Try,http://localhost/phpmyadmin
– AzkerM Apr 16 '14 at 18:49