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

shyguytwo on "[Plugin: Better WP Security] wp_bwps_log file is bloating MySQL...

Obviously nothing has happened as I have the same problem. My BWPS-Log is growing to several 100 megabytes within a few days. Maybe a problem with HyperCache?

View Article


kirkward on "Aggregating Usermeta From Blogs To Custom Table"

I am working to build a plugin or an MySQL query to aggregate some blog and user meta into a table created by a plugin. The plugin developer has advised me that the table is a flat table, and I can add...

View Article


linux4me2 on "Aggregating Usermeta From Blogs To Custom Table"

One thing that strikes me right off is that you have some errors in your array declaration for these two lines: $data = array( 'sl_country' => , 'sl_image' => , ); I'm not sure what data type...

View Article

kirkward on "Aggregating Usermeta From Blogs To Custom Table"

It still did not update the table. I thought I had read somewhere that if the table defined the field types, then that would reset the datatype correctly once it was inserted. The field types are:...

View Article

kirkward on "Aggregating Usermeta From Blogs To Custom Table"

Okay ... some progress. I removed the sl_id from the data array. The table was updated, with new rows, but no data was inserted. I noted that the first field, sl_store, was blank, and all the others...

View Article


linux4me2 on "Aggregating Usermeta From Blogs To Custom Table"

Yes, trying to insert the blog id in an autoincrement field would cause a problem. You could add a field of type integer and add it there, though if you wanted it. You shouldn't need quotes arount the...

View Article

kirkward on "Aggregating Usermeta From Blogs To Custom Table"

I have added code to echo each of the fields before the wpdb query is run and am using the same variable I echo as values in the array. I put the quotes around the variables, and yes, they were...

View Article

linux4me2 on "Aggregating Usermeta From Blogs To Custom Table"

I don't know if this could be causing a problem or not, but you do have extra parentheses in some of your varable statements: $kw_fname = (get_user_meta($current_site_admin, 'first_name', true));...

View Article


kirkward on "Aggregating Usermeta From Blogs To Custom Table"

Progress. One record added out of six test records. Still experimenting ... but here is the current version of the code: <?php $bcount = get_blog_count(); global $wpdb; $blogs =...

View Article


kirkward on "Aggregating Usermeta From Blogs To Custom Table"

Okay, got it finally. Moved the $wpdb array and query code to above the tag and apparently that put it inside the foreach loop. All sample data was added to the data base. Thank you! Thank you! Thank...

View Article

Zachary DuBois on "Database management feature request"

Revisions are really taking a toll on my database. I have set the max amount of revisions for WordPress to keep and yet its still filling up. I would be nice to see some database cleanup utilities that...

View Article

gerald@wpcustoms on "Database management feature request"

Hi Zach, there are a few great plugins around for cleaning up the database (post revisions etc.) WP-optimize will do exactly what you are looking for: http://wordpress.org/extend/plugins/wp-optimize/...

View Article

s0206 on "Looking for a wordpress specialist"

Hello All Not sure this is the correct place to put this but I am in need of a wordpress specialist. I have a high traffic site that needs some work to it, in particular the database. I have had a...

View Article


WPyogi on "Looking for a wordpress specialist"

You can post a listing on this page: http://jobs.wordpress.net/

View Article

s0206 on "Looking for a wordpress specialist"

Thank you! [topic closed per forum rules - http://codex.wordpress.org/Forum_Welcome#Offering_to_Pay ]

View Article


wilder bee on "[Plugin: WP SlimStat] Remove SlimStat w/ ftp but keep data? To...

I broke my website today when I put the wrong username on the permissions configuration page and locked myself out! "Config" option disappeared under SlimStat when listing all plugins. I could still go...

View Article

camu on "[Plugin: WP SlimStat] Remove SlimStat w/ ftp but keep data? To...

Hi there, stuff happens, that's okay :) Yes, as long as you don't UNINSTALL WP SlimStat but just remove the files via FTP, your data won't be removed. geoip is the ip geolocalization database, and can...

View Article


wilder bee on "[Plugin: WP SlimStat] Remove SlimStat w/ ftp but keep data? To...

Resolved! Thank you for your kind and quick reply. Deleting SlimStat folder did the trick. I'll remember backdoor if goof ever happens again. Extra notes: I could not follow through right away because...

View Article

Zeb on "[Plugin: WP SlimStat] Remove SlimStat w/ ftp but keep data? To...

Hi Camu, Just a tiny question: I have a recent database backup file just after uninstalling slimstat by mistake. A day older backup inkcludes the slimstat tables. Is it possible just to replace the...

View Article

Zeb on "[Plugin: WP SlimStat] Remove SlimStat w/ ftp but keep data? To...

By the way, is it possible to use a separate database for slimstat data?

View Article
Browsing all 5527 articles
Browse latest View live