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)”)
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)"))’)