Due to mathematica constraints I\'ve to use the BigInteger class to represent values.
After some calculations I would like to store the result (given by 2x BigIntege
MySQL has a BIGINT data type as shown in: http://dev.mysql.com/doc/refman/5.0/en/numeric-types.html
You can try to use the BIGINT for that rather then doing conversion to binary formats which makes it whole lot more complex to my opinion.