How to import the frm format myd format myi format file into MySQL

Source: Internet
Author: User
Tags phpmyadmin

Frm,myd,myi is a file that belongs to MySQL storage data, phpMyAdmin cannot be imported.

phpMyAdmin supports file formats for SQL files.

It's actually very simple:

1. Find your MySQL installation directory in the Data folder, create a new folder, the name of the folder is the name of the library you want to design, put these files (frm,myd,myi format files) in this folder.

Tip: You can also use the MySQL management tool to create a database (for example: Create DB MyDB, where mydb is the database name), and a MyDB folder will be generated under the Data folder

2. you can then use your MySQL-managed tools to see what the table is all about.

3. You can also export SQL scripts using commands

Mysqldump-uroot-ptian mydb> Mydb.sql where root is the user name Tian the password mydb the database name mydb.sql to the script file name

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.