MySql temporary password file:
grep "A temporary password" /var/log/mysqld.log
To Disable Strict Mode via SQL
mysql -u root -p -e "SET GLOBAL sql_mode =...
Using visudo, add the following to your sudoers file, replacing username with the proper...
MySQL SHOW USERS: List All Users in a MySQL Database Server:
>mysql -u root -p
Enter...
How to set up PHP error log rotation in cPanel
When cPanel server uses PHP-FPM...
The root cause of the above error is that MySQL was not closed properly,...
How can I clean or empty the contents of this file and not cause...
In your terminal, login as the postgres user (for security reasons, the postgres user has no password. That’s...
openssl ciphers -v | awk '{print $2}' | sort | uniq
For TLS 1.3:
openssl s_client...
Mass suspend or unsuspend mailboxes of a domain
Using the API, can help you quickly...
To Disable Strict Mode via SQL
mysql -u root -p -e "SET GLOBAL sql_mode =...
Using visudo, add the following to your sudoers file, replacing username with the proper...
MySQL SHOW USERS: List All Users in a MySQL Database Server:
>mysql -u root -p
Enter...
Leave a Comment