Import .frm and .opt files to MySQL

前端 未结 4 792
-上瘾入骨i
-上瘾入骨i 2020-12-25 13:27

I am using MySQL 5.5.1.1 downloaded and installed from : http://dev.mysql.com/downloads/

I want to import .frm and .opt database files from my local machine to my my

4条回答
  •  别那么骄傲
    2020-12-25 14:22

    Just copy desired 'data' folder to target mysql data folder, after renaming current 'data' folder, after stop mysql service. And export to sql file with phpmyadmin, and restore current data folder, and import desired data sql.

提交回复
热议问题