Link to home
Start Free TrialLog in
Avatar of Connie McBride
Connie McBride

asked on

mysql Long text and net packet limit

okay, so mysql long text is 4 G.
however, since the max_alllowed_packet  max value is 1G, how do you USE the 4G?
especially in a java app, without running into errors?

currently, I am dumping data from a mssql database into a mysql database, and kept running into errors, until I jacked it up to 1G.  Now, I only have a few errors, so how is it supposed to be used, if there's a 1G limit on the amount of data that can be accepted through a query?
ASKER CERTIFIED SOLUTION
Avatar of johanntagle
johanntagle
Flag of Philippines image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Connie McBride
Connie McBride

ASKER

Thank you for the info.
it's what I was looking for.