Problem 1:I faced mysql workbench database problems many time.
I need to solve this problem "your connection attempt failed for user 'root' from your host to server at localhost"
Can't connect to mysql server on '127.0.0.1(10061)'.
If anyone knows how to solve this issue please suggest me steps.
Problem 2: I tries to load 30MB script but it takes lots of time and also shows error query interuppted. How can i solve this??
Shekhar PankajPosted May 16, 2017, 3:01 AM
Problem 2
this could psooibly because there is limitation to import, instead of bulk inserting the db , break the tables in individual scripts and import. yeah it is a little pain.