[prosody-dev] Re: managing groups in mysql

2015-01-16 Thread justin chaise
this is an old post, but still i will comment. I ran into this myself and a quick answer would have been nice. mysql sees the field named key as a reserved word. At the mysql commandline i enclosed the field name key with backticks `key`. I was then able to add my users via the command line. On

Re: [prosody-dev] Re: managing groups in mysql

2015-01-16 Thread Matthew Wild
On 16 January 2015 at 18:24, justin chaise wrote: > this is an old post, but still i will comment. I ran into this myself and a > quick answer would have been nice. > > mysql sees the field named key as a reserved word. At the mysql commandline > i enclosed the field name key with backticks `key`.