Posts Tagged ‘Moving Zabbix MySQL DB’

Moving Zabbix MySQL DB to new hardware

This document assumes that linux (Ubuntu) has already been installed on the new MySQL server.
Login to new MySQL server - IP Address with account Username
Install MySQL: enter the following command line.
apt-get install mysql-server
Assign password to root account and take note of it.
Install ssh: enter the following command line.
apt-get install ssh-server
 
Login to old MySQL server - [...]