Re: [weewx-user] Re: How do I correct?

2018-08-19 Thread Thomas Keffer
This is a simple permission problem. See the User's Guide on Configuring MySQL (and Maria). In particular, pay attention to the instructions on setting permissions. Suggestion: if you are unfamiliar with managing databases, stick with

Re: [weewx-user] Re: How do I correct?

2018-08-19 Thread John Clark
Mysql was, and is installed. Went ahead and installed maria-server, restarted weewx, and got this for the syslog pi@raspberrypi:~ $ tail -f /var/log/syslog Aug 19 18:16:14 raspberrypi weewx[4515]:     File "/home/weewx/bin/weewx/manager.py", line 127, in open_with_create Aug 19

Re: [weewx-user] Re: How do I correct?

2018-08-19 Thread Pat O'Brien
rvice mysqld > status or maybe sudo service mariadb status? > > > > Also, we should probably reply on the users site so it’ll help others in > future once we figure it out > > > > > > *From:* John Clark [mailto:w0av...@gmail.com ] > *Sent:* Sunday, August 19,

Re: [weewx-user] Re: How do I correct?

2018-08-19 Thread John Clark
figure it out *From:*John Clark [mailto:w0av...@gmail.com] *Sent:* Sunday, August 19, 2018 8:59 AM *To:* Pat *Subject:* Re: [weewx-user] Re: How do I correct? I got pi@raspberrypi:~ $ sudo service mysql status Unit mysql.service could not be found. pi@raspberrypi:~ $ sudo service mysql restart

[weewx-user] Re: How do I correct?

2018-08-19 Thread Pat
Quick guess is that your MySQL server isn't running. Try checking on it by typing sudo service mysql status, you should see somewhere in the output that it's running. If not, try sudo service mysql restart and then restart weewx and try again. On Sunday, August 19, 2018 at 12:48:21 AM UTC-4,