mysql_connect(): Unknown MySQL Server Host
Error (2): mysql_connect(): Can't connect to MySQL server on 'some-server.com'
Error (2): mysql_connect(): Unknown MySQL Server Host 'some-server.com'
This error is thrown when the script could not connect to
the MySQL Server that you had configured.
Solution
The solution is to provide the correct MySQL server name in the 'Database Settings'
page of Simfatic Forms.
Please note the following points:
-
Get the correct database server name from your hosting control panel.
For some, the database server may be 'localhost' itself; For some other,
it may be another dedicated database server.
- Some servers have the database server running on the web server itself;
But providing your website name (like www.my-website.com ) for 'Database
server name' will not work if the server is not configured to resolve the host name.
Try providing localhost in this case.
- Some database servers are configured such that only local connections are allowed.
(Remote login is disabled). If this is the case, then the 'Test' button in the
'Database Login' page will fail. However, you can proceed and upload the form.
Since the script is connecting locally, the login will work.
Also see: mysql_connect() Access denied for user
If you need further help, submit this form.
Back to troubleshooting main page