Install Guide

Table Of Contents
a. In the navigation pane, select SQL Server Services.
b. Right-click SQL Server and select Restart.
Prepare a MySQL Database
Set up the MySQL database for the Data Collector.
Steps
1. If necessary, install the MySQL database software.
2. Make sure that you have administrator rights from remote servers (preferably root user).
3. Type the following commands from the MySQL admin tool, where root is the name of the admin user:
update mysql.user set host='%' where host='localhost' and user='root';
flush privileges;
Planning and Preparation 13