Hi
I went to a database and decided to export it ( get backup in phpmyadmin)
but it was a huge database (133meg)
how can i backup only the structure?
thanks
m2babaey wrote:and I noticed just one of its tables is very big
( over 660000 records)
can I ask to backup data too but limit that table to 200 records?
That hardly sounds like a backup to me. Try writing a little script that backs up your database into a file, and set up a cronjob to call it daily. phpMyAdmin has too many restrictions.