Hi Jacques,
going by the error message you got during install, it looks like this
step didn't work:
MySQL:
======
# mysql -u <mysql admin username> -p<password>
mysql> CREATE DATABASE jffnms;
mysql> GRANT ALL PRIVILEGES ON jffnms.* TO [EMAIL PROTECTED]
IDENTIFIED BY 'jffnms';
mysql> FLUSH PRIVILEGES;
mysql> quit
The FLUSH PRIVILEGES line is imperative, as mysql wont recognise any
access list changes until this has been done.
Cheers
Martin
Jacques of Vicnet wrote:
Hi Folks
I have installed JFFNMS on my ubuntu box using php mysql etc and
according to the /admin/setup page everything is where it should be. The
only problem is that i cannot log on to JFFNMS. The web page is
rejecting my username/password.
When I was performing the install I did get this error message.
[EMAIL PROTECTED]:/usr/bin# mysql -u jffnms -p jffnms
</usr/share/jffnms/sql/jffnms-0.8.2.mysql
Enter password:
ERROR 1045: Access denied for user: '[EMAIL PROTECTED]' (Using password:
YES)
Can someone please explain, using appropriately small words, to this
poor Cisco monkey whom probably shouldn't be messing with linux exactly
where i am messing it up?
_______________________________________
Jacques Kosky
Senior Network Administrator
Vicnet
Phone: (613) 8664 7438
Mobile 0407 614 742
Fax: 9639 2175
ICQ: 10421595
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log
files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
jffnms-users mailing list
jffnms-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jffnms-users
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
jffnms-users mailing list
jffnms-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jffnms-users