Posted on 03-28-2013 11:04 AM
Our JSS crashed after we upgraded to 10.8.3 and we had to restore it. Now I can't restore my DB. I get an error saying importing from command line is unsecure. We need this up ASAP!!!! Thanks for the help.
Posted on 03-29-2013 09:34 PM
We ran into a similar problem where MySQL 5.6 was installed on an Xserve (instead of 5.5) and we had to take MySQL out of Strict Mode.
NOTE: The JAMF docs say to install MySQL 5.5 or later but in recent discussions, we've been told that 5.5 is the "last stable" version and 5.6 has some issues:
Can you post your /etc/my.cnf?
PS, the environment was inherited, not sure why MySQL 5.6 was installed if OS X Server already has MySQL.
<shrug>
HTH
Don
Posted on 11-07-2013 07:54 AM
That warning is just that, a warning. Does the error say something like 'MySQL server has gone away'
Also are you trying to use a mysqldump by any chance? If you're trying to restore from a mysql dump you probably need to either increase your maxpacketsize or your timeout.
Posted on 03-28-2014 12:30 PM
@Chris_Hafner Late but relevant...
https://jamfnation.jamfsoftware.com/discussion.html?id=4973#responseChild50726
Posted on 03-28-2014 12:59 PM
That one is a good thread. Someone will need it here at some point!