via the MySQL client http://www.dummies.com/programming/databases/how-to-use-the-mysql-client/
On Wednesday, 1 November 2017 12:21:48 UTC+2, Holm Dittrich wrote: > Hello, > I need your help again. > I would like change the database from sqlite to mysql. > > My result should be to have the weather data`s into my database from my > website > > The changes into .conf is no problem. Change and save. > > [[wx_binding]] > # The database should match one > of the sections in [Databases] > database = *archive_mysql* > > My problems starts with the creation of the weewx mysql database. > > Where and how can i write following - into the console?: > mysql> CREATE USER 'weewx'@'localhost' > IDENTIFIED BY 'weewx'; > mysql> GRANT select, update, create, > delete, insert, drop ON weewx.* TO weewx@localhost; > > I know it is easy for you but I don`t know how go one next step..... > > Thanks for your support. > > Holm > -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
