anthony
anthony

Reputation: 21

Mysql database tables empty after export

I just finished designing a wordpress site. However, when i export the database and import it on the live server, the tables come up empty making my site not display properly.

I tried creating a new database on the localhost and importing the .sql file there, same issue.

Anyone know why this is happening? please help!!

Upvotes: 0

Views: 1546

Answers (2)

Morshed Maruf
Morshed Maruf

Reputation: 80

You may follow these steps:

  1. Export data base with Custom - display all possible options
  2. Select all the table row. Then Export the sql file.

I hope This will help you a lot.

Click Here to view

Upvotes: 0

Dev Kiran
Dev Kiran

Reputation: 609

Use migrate db plugin

you can export the database from the WordPress admin panel.

Upvotes: 1

Related Questions