Installing to Raspbian "buster"
Posted: Tue Jun 25, 2019 6:33 am
Now that Raspbian is Debian “buster” based, could you give for newbies installaton instructions. Thanks
Not sure what you mean by "empty row"bugmenot wrote: ↑Thu Jun 27, 2019 10:24 am Thanks. That helped.
Now when i do
mysql -uroot -p < /usr/share/zoneminder/db/zm_create.sql
it asks password and no matter what i put there, raspberry password or return or password created during mysql_secure_installation, i always get empty row. Cursor just goes to start of next row.
Thanks for your Excellent manual how to install Zoneminder!bbunge wrote: ↑Tue Jun 25, 2019 6:36 pm
>>For Pi, Create Zoneminder database in Mariadb (Note: this also creates the default Zoneminder user and permissions in MySQL)
mysql -uroot -p < /usr/share/zoneminder/db/zm_create.sql
mysql -uroot -p -e "grant all on zm.* to 'zmuser'@localhost identified by 'zmpass';"
mysqladmin -uroot -p reload