iletogv
Forum Replies Created
-
Forum: Plugins
In reply to: [BulletProof Security] DB Backup not appearing in the DB backup listI will now mark this topic as resolved.
Forum: Plugins
In reply to: [BulletProof Security] DB Backup not appearing in the DB backup listIT’S ALL WORKING NOW. What I did to make this work was to give mysql user a full privilege over the database it is linked to. Before, my mysql user can only do select, insert, delete, and update privileges.
After giving the mysql user a full privilege I instantly noticed that BPS tables have been automatically created for me without re-installing the plugin.
THANK YOU VERY MUCH FOR YOUR SUPERB SUPPORT AND PLUGIN. ??
Forum: Plugins
In reply to: [BulletProof Security] DB Backup not appearing in the DB backup listMy DB engine for my database is InnoDB
Forum: Plugins
In reply to: [BulletProof Security] DB Backup not appearing in the DB backup listJust to let you know, for the mysql user that I am using for wordpress, the user privileges I set to the user are the following:
select
insert
delete
updateForum: Plugins
In reply to: [BulletProof Security] DB Backup not appearing in the DB backup list1. Here’s what I’ve got from the BPS system info page:
MySQL Database Server Version: 5.5.42-cll
MySQL Client Version: 5.5.42
MySQL Database Server: localhost
Your MySQL Database: XXXXXX
SQL Mode: Not Set
MySQL Extension: Installed|Enabled
MySQLi Extension: Installed|Enabled2. The database connection config in the wp-config in correct as I am not having problems with other modules. However, I noticed before that my BuddyPress DB tables were not being created as well in the live database so I had to copy the tables from my local machine to phpmyadmin on the live database.
3. Here is the result after running the “show storage engines”
MyISAM
YES
MyISAM storage engine
NO
NO
NOMRG_MYISAM
YES
Collection of identical MyISAM tables
NO
NO
NOMEMORY
YES
Hash based, stored in memory, useful for temporary…
NO
NO
NOBLACKHOLE
YES
/dev/null storage engine (anything you write to it…
NO
NO
NOCSV
YES
CSV storage engine
NO
NO
NOInnoDB
DEFAULT
Supports transactions, row-level locking, and fore…
YES
YES
YESARCHIVE
YES
Archive storage engine
NO
NO
NOPERFORMANCE_SCHEMA
YES
Performance Schema
NO
NO
NOFEDERATED
NO
Federated MySQL storage engineForum: Plugins
In reply to: [BulletProof Security] DB Backup not appearing in the DB backup listI did follow the backup job choice for the weekly job.
Actually, there were no database tables that have been created with a name that contains “bpspro” or “bps” when I check it on phpmyadmin.
These are my selections when i was creating my first DB backup job on the live server: (sorry i cannot remember the actual option name)
Frequency: weekly
Time: 12AM
Day: sunday
Month: 1st
Auto-delete backups: more than 30 days oldThat’s all i’ve changed including the name of the backup.