|
To import data in MySQL database using phpMyAdmin, follow the procedure below. - Log-in to phpMyAdmin using your database credential. ( Using PhpMyAdmin )
- Select your database name from drop down menu in left frame.
- Click on Import tab at the top on right frame.
- Click on BROWSE next to "Location of Text file" and click on GO.
Alternatively you can click on SQL tab and paste your SQL statements into the "Run SQL" text box.
|