Microsoft Access TO PHP MYSQL
Follow the upcoming steps to import access data to mysql PHP
based database
- Export your access database to excel
- Select CSV (comma delimited) format from save as dialog box then provide name and click on save
- You need phpMyAdmin Version information: 4.0.10.14 for import csv file because lower version of mysql does not support CSV
- Select your database then goto import
- Select format CSV
- Click on choose then select your csv where who saved it previously
After select your CSV file click go … your MYSQL database will be exported named by TABLE --- . --- will be replaced will some integer. You need to one more work in your table because first row of MYSQL table will be your access database field so rename or delete it as your requirement.
No comments:
Post a Comment