When parsing and inserting data, I accidentally inserted a string (ip address) into a bigint column in a MySQL table without using the INET_ATON
function. Is there any way I can recover the original string?
views:
31answers:
0
+1
Q: