SaschArt on "Store mysql errors in logs file"
There is a way to store a mysql errors to a logs file with WP error system ?
View ArticleWFSupport on "[Plugin: Wordfence Security] Duplicate column name 'permanent'"
The charset is not important, according to what I know. tim
View ArticleToddChitt on "Site won't load after purchasing larger MySQL database"
Hello All: I have my WordPress 4.2.2 site running on Azure, with a MySQL back end database. That db was getting full so I purchased a larger plan (250 Mb). I made the following changes in Azure...
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 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 Articletschmid4 on "Index of /"
I open a browser and only get Index of / from the server, none of the forum fixes have worked. Are there any troubleshooting steps that can point me in the right direction? Apache2 and mysql are...
View Articlevivhan on "Database errors on new install"
I'm getting the following error message in the apache log files when i attempt to make a new site: WordPress database error Table 'wp_mu.wp_3_options' doesn't exist for query The page itself just goes...
View Articlevivhan on "Database errors on new install"
After a bit of fiddling it looks like the solution is to changing the Database charset. From define('DB_CHARSET', 'utf8mb4'); to define('DB_CHARSET', 'utf8'); The first wordpress site (pre multisite...
View Articletonton_mtl on "[Plugin: Wordfence Security] wfFileMods table duplicate entry"
Hi, No the table isn't so large : 15k lines / 2MB. So I'll just empty the table and try again...
View ArticleWFSupport on "[Plugin: Wordfence Security] wfFileMods table duplicate entry"
You can always just install the plugin manually and export/import the settings. tim
View Article42Fears on "Error establishing a database connection"
Hi ! I'm kinda new to this forum and to wordpress installations in general so please tell me if I made a mistake posting here ! Any help is appreciated. My situation : I decided a hour ago to turn an...
View ArticleBrett on "Error establishing a database connection"
what database name did you input and what password? If you followed it to the letter you may have in your wp-config: database name: wordpress database user: root Database Password: password DBHost:...
View Article42Fears on "Error establishing a database connection"
Well, my password is obviously different. I didn't use "root" as database user and I was ready to thank you for fixing my problem and pointing out how stupid my mistake was, but after modifying my file...
View ArticleChris_topher on "need to find an external database's prefix"
Thanks for clarifying that for me. The user of the plugin already needs to enter their credentials to connect to the external database. So I just added another field to the form asking for their...
View ArticleClaytonJames on "Error establishing a database connection"
tried random inputs for database name etc... without success... There won't be anything random about it. The username and password will be the exact username and password you created in MySQL and then...
View Articleas9934 on "Implement non-PHP MySQL database into WordPress website?"
My dad runs a small internet service company and would like to redesign his website. I told him I could redesign it in WordPress because I have some knowledge of wordpress from running the website for...
View ArticleDionDesigns on "Implement non-PHP MySQL database into WordPress website?"
1a. It doesn't matter which language is used to access the database, as long as the queries are MySQL. 1b. You'll need to write the plugin yourself since it will be custom to a particular database. 1c....
View Article42Fears on "Error establishing a database connection"
Query OK, 0 rows affected (0.00 sec) So I guess yes, it was successful
View Article