MySQL
							 #!/bin/sh  mysql -u root -p  -e "show variables; show status" | awk '  {  VAR[$1]=$2  }  END {  MAX_CONN = VAR["max_connections"]  M...
						  
						
						Tue, 23 Jun, 2020 at  1:42 PM
					
							 The following procedure is used to renew the certificates on the MySQL Enterprise Monitor      # cd /opt/mysql/enterprise/monitor/apache-tomcat/conf/ # cp k...
						  
						
						Fri, 13 Nov, 2020 at  3:58 PM
					
							 When you need to purge binary logs on a MySQL server, you just need to connect to your server and use the PURGE BINARY LOGS command like this :     mysql>...
						  
						
						Mon, 3 Jan, 2022 at  4:10 AM