win8 (x64) + ubuntu system
target:
- remove grub boot menu
- remove ubuntu system/partition
- mysql -u root -p
- mysql>use mysql;
- mysql>update user set host = '%' where user = 'root';
- mysql>flush privileges;
mysql>STOP SLAVE; mysql>CHANGE MASTER TO MASTER_HOST='host name', MASTER_PORT=3306, MASTER_USER='username', MASTER_PASSWORD='password', MASTER_LOG_FILE='logfile', MASTER_LOG_POS=recorded_log_position; mysql>START SLAVE;