Error Establishing DB Connection Monitor
A simple solution to error establishing a database connection problem in Wordpress environment. This is solving stopping problem of mysql in linux env …
Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 2523 days ago
Is Error Establishing DB Connection Monitor abandoned?
Possibly abandoned (last update 2523 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
This plugin helps WordPress users automatically restarts the mysql service when it is stopped by any unexpected traffic, attack or lack of resources in linux environment. There are lots of TODO for this plugin. After first release, the monitoring script for mysql service will be improved. The linux cron will be automatically copied to the expected directory. This plugin is tested with apache2 server.
Fix the Error Establishing a Database Connection in WordPress
How to Use this Plugin Template
- Download this plugin.
- After Plugin Activation GOTO Settings > Error Establishing DB Connection Monitor Plugin.
- Select monitoring interval for your sites downtime(hourly, daily etc.)
- Follow the instructions in the plugin’s settings page.
Important Notes
- This plugin includes examples of how we implement a plugin sidebar in our own plugins and exmple widgets like our own mail-chimp newsletter subscription, etc.
- You will have to either know how to modify these for your own needs or remove them completely.
- We cannot promise support for specific questions about what to modify in your scenario.
- Icon made by Freepik from www.flaticon.com
Enjoy!
Features
Example techniques included in this Plugin Template
- Generating monitoring script for mysql service
- After monitoring script starts the mysql service again TODO Emailing about downtime will be added.
- Using a class approach to building a plugin
- Minimal variable updates by re-using class level variables for things like the plugin name and slug
- Using common WordPress hooks and filters
- Creating an admin menu item under the Settings menu
Installation
- Log in to your WordPress site as an administrator
- Use the built-in Plugins tools to install from the repository or unzip and Upload the plugin directory to /wp-content/plugins/
- Activate the plugin through the ‘Plugins’ menu in WordPress
- The current output of the plugin template can be seen by going to Settings > Error Establishing DB Connection Monitor
Frequently Asked Questions
Is this plugin changes anything?
No, actually it only watches if your site is down with PHP crontab feature. Even if the mysql is down, it simply restarts the service and saves your sites traffic.
Review feed
Screenshots
Changelog
1.0.0
- First public release