danpros.com

mysql

All posts tagged mysql by danpros.com
  • Posted on
    Featured Image
    One of my clients experienced a problem, Virtualmin couldn't connect to MySQL 8.0 server, the problem appeared after the VPS rebooted. In Virtualmin MySQL Database Server page, There is an error message: DBI connect failed : Can’t connect to local MySQL server through socket
  • Posted on
    Featured Image
    RAID is not a backup. RAID arrays can fail just like single drives, RAID is designed for fault tolerance NOT backups. I wrote this script to backup MySQL databases and than upload it to FTP server using cURL. Create db-backup.sh and make it executable: vi /root/db-backup.sh chmod +x