Steven Sublett
- Total activity 947
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 0
- Subscriptions 614
Articles
Recent activity by Steven Sublett-
Unable to send mail between two servers in the same IP range
Symptoms When sending emails with two servers where the IP range is the same or similar, a connection timed out will occur. Server 1 connecting to Server 2: exinext domain2.comTransport: domain2.co...
-
How to backup MySQL databases before doing a MySQL upgrade
QuestionHow do you backup MySQL databases before doing a MySQL upgrade?Warning: Having database backups before performing an upgrade is critical. Do not proceed with MySQL/MariaDB upgrades without ...
-
MySQL repair: The storage engine for the table doesn't support repair
Question Why the message appears in Repair a MySQL database? Please see attached Answer MySQL table repairs only support specific table types. If the repair command is performed on an InnoDB t...
-
MySQL Error - performance_schema'.'session_variables' has the wrong structure (1682) or doesn't exist (1146)
Symptoms After upgrading MySQL, logging into phpMyAdmin presents the below error. Another symptom of this problem would present the below login failure for phpMyAdmin. This problem can al...
-
What is the correct way to restart MySQL on Centos 7/RHEL 7?
Question I get: root@server [~]# service stop mysqlThe service command supports only basic LSB actions (start, stop, restart, try-restart, reload, force-reload, status). For other actions, plea...
-
MySQL database error after restoring from InnoDB corruption on CloudLinux
Symptoms After restoring MySQL databases from InnoDB corruption, the below errors appear on the websites: Critical ErrorCould not connect to the database. Description When MySQL data corruption ...
-
CloudLinux: database connection error when using "localhost" as the database host
SymptomsSites that use localhost as the database host will encounter database connection errors while switching to 127.0.0.1 allows for a successful connection. CauseScripts will try to connect to ...
-
How can I pull the "View Relayers" report via Daily SSH, is this possible?
Question How can I pull the "View Relayers" report via Daily SSH, is this possible? Type Rotate a command daily that shows me the result? Without being used by WHM but via ssh Answer Yes, it is p...
-
How to change the logging location for SpamAsassin
QuestionHow do you change the logging location for SpamAssassin? AnswerThe spamd configuration file may be located here at /usr/local/cpanel/3rdparty/bin/spamd. It is recommended that a backup of t...
-
How do I restore MySQL grants?
QuestionHow do I restore MySQL grants? AnswercPanel stores grant information in the /var/cpanel/databases/grants_user.yaml files, where the user represents the account username. The restoregrants s...