search for: uadmin_ssl

Displaying 1 result from an estimated 1 matches for "uadmin_ssl".

Did you mean: admin_ssl
2015 Aug 15
2
wordpess can't connect to DB but mediawiki can
...fine tells me that the user and password set for both sites has access to the database. Just for laughs I use the account settings from the wordpress config to demonstrate that I can connect to the DB on the command line. Again, it's the same account info that I have in the wik site: #mysql -uadmin_ssl -p -h db.example.com -D jokefire -e "show tables" | head -5 Enter password: Tables_in_jokefire wp_bp_activity wp_bp_activity_meta wp_bp_chat_channel_users wp_bp_chat_channels Also, I created a basic php script to see if it could connect to the database <?php $link = mysql_connect(&...