JD Allen
JD Allen
+1 ...new RP4's are tough on the eyes at night!! f.lux, redshift, xrandr....none of them are working :(
I get the same error when I tried Tracks 2.5.2 Container as well.
This doesn't work.....still get the same error!! ``` MariaDB [mysql]> select * from user where user = 'tracks'; +------+--------+-------------------------------------------+-------------+-------------+-------------+-------------+-------------+-----------+-------------+---------------+--------------+-----------+------------+-----------------+------------+------------+--------------+------------+-----------------------+------------------+--------------+-----------------+------------------+------------------+----------------+---------------------+--------------------+------------------+------------+--------------+------------------------+---------------------+----------+------------+-------------+--------------+---------------+-------------+-----------------+----------------------+-----------------------+-------------------------------------------+------------------+---------+--------------+--------------------+ | Host | User | Password | Select_priv | Insert_priv |...
I could not find any logs or errors in the Mariadb container: ``` C:\Users\john\ToDo\MYSQL>docker exec -it tracks-db mysql -u root -p Enter password: Welcome to the MariaDB monitor. Commands end...
i am following the Installation guide from this repo: https://github.com/TracksApp/tracks/blob/master/doc/installation.md My DB install script: `docker run -d -p 3306:3306 --name tracks-db -e MYSQL_ROOT_PASSWORD=blank123 -d mariadb` My DB Setup script: `docker...