best way of importing data into mysql

前端 未结 6 1524
感动是毒
感动是毒 2021-01-14 17:20

i have a table with 500,000 rows and about 10 columns that is in access

how do i import it into mysql?

6条回答
  •  暗喜
    暗喜 (楼主)
    2021-01-14 17:53

    Access to MySQL is a small program that will convert Microsoft Access Databases to MySQL

    enter image description here

    @Wizard interface.

    @Transfer data directly from one server to another.

    @Create a dump file.

    @Select tables to transfer.

    @Select fields to transfer.

    @Transfer password protected databases.

    @Supports both shared security and user-level security.

    @Optional transfer of indexes.

    @Optional transfer of records.

    @Optional transfer of default values in field definitions.

    @Identifies and transfers auto number field types.

    @Command line interface.

    @Easy install, uninstall and upgrade.

提交回复
热议问题