5

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
  • 9,161
  • 12
  • 85
  • 167

1 Answers1

7

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,846
  • 1
  • 20
  • 31