onii-chan on "How to Re-associate comments with a user after moving wordpress"
I hate to keep posting in a row, but for anyone in the future who has this problem, I've found the solution. If you are using phpmyadmin with your database, go to the SQL section and run this: UPDATE...
View ArticleDesertsnowman on "[Plugin: DB Toolkit] Creating Junction Tables"
I dont have a solution just yet. I'll explore more and hopefully find something. Sorry I cant answer directly.
View Articlegraven73 on "SEO Platform as a plugin. Calling it from inside a custom theme."
Hi. I built a plugin from the folder with the application. So, the folder is called body_call and inside has the body.php, the index.php (in which I placed the plugin “header copyright”) and other...
View Articletelkins on "[Plugin: Duplicator] server code: 200 DATABASE CONNECTION FAILED"
Any idea why this is showing up? I tried with version 0.4.4 and developer version but I get the same error either way. Thanks http://wordpress.org/extend/plugins/duplicator/
View Articlelifeinthegrid on "[Plugin: Duplicator] server code: 200 DATABASE CONNECTION...
Hey telkins, Here is a helpful section on the FAQs page: -> Browse To: http://lifeinthegrid.com/duplicator-faq/ -> Find Section: "3. Troubleshoot" -> See Area/Question: "Database Issues" Cheers~
View Articledavekorpi on "Coding Issue - Relational Databases"
I sooooo need help and happy to pay. I need a relational database that has a "key" of "customer number" that relates the database of information similar to that Serge described... Anyone interested in...
View Articlehalluzineyt on "[Plugin: Theme My Login] SQL Errors"
Im getting this error using a mysql debugger. Strict Declaration of Theme_My_Login::get_object() should be compatible with that of Theme_My_Login_Abstract::get_object() on line 17 in file...
View ArticleJeff Farthing on "[Plugin: Theme My Login] SQL Errors"
These are PHP notices, not MySQL errors.
View Articleledgtz on "Problem On Website After Website Has Been Pointed To New Hosting"
[Please do not use all caps - it's considered yelling and is quite rude] i have made a backup of my website and my database after that i have pointed my domain name to my new hosting i have change the...
View ArticleKate on "Too many MySQL connections and MySQL server has gone away"
We've been having a lot of issues with errors like "WordPress database error MySQL server has gone away for..." I included some examples below. We *think* this may be related to maxed out MySQL...
View Articlesongdogtech on "Too many MySQL connections and MySQL server has gone away"
We *think* this may be related to maxed out MySQL connections It is. We have a server of about 100+ WordPress sites running. Any ideas on how we can configure MySQL/the server to handle this better?...
View ArticleLulu on "Too many MySQL connections and MySQL server has gone away"
thus, try to decrease sql activity for wp's if you have access to them all, a good point will be using one of * Object cache (memcached) * DB Cache reloaded or W3 Total Cache, it has option to cache db...
View ArticleKate on "Too many MySQL connections and MySQL server has gone away"
Thanks so much! We have a SE that does server config. I'll talk to him about the my.cnf and httpd.conf settings. Do you have any recommendations for resources to optimize these for high load WordPress?...
View ArticleTara on "Problem On Website After Website Has Been Pointed To New Hosting"
review this info to properly move the site: http://codex.wordpress.org/Moving_WordPress
View Articlesongdogtech on "Too many MySQL connections and MySQL server has gone away"
@Kate: you've got plenty of RAM, and the CPU is not paging to disk, so that's good, so use mysqltuner.pl https://github.com/major/MySQLTuner-perl to configure the MySQL tuner. Clean out your post/page...
View ArticleKate on "Too many MySQL connections and MySQL server has gone away"
Great - I'm on it! Thanks much to you and Lulu. Sorry I didn't get the Object cache reference. I rely on the systems engineers for all the server specific configs.
View ArticleMike Bijon on "Too many MySQL connections and MySQL server has gone away"
@sondogtech, your recommendations for optimizing the database are right on, but are you advocating for @Kate to not even consider an object cache or plugin? The best performance results should actually...
View Articlesongdogtech on "Too many MySQL connections and MySQL server has gone away"
but are you advocating for @Kate to not even consider an object cache or plugin? Of course not. Read the OP: Any ideas on how we can configure MySQL/the server to handle this better? And her answer: We...
View ArticleLulu on "Too many MySQL connections and MySQL server has gone away"
>Object caching is php, not directly related to the database server. you meant opcode caching Object caching is related to query caching by using wordpress transients api...
View Article