Tom, all you need is MySQL installed and running with a root account
with no password. If you don't want to use no password, see
http://lists.numenta.org/pipermail/nupic_lists.numenta.org/2015-April/010838.html
---------
Matt Taylor
OS Community Flag-Bearer
Numenta


On Wed, Apr 22, 2015 at 7:55 PM, Robert Smith <[email protected]> wrote:
> Hi Tom,
>
> If you have MySQL installed locally and have the administrative account
> "root" set with an empty password (the usual but not particularly secure
> default on installation) then it'll do everything for you. Better make
> yourself a cup of tea while it's running, you'll have enough time.
>
> Robert
>
> On 22 Apr 2015 23:40, "Tom Tan" <[email protected]> wrote:
>>
>> I am running on Mac OS.
>>
>>
>> On Apr 22, 2015, at 3:39 PM, Tom Tan <[email protected]> wrote:
>>
>> Hi,
>>
>> I tried to follow the tutorial and run the “one hot gym” example.  Got
>> following error when running swarm.py
>>
>>   File "/Library/Python/2.7/site-packages/pymysql/__init__.py", line 88,
>> in Connect
>>     return Connection(*args, **kwargs)
>>   File "/Library/Python/2.7/site-packages/pymysql/connections.py", line
>> 626, in __init__
>>     self._connect()
>>   File "/Library/Python/2.7/site-packages/pymysql/connections.py", line
>> 818, in _connect
>>     2003, "Can't connect to MySQL server on %r (%s)" % (self.host, e))
>> pymysql.err.OperationalError: (2003, "Can't connect to MySQL server on
>> 'localhost' ([Errno 61] Connection refused)”)
>>
>>
>> Seems MySQL is required?  If so, any DB scripts to create schema etc?
>>
>> Regards,
>> Tom
>>
>>
>>
>

Reply via email to