php - Mysql import error in various methods -


enter image description herei wanted launch remote site localhost development purpose. remote site running under mysql/mangento.

i tied various methods import database backup new database @ localhost, shows error

via phpmyadmin,

mysql said: documentation #1367 - illegal double '1.79769313486232e+308' value found during parsing

from command prompt

"error 1367 (22007) @ line 10543: illegal double '1.79769313486232e+308' value found during parsing"

attaching screenshot reference.

your error better described here: [mysql]http://bugs.mysql.com/bug.php?id=44995

and solution replace 1.79769313486232e+308 \'1.79769313486232e+308\'.


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -