Jacques,

I can't think of anything off the top of my head that would cause this, are you seeing any error messages in /var/log/http/error_log (or wherever Ubuntu keeps your apache error logs)?

Martin


Jacques of Vicnet wrote:
At 08:00 PM 1/13/2006, Martin Beecroft wrote:

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



Thanks for the assistance Martin and Quintin

I have gone into mysql and dropped the database and reloaded it. It seems i can drop and create the database ok and i can perform the 'mysql -u jffnms -p jffnms </usr/share/jffnms/sql/jffnms-0.8.2.mysql' command but when i go to the webpage it is still rejecting my username password. Weird. Any other advice?

[EMAIL PROTECTED]:/usr/bin# mysql -u jffnms -p jffnms </usr/share/jffnms/sql/jffnms-0.8.2.mysql
Enter password:
[EMAIL PROTECTED]:/usr/bin#


_______________________________________
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

Reply via email to