Hi experts, i dumped my MySQL database and now when i restore it in another machine i cannot restore two of my tables. It restores upto some point and then stops. Both of these tables have around 700 and 200 long records. Now i dont know where the error is from.
I feel there is something wrong in my records which is creating a problem while restoring. I mean some tags or some special characters used in my records which disallows the restoration. Can i know any of such things? The error i get is ERROR 2005 (HY000): Unknown MySQL server host 'bidder' (11001).
Please enlighten me?
And recently i discovered that if i restore it through PHPMyAdmin, it works without any problem. Only when i restore it through command line i get the problem
I feel there is something wrong in my records which is creating a problem while restoring. I mean some tags or some special characters used in my records which disallows the restoration. Can i know any of such things? The error i get is ERROR 2005 (HY000): Unknown MySQL server host 'bidder' (11001).
Please enlighten me?
And recently i discovered that if i restore it through PHPMyAdmin, it works without any problem. Only when i restore it through command line i get the problem
Comment