6

I have to upload my database on godaddy host but it restricted to upload more than 8 MB file. So I have decided to upload my table one by one. I am looking for a query or a way to export each table one by one, is there any way available to do this job easily? That I get each table sql with the data?

I am using PHPMyAdmin.

Muhammad Faizan Khan
  • 10,013
  • 18
  • 97
  • 186

1 Answers1

8

You can import tables from phpmyadmin as follows :

importing table wise

You also get option to include data along with table schema.

Community
  • 1
  • 1
Prabhat G
  • 2,974
  • 1
  • 22
  • 31