Quantcast
Channel: Topic Tag: MySQL | WordPress.org
Browsing all 5527 articles
Browse latest View live
↧

ultimateuser on "Move multisite to different domain"

Hi Im running WP 3.5.2 and BP 1.8 (multisite). I'm trying to move my WPMU SQL database from one domain to another. Once I start importing the SQL file I get the following error: --- Error SQL query: --...

View Article


Nic Windley on "[Plugin: W3 Total Cache] disable apc opcode from database"

OK, modifying /public_html/wp-content/w3tc-config/master.php Did the trick

View Article


Patrick Nommensen on "Move multisite to different domain"

Error 1046 means that you didn't tell the server what database to import the database into. If you are using CLI: mysql -u {DB-USER-NAME} -p {empty.DB-NAME} < {db-you-want-to-import.sql} If you are...

View Article

ultimateuser on "Move multisite to different domain"

Thanks that worked!!

View Article

Patrick Nommensen on "Move multisite to different domain"

Fantastic! Go ahead and click that resolve button :)

View Article


DrSubrotoBiswas on "Tried to update, now can't open wp-admin"

I was tried to update and i got some error. When i try to log in via wordpress admin it reads: Fatal error: Cannot redeclare install_wtwp() (previously declared in...

View Article

jasond5 on "[Plugin: WooCommerce - excelling eCommerce] MySql Order Status"

Anyone know how I can create a quesry for the order status from "wp_terms" to "wp_sr_woo_order_items". Surprised order_status isn't included in the "wp_posts" or "wp_postmeta" fields. I must be missing...

View Article

Mjbmr on "Migrating from PDO using SQLite to clean new install using MySQL"

Working one: https://mjbmr.com/blog/en/install-wordpress-with-sqlite

View Article


ShaunMiller on "[Plugin: Form Manager] Problem with DB Access"

Hi All, we setup our WordPress Installation like described here: http://weblogtoolscollection.com/archives/2010/03/27/scaling-wordpress-part-1-using-mysql-replication-and-hyperdb/ (Not my own site.)...

View Article


vny009 on "[Plugin:wordpress simple survey] database query problem"

Hello, I have made changes to the wordpress simple survey plugin to add some question set besides the question. Question set includes their questions and questions further contains its own set of...

View Article

thenetbreeze on "[Plugin: NextGEN Gallery] Conflict with posts 2 posts plugin"

Hello, there are errors in mysql querues: in some (or all) queries string there are series of \n\t\t\t\t)\n\t\t\t inserted. this putted down our site. What should We do? Thanks for any good suggestion....

View Article

thenetbreeze on "[Plugin: NextGEN Gallery] Conflict with posts 2 posts plugin"

After I deactivated the NextGenGallery plugin, my site gone down. This is an error from error log: WordPress database error Unknown column 'ids' in 'field list' for query SELECT wp_posts.*, wp_p2p.*...

View Article

markwebstar on "wp-login redirecting"

i've recently followed the instructions on http://codex.wordpress.org/Moving_WordPress#On_Your_Existing_Server to move my site from one folder to another on my webspace. the new site is functioning and...

View Article


tezza71 on "[Plugin: WP2Cloud] Slideshow Pro Director"

There is a great product called slideshow pro director which is a PHP gallery backend for a popular web slideshow system. It also uses mysql. I think it would be an ideal candidate for CloudSE. It's a...

View Article

Artem Livshits on "[Plugin: WP2Cloud] Slideshow Pro Director"

Hi tezza71, I took a glance at the slideshowpro and it looks like it's a commercial proprietary product. We would definitely be happy to integrate ClouSE with slideshowpro if there is an interest on...

View Article


buffy4837 on "[Plugin: NextGEN Gallery] Conflict with posts 2 posts plugin"

Having a conflict with Post2Post plug-in too. Associated posts won't display on the live site (admittedly this could be a theme issue), but in the admin the associated posts aren't displayed - it shows...

View Article

buffy4837 on "[Plugin: NextGEN Gallery] Conflict with posts 2 posts plugin"

Add Post2Post to the list of known conflicting plugins.

View Article


kendallswen on "SQL backup on Xampp?"

Hi, I have built a site locally with Xampp and am having problems uploading it to my host server. My host has recommended that I generate a SQL backup on xampp so that I can then upload it to my hosted...

View Article

SpikeTheLobster on "MySQL query error driving me nuts"

I'm trying to run a MySQL query via WordPress, to bring back a list of posts that I want to delete because they have no "like" votes. The query works perfectly in phpMyAdmin but gives a syntax error...

View Article

SpikeTheLobster on "MySQL query error driving me nuts"

Thanks to a prompt on Stackoverflow, I figured out what was wrong. As usual, assumption is the mother of all screwups! I assumed "$wpdb->wti_like_post" converted to "DBprefix_wti_like_post", as...

View Article
Browsing all 5527 articles
Browse latest View live