Tara on "Accidentally Deleted MYSQL Database. I have full site backup...
unable to check htaccess file, ensure it is readable and that '/home/ditmotor/public_html/.htpasswds/' is executable" - Is it? - Have you discussed this with your hosting provider?
View Articleabhinavkhichar on "Accidentally Deleted MYSQL Database. I have full site...
yes it is readable and also .htpasswds is executable Yes, they are saying that this is issue with your uploaded website nt from their side. They r saying to erase all data and reinstall wordpress..i...
View Articlemfioretti on "Can different wp databases share the SAME UPLOADS FOLDER?"
Greetings, this is a simplified version of the only part of this other thread https://wordpress.org/support/topic/sharing-uploads-folder-among-different-blogs?replies=3 that is still a very "open...
View Articleleejosepho on "Can different wp databases share the SAME UPLOADS FOLDER?"
An '/uploads/' folder can contain anything at all and the database does not ever care as long as it knows what info to give WordPress in order for an upload to be displayed whenever requested by a...
View Articlemfioretti on "Can different wp databases share the SAME UPLOADS FOLDER?"
"it is logical to believe both sites would first need to have identical settings related to thumbnails and cropping" Yes! I had forgotten this detail, but yes, all sites would certainly have identical...
View Articleleejosepho on "Can different wp databases share the SAME UPLOADS FOLDER?"
The "Add from Server" plugin carries a big "not updated in 2 years, may no longer be supported" notice... The size of that notice does grab one's attention, and I also do take note of those. However,...
View Articlemfioretti on "Can different wp databases share the SAME UPLOADS FOLDER?"
This page, as I understand it: http://wordpress.stackexchange.com/questions/67840/where-does-the-media-library-live-in-the-database seems to confirm what I wrote before. If wp shows in media library...
View Articleleejosepho on "Can different wp databases share the SAME UPLOADS FOLDER?"
when you open the media library of blog 2 it won't display those images. Unless its own tables too have been somehow updated... Understood, and that is what 'Add from Server' could address, yet as...
View Articletrevose on "XAMPP mySQL Error establishing a database connection"
I used the windows restore point to restore my c:drive to how it was a couple of days ago and now get a " Error establishing a database connection" when using the localhost/xxx.com command to open my...
View Articleleejosepho on "XAMPP mySQL Error establishing a database connection"
I have no idea whether these might help, but they might be worth reading: http://dev.mysql.com/doc/refman/5.0/en/forcing-innodb-recovery.html...
View ArticleVVTinho on "[Plugin: SharDB] Migrate Sites"
Hi! Ok, thanks, I solved the problem I had :)
View Articlelandryd on "Query breaks wp_options table"
We have a site that works well most of the time. However, occasionally a query breaks the wp_options table and brings down the site. Here is the error we see when it breaks. It looks like something to...
View Articletonton_mtl on "[Plugin: Wordfence Security] wfFileMods table duplicate entry"
Hi, We use WP Migrate DB Pro to sync our different environments. When it tries to copy the wfFileMods table the sync process stops because of a duplicate entry for primary key. Do you know what could...
View ArticleMetrocrest on "Database Full"
I'm having a problem I believe is linked to my Database. My host states that it is using 300.1 Mb of 300. I tried cleaning out as much spam as possible but it still says the same. Currently, I cannot...
View ArticleWFBrian on "[Plugin: Wordfence Security] wfFileMods table duplicate entry"
Is the table large. My guess is the auto increment on the primary key isn't working correctly. You could try clearing the table and let it start to repopulate. I'm linking you to an older post on how...
View Articledavidsword on "Database Full"
300mb database? how busy/big is your website? sometimes spam comments can take up a ton of space. you can clean out the comments via phpmyadmin if you can't get into wp-admin. 'antispam bee' plugin...
View Articlesongdogtech on "Database Full"
Could be spam; you can truncate the wp_comments table with a database utility to delete all comments at once. (Use phpmyadmin in your Cpanel, or adminer http://www.adminer.org/ as a standalone file you...
View ArticleChris_topher on "accessing $wpdb from a different WordPress database"
I'm creating a plugin and I need to access an external WordPress database's $wpdb to find that database's prefix. The connection to the external database is defined in $conn and the connection works....
View Articleayanghosh1984 on "Will MYSQL Update effect Plugins and wordpress installation"
We are running wordpress sites with different plugins. Now our server admin suggested to upgrade MySQL version from 5.5 to 5.6 for security reason. As per the Wordpress requirement we can have Mysql...
View ArticleChris_topher on "need to find an external database's prefix"
I'm creating a plugin and part of the plugin requires that I connect to an external WordPress site and use that site's external database to get some information. I have established a connection and I...
View Article