chaosprime
Forum Replies Created
-
Forum: Installing WordPress
In reply to: “Error establishing a database connection” (new install)The MySQL port on your database server, 69.90.236.17, appears to be firewalled from the rest of the Internet, so perhaps it’s firewalled from your WP install as well. You can test this from a command line with:
telnet 69.90.236.17 3306
If it just hangs there, you’re firewalled. (If it connects, hit ctrl-] q enter to get out.) If you are firewalled, you need to talk to whoever admins the network your database server is on.
Forum: Your WordPress
In reply to: New Diablo 3 FansiteAfter the whole “Necromancer’s Choice” tempest-in-a-teapot, it might be interesting and appropriate to move away from blacks and grays in the color scheme…
Forum: Your WordPress
In reply to: Sci-Fi-O-RamaI like it. Enough of the familiar to draw me in and enough of the unfamiliar to be interesting. 🙂
Forum: Your WordPress
In reply to: Help! Seriously, is WordPress right for this site?If the site is wrong, no CMS will be right for it. 🙂
Forum: Everything else WordPress
In reply to: Error establishing a database connectionCan you find any more detailed error information than that? It’s possible that you have lingering database connections that are causing you to hit your mysql server’s connection limit. A workaround (maybe not a permanent fix, depending on why your connections are lingering) is to increase the max_connections parameter in your my.cnf (usually found in /etc or /etc/mysql on a unix machine); it’s 100 by default.
Forum: Everything else WordPress
In reply to: Weird ErrorNot seeing an error here either. What error actually comes up, jencinas69?