When ever I start to extract my NCDB 42 it get stucks on Quiers : 29 Proccesed : 29
And reason why? does this happen to you ? and what do you use
When ever I start to extract my NCDB 42 it get stucks on Quiers : 29 Proccesed : 29
And reason why? does this happen to you ? and what do you use
Get a new computer..
No really, I use Navicat 8 Lite and it's working perfectly fine. Rumors say that, however, SQLYog is better for executing big files.
Freelance Digital Artist
https://reflectionartwork.deviantart.com
You did not desert me
My brothers in arms
go to C:\Program Files\MySQL\MySQL Server 5.0(or wherever you installed mysql to)
Open the file my.ini
and add "max_allowed_packet = 512M" beneath
so it looks likeCode:# SERVER SECTION # ---------------------------------------------------------------------- # # The following options will be read by the MySQL Server. Make sure that # you have installed the server correctly (see above) so it reads this # file. # [mysqld]
Code:# SERVER SECTION # ---------------------------------------------------------------------- # # The following options will be read by the MySQL Server. Make sure that # you have installed the server correctly (see above) so it reads this # file. # [mysqld] max_allowed_packet = 512M
I find Navicat unnecessarily heavy when executing large files. As said, try SQLyog.