Hello,
You should also change the configuration parameters on /include/ost-config.php according with the new MySQL installation at your new host.
#Mysql Login info
define('DBTYPE','mysql');
define('DBHOST','your_host');
define('DBNAME','your_db_name');
define('DBUSER','db_user');
define('DBPASS','db_password');