14 Apr
2013
14 Apr
'13
1:34 a.m.
HI Mailing List
i followed http://www.observium.org/wiki/RHEL_SVN_Installation this tutorial.
when i run ./adduser.php <username> <password> 1
i am getting mysql error like below
<h2> observer MySQL Error</h2> Access denied for user 'USERNAME'@'localhosr ' (using password: YES)
for me the below mysql table creation and access giving was successful. I used below command
mysql -u root -p <mysql root password> mysql> CREATE DATABASE observium; mysql> GRANT ALL PRIVILEGES ON observium.* TO 'observium'@'localhost' -> IDENTIFIED BY '<observium db password>';
Thanks & Regards, Ben observium@observium.org