nickg78
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by nickg78-
nickg78 commented,
Yes, the funny thing is that I had set the settings according to mysqltuner's suggestions which caused the random InnoDB crashes. After setting the values to lower values than what mysqltuner advis...
-
nickg78 commented,
@nickg78 yeah it's not an ultimate solution, just simply a means for better handling and less possible corruption as it's optimized/improved over MySQL. Glad you were able to get your individual is...
-
nickg78 commented,
I had the same issue even with MariaDB. InnoDB storage engine was crashing randomly every 5-10 days and every InnoDB table was unavailable. Tweaking some settings in my.cnf seems to have solved th...
-
nickg78 commented,
Try this: for user in `ls /var/cpanel/users | grep -v "\."`;do /scripts/pkgacct $user;done The backups will be created as cpmove files in the home directory.