We are running PHP and MySQL in a MS Azure Website instance. It's been running fine. Today, without us having made any changes, it went down with this error:
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[MySQL][ODBC 5.1 Driver]Can't connect to MySQL server on 'localhost' (10061)
/include/inc_database.asp, line 49
Here are some notes on what we've learned:
/inc_database.asp
It seems that the problem is associated with using a custom domain without the www prefix.
The problem was our DNS settings. We had an extra CNAME. This was breaking the FWD. It had nothing to do with CleraDB.