Swarming in NUPIC

Hi I am new to NUPIC and HTM. I am trying to get prediction on a time stamped data set. But when I do the swarming for parameter tuning I get the following error.

OperationalError: (2003, “Can’t connect to MySQL server on ‘localhost’ ([Errno 111] Connection refused)”)

What might be the reason

1 Like

You need to have MySQL running on the same machine you are doing the swarming.

2 Likes

I did install mysql but now i get the following error

“Can’t connect to MySQL server on %r (%s)” % (self.host, e))
pymysql.err.OperationalError: (2003, ‘Can’t connect to MySQL server on ‘localhost’ ((1045, u"Access denied for user ‘root’@‘localhost’ (using password: NO)"))’)

Hey thankx my problem is solved.

1 Like