When i try to restore db following error occured
Code:
Column count doesn't match value count at row 1
command to restore is following
PHP Code:
mysql -u root -p123 -f --default-character-set=latin1 forum < c:db.sql
somebody say someting in
here i tried
but it isnot solve my problem
how can i solve this problem ?