Repair or Optimize all MySQL Databases in SSH

mysqlcheck gives you this ability to repair, optimize and analyze databases stored in your server. one of the good uses of this app is to mass repair, optimize or analyze all the existing databases on the server. In order to achieve any of those mysqlcheck can be used as below: mysqlcheck –all-databases -r #repairs all… Continue reading Repair or Optimize all MySQL Databases in SSH

DHCP IP Address CentOS

To push a Minimal Cent OS machine to get it’s ip address using DHCP you can use DHCLIENT with your Interface name. For example if your interface name is eth0 you can try: dhclient -v eth0   Incoming search terms:chntosmahdiy

Published
Categorized as Technology