You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to work around #53, I replaced mariadb with mysql 5.7, confronting me with a new problem:
createdb creates the database, but no tables. This is the command output:
sudo /usr/local/rtg2/etc/createdb mysqlrootpass
/usr/local/rtg2/etc/createdb setting up MySQL database for RTG.
Using MySQL binaries in /usr/bin.
Adding user "snmp" to MySQL database...
mysql: [Warning] Using a password on the command line interface can be insecure.
ERROR 1054 (42S22) at line 1: Unknown column 'Password' in 'field list'
Creating RTG database "rtg"...
mysqladmin: [Warning] Using a password on the command line interface can be insecure.
Reloading MySQL privileges...
mysqladmin: [Warning] Using a password on the command line interface can be insecure.
Creating RTG tables...
mysql: [Warning] Using a password on the command line interface can be insecure.
ERROR 1045 (28000): Access denied for user 'snmp'@'localhost' (using password: YES)
Done.
The text was updated successfully, but these errors were encountered:
Trying to work around #53, I replaced mariadb with mysql 5.7, confronting me with a new problem:
createdb
creates the database, but no tables. This is the command output:The text was updated successfully, but these errors were encountered: