Actually, I wasn't talking about the folder, but it's good you removed
it. You need to get into the mysql shell and drop the offending
databases there.

https://dev.mysql.com/doc/refman/5.0/en/drop-database.html
---------
Matt Taylor
OS Community Flag-Bearer
Numenta


On Sat, Apr 11, 2015 at 9:35 AM, Peter Lewis
<[email protected]> wrote:
> Hi Matt,
>
>           Thanks for the instructions - I removed the offending
> "client_jobs_XXXX" folder, which enabled the program to get passed that
> particular error. However, a new error has popped up:
>
>
>   File "/usr/lib/python2.7/DBUtils/SteadyDB.py", line 631, in tough_method
>     raise error # reraise the original error again
> pymysql.err.InternalError: (1050, u"Table '`client_jobs_v29_root`.`jobs`'
> already exists").
>
> Is there another file/ folder that I need to remove?
>
> P.S. I wasn't sure if I am supposed to reply to your email directly or if I
> am supposed to repost to the list.
>
> Cheers,
>
> Peter
>
>
>
>
>
>
>
>
>
>
> On 10 April 2015 at 19:54, Matthew Taylor <[email protected]> wrote:
>>
>> On Fri, Apr 10, 2015 at 11:45 AM, Peter Lewis
>> <[email protected]> wrote:
>> > Can't create database 'client_jobs_v29_root'; database exists
>> >   result = self._query(query)
>>
>> This error indicates that a previous swarm job was killed or crashed
>> without cleaning up after itself. You may need to go into mysql and
>> clear out the databases that have similar names to "client_jobs_XXXX".
>>
>>
>>
>> ---------
>> Matt Taylor
>> OS Community Flag-Bearer
>> Numenta
>>
>

Reply via email to