psytanium
- Total activity 436
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 79
Comments
Recent activity by psytanium-
You would use the full mode with the options you want. This is an example configuration line from the guide I linked earlier: sql-mode=STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_...
-
That's good - you actually don't want the other configuration in place on the machine so you can just completely remove the /usr/.my.cnf Inside the /etc/my.cnf you pasted your [mysqld[ section. ...
-
You can always add that value to the file manually. Before you do that, though, I'd check and make sure there is not a /usr/.my.cnf on the system as well, as that can sometimes cause confusion. ...
-
Does /etc/my.cnf file contain the line that says sql_mode= ? If yes, then ensure to remove only_full_group_by, then restart MySQL for changes made to hold. Note: Before making these changes make ...
-
Hi @psytanium, If you go to Modify An Account in WHM, you can assign a package to a user. When you create the package, you can assign a features list to it. I created a new featured list, and ...
-
Hi @psytanium, You can use the Feature Manager to create a features list disallowing access to, for example, File Manager. You would need to apply this features list to the package the user has ...
-
But if I increase it from 12 to 14 lets say, will the emails get delivered even if the server load is high ? or should I decrease it ?
-
To prevent emails from piling in Queue, what should i set the deliver_queue_load_max ? Currently its value is 12. Should i increase or decrease it ?
-
What does it mean "The process "pkgacct - macrotro - av: 4 - write compressed stream" stalled while it ran for user "root". I receive this notification email every few hours.
-
It would have also been good to get the output from "top -c" during that top to see what the top processes were. Although troubleshooting load is typically left to the server admin, it would be w...