blades wrote:
> backup NOAA, Archive and all custom things and then re-install WVIEW and
> load the new site with the backup
>
> On Monday, April 29, 2013 7:29:09 PM UTC+3, maelgon wrote:
>
> Hello,
>
> We are French students and we use wview our weather station.
> But we lost our admin password ....
> As recover it or change it?
Much easier to rename wview-conf.sdb, and generate a fresh copy.
Then setup everything again via the web interface. The default password
with a new wview-conf.sdb is 'wview'.
wview-config.sdb is typically located in /usr/local/etc/wview/, so
navigate to the folder containing the file (after stopping wview of
course), and rename or delete the old wview-conf.sdb.
Then create a new file as follows:
# sqlite3 wview-conf.sdb (this creates a new empty database)
.read wview-conf.sql (reads the data from wview-conf.sql)
.q (quits sqlite3)
You will now have a 100% stock configuration, so use wviewmgmt to enter
your specific station info (and change the password to something you'll
remember).
Al