php: importing multiple csv files into mysql table

前端 未结 2 1141
终归单人心
终归单人心 2021-01-15 19:37


        
2条回答
  •  既然无缘
    2021-01-15 19:51

    If you want to import several csv files and you're doing it manually, you might also want to use a graphical tool to make the job easier. You can use Adminer for this:

    1. Access adminer from your browser.
    2. Log in with admin rights.
    3. Select your database.
    4. Click on the Import option on the left.
    5. Choose your .csv file.
    6. Press the Execute button.

提交回复
热议问题