php - Mysql import error in various methods -
i 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
Post a Comment