edorsan on "users on different databases shared on a same root, for single...
Can anybody answer my question? Or is it tooooo scaaaaryyy ? :D
View Articlebemdesign on "Lost passwords"
Anything in your server logs provide clues? Also clone the site to a localhost/virtual machine and start troubleshooting there. Then your live production site can stay where it is while you can try and...
View Articlechristophg on "Lost passwords"
All great advice. Ill give it a go and let you know what i find out. Thank you!
View Articlebemdesign on "users on different databases shared on a same root, for single...
We're all just volunteers and users of WordPress (just like you) here so response time will be when someone has an idea and gets to your question! :-) So normally the answer to this question would be...
View Articleedorsan on "users on different databases shared on a same root, for single...
Dear Bemdesign, thanks for your reply ... :D I have already tried multisite, but as I have a huge DB, it caused some problems. So I am trying to keep databases separatly, but still wanna share users...
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 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 Articlewebsanity on "[Plugin: iThemes Security (formerly Better WP Security)]...
In admin and front end, 9 pages in, say, 10 work, then you just get a blank page. I thought problem was with the host, then the database (because such non-deterministic behaviour doesn't strike me as...
View Articlemarkdeboer on "[Plugin: NextGEN Gallery] Solution: Nextgen display types...
For some reason my NextGen 2.1.0 install broke: it did not show the display types anymore, causing every page to show 'Invalid' instead of a gallery. Probably this was the result of using a database...
View ArticleiThemes Support on "[Plugin: iThemes Security (formerly Better WP Security)]...
Hi, Thanks for reporting this, and all of the information. Can you set WP_DEBUG to true and let me know if you see an error on the blank page? Is this the other backup plugin you have running? If it is...
View Articlephotocrati on "[Plugin: NextGEN Gallery] Solution: Nextgen display types...
@markdeboer - Thanks for sharing your experience with this ... and you are most likely correct it was an over-zealous database optimizer that may have created the problem to begin with. - Cais.
View ArticleMetrocrest on "Database Full"
davidsword - The site is not big or busy at all, it's very small but does have several years of blog posts. I ran the SQL query that songdogtech suggested and it did clear a lot of rows of data....
View Articledavidsword on "Database Full"
Here's how to optimize with phpmyadmin http://hfx.link/blQ6 If you don't see that you may not have user permission to preform that task. You may want to talk to your hosting provider, if you deleted "a...
View ArticleMetrocrest on "Database Full"
Okay, i found it in a different location. It says I don't have permission because the INSERT command is denied to the user. I've contacted my host (Network Solutions) and they've said they're not...
View Articlewebsanity on "[Plugin: iThemes Security (formerly Better WP Security)]...
Hi there, Leave it with me. When I looked in the past the returned page was completely blank (but it did give a proper http response header), but I'll turn debug on and see what comes up for you. Yes...
View ArticleDionDesigns on "need to find an external database's prefix"
Unless the external site is on the same server as your plugin, there is no reliable-yet-simple way to obtain the information you want. The best you can do is run the following query: SHOW TABLES LIKE...
View Articlebemdesign on "users on different databases shared on a same root, for single...
It sounds like you'll need to come up with a custom solution - possibly a chron job that runs MySQL script to copy user and user meta tables between databases. Maybe run it twice a day? Oh and probably...
View Articleburfodus on "simple database call not working"
Hello All, First post so be gentle :-) Im trying to do some simple database display code with php, and to begin im simply trying to select any data and display the array as a test but cant even do...
View Article