Icehouse resize No valid host was found Hi all!! We're currently experimenting an error that's it's pretty weird, the reason it's that with another user same base image and same flavor we can resize the instance but with another user with the same ba…
# 1 copy orgin data dir of mysql to new one cp -R /var/lib/mysql /mysqldata chown mysql:mysql -R /mysqldata # 2 modify configure files, search for datadir in file /etc/mysql/my.cnf #datadir = /var/lib/mysql datadir = /mysqldata # 3 modify configure f…