How do you Import .sql files in tables using phpmyadmin?
To import files in phpMyAdmin using tables follow the steps provided below.
Step 1: Login to control panel.
Step 2: Select phpMyAdmin under Databases.
Step 3: In phpMyAdmin page, click the database containing tables. Select the table.
Step 4: In the top menu, click Import option.
Step 5: Click Browse option to import a file.
Note: Your file must be in .sql format. It can also be a compressed file
(.sql.zip) format. The file size should not exceed 50MB.
Step 6: Click Go after uploading the file. Now the file will be uploaded under the selected table.