ibraheemhsn on "Spliting content between multiple MySQL Databases"
Hello ReviewersBlog, if you are insisting on still using free web hosting services you may use SQL Dump Splitter. here you can find the instrucations:...
View Articlejonisolis on "post ping error? WordPress database error MySQL server"
error log... [06-Jan-2013 04:09:10] WordPress database error MySQL server has gone away for query SELECT ID, post_content, meta_id FROM wp_posts, wp_postmeta WHERE wp_posts.ID = wp_postmeta.post_id AND...
View Articlejondaley on "[Plugin: Relevanssi - A Better Search] Bug - 3.1.3 - MySQL error...
I deactivated and reactivated and that did not help. The errors I am getting are: [Thu Jan 17 13:30:31 2013] [error] [client 24.218.231.131] WordPress database error You have an error in your SQL...
View Articlejondaley on "[Plugin: Relevanssi - A Better Search] Bug - 3.1.3 - MySQL error...
I've now uninstalled and re-installed (and re-did all of the settings, and re-built the index). And the error is now gone. In my case, the problem might have happened because I keep the code under...
View Articlekjodle on "post ping error? WordPress database error MySQL server"
A quick search of the forum suggests: http://wordpress.org/support/topic/wordpress-database-error-mysql-server-has-gone-away-for-query-1?replies=5
View Articlefightersrep on "How to access my files without FTP"
I have a unique situation. My client setup their site with Wix.com (which sucks), and I have no access to any FTP. I was not the original person that was working on the site, so I myself did not setup...
View ArticleAndrew Nevins on "How to access my files without FTP"
Your client can ask the website's hosting providers for the FTP credentials. You can't really do anything without them.
View Articleohceeya on "How to access my files without FTP"
If you have admin privileges on that WP site you could install a backup plugin like BackUpWordPress to download the files and database.
View Articlesuite8 on "How to write to a database NOT the wordpress database"
Hey there, I'm working on a contact form, I need the contact form to submits the fields filled out, not to the wordpress database ($wpdb) but a different database of my own. How could I replace the...
View ArticleMissa on "Slow Queries"
I'm having a heck of a time this week. My hosting service continues to shut me down saying that I'm having performance issues. I keep coming up with error establishing a database connection. We've...
View ArticleDan Rossiter on "How to write to a database NOT the wordpress database"
If at all possible, it's best to stay within the WordPress system when running WP, but if that's not possible then you would just need to initialize a connection with your database and handle it as...
View ArticleChristine Rondeau on "Slow Queries"
HI Missa, Sorry to hear about this. This is very strange. Is it possible for you to switch themes for maybe a day or so and see if that helps narrow the problem. If these queries stop than at least you...
View ArticleMissa on "Slow Queries"
Hi Missa, I haven't done anything with my theme in awhile so why would this all of a sudden affect that? I'm using Thesis so maybe I'll go over there and see if anyone else is having this issue. Thanks...
View Articlebillibones on "How to write to a database NOT the wordpress database"
Liek Dan said it is best to stay within the WP Db, however easiest way to do what you are wanting to do is to create a file called somthing like: db_connect.php (have all your connections to your DB...
View Articlehapzfl on "Cannot access my MySQL server in Win8"
I used to have a local Wordpress site running under Vista. I never tried it under Win7 after I uploaded my site on a commercial server. But now I have a need to install and run Wordpress locally and so...
View ArticleClaytonJames on "Cannot access my MySQL server in Win8"
I downloaded and installed the newest version of MySQL (5.5.29), installed the newest version of XAMP and have WordPress waiting. XAMMP comes pre-configured with MySQL, Apache and PHP. My advice is to...
View Articlecikatomo on "Migrating from PDO using SQLite to clean new install using MySQL"
I've been using PDO plugin for wordpress and SQLite database. It does not work as expected so I want to use MySQL database, but without PDO for Wordpress since I cannot trust that plugin anymore, It...
View Articlehapzfl on "Cannot access my MySQL server in Win8"
Thanks for your prompt reply. I was partially successful after uninstalling the stand alone version of MySQL. At least I was able to access the database via phpAdmin; but Wordpress still would not run....
View Articlecikatomo on "Migrating from PDO using SQLite to clean new install using MySQL"
I found out what is wrong. The tutorial says to remove all double quotes " and replace them with spaces or backticks `, but some values in the mentioned tables have double quotes around them. This one...
View Article