I did the following commands below but when I browse to http://192.168.28.6/jffnms/admin/setup.php, it indicates that the Database is not working or “NO”. Any help for this problem?

 

 

Mysql> mysql –u root

mysql> CREATE DATABASE jffnms;
mysql> GRANT ALL PRIVILEGES ON jffnms.* TO [EMAIL PROTECTED] IDENTIFIED BY 'jffnms';
mysql> FLUSH PRIVILEGES;
mysql> quit
    
# mysql -u jffnms -pjffnms jffnms < docs/jffnms-0.8.2.mysql

 

 

 

 

Thanks,

Gerard

 

 

Reply via email to