|
|
| Author |
Message |
khemir Beginner
Joined: 30 Jul 2003 Posts: 3 Location: Guadaljara, Jalisco Mexico
|
Posted: Wed Jul 30, 2003 11:41 pm Post subject: Default password |
|
|
Hi,
what is the default password, i finish install netmrg in redhat 9.0 from scrash and all look fine.. but password miss...
user admin
pass ???? |
|
| Back to top |
|
 |
khemir Beginner
Joined: 30 Jul 2003 Posts: 3 Location: Guadaljara, Jalisco Mexico
|
Posted: Wed Jul 30, 2003 11:52 pm Post subject: auto respond |
|
|
i reset password :
update user set password=MD5('pin') where user'admin'; |
|
| Back to top |
|
 |
silfreed Site Admin
Joined: 19 Jan 2003 Posts: 394 Location: Shippensburg, PA, USA
|
|
| Back to top |
|
 |
keb Contributor
Joined: 09 Jul 2003 Posts: 44 Location: Camp Hill, PA, USA
|
Posted: Thu Jul 31, 2003 1:14 am Post subject: |
|
|
From INSTALL:
| Quote: |
| The default login is admin and the default password is nimda. |
|
|
| Back to top |
|
 |
ZuarasiZ Beginner
Joined: 09 Jul 2004 Posts: 8
|
Posted: Mon Jul 12, 2004 6:56 am Post subject: |
|
|
I used the username and password as defined manual to installation
login: admin
pass: nimda
But I've got the answer:"Invalid Username or Password". |
|
| Back to top |
|
 |
silfreed Site Admin
Joined: 19 Jan 2003 Posts: 394 Location: Shippensburg, PA, USA
|
Posted: Mon Jul 12, 2004 1:10 pm Post subject: |
|
|
Have you imported the netmrg.mysql file yet? If you've done this, have you granted permissions to the database user in the netmrg.xml to access the MySQL database?
-Doug |
|
| Back to top |
|
 |
ZuarasiZ Beginner
Joined: 09 Jul 2004 Posts: 8
|
Posted: Mon Jul 12, 2004 2:09 pm Post subject: |
|
|
| MySQL base I have installed. Also I have done the necessary changes to netmrg.xml. In base itself from console under user "netmrguser" I also can enter. Reset of the password and task new result did not give. |
|
| Back to top |
|
 |
balleman Site Admin
Joined: 20 Jan 2003 Posts: 282
|
Posted: Mon Jul 12, 2004 10:28 pm Post subject: |
|
|
| ZuarasiZ, can you give us some details of your installation? What OS/distro are you using? What MySQL and PHP versions are you using? |
|
| Back to top |
|
 |
ZuarasiZ Beginner
Joined: 09 Jul 2004 Posts: 8
|
Posted: Tue Jul 13, 2004 12:42 pm Post subject: |
|
|
OS: ASP Linux 7.3 (kern. 2.4.18-5)
MySQL: Ver 11.16 Distrib 3.23.49, for redhat-linux-gnu (i386)
PHP: PHP 4.3.3 (cli)
Apache: Apache/1.3.28 (Unix)
RRDTool: RRDtool 1.0.48
Libxml2: libxml2-2.5.7
Libstdc++: gcc-3.4.1
NET/UCD-SNMP: UCD-snmp version: 4.2.6
===============
./configure --with-rrdtool=/usr/local/rrdtool-1.0.48 \
--with-xml2-lib-dir \
--with-xml2-include-dir \
--with-mysql-include-dir \
--with-mysql-lib-dir \
--with-snmp-include-dir=/usr/include/ucd-snmp \
--with-snmp-lib-dir=/usr/lib |
|
| Back to top |
|
 |
silfreed Site Admin
Joined: 19 Jan 2003 Posts: 394 Location: Shippensburg, PA, USA
|
Posted: Tue Jul 13, 2004 12:53 pm Post subject: |
|
|
| ZuarasiZ wrote: |
--with-xml2-lib-dir \
--with-xml2-include-dir \
--with-mysql-include-dir \
--with-mysql-lib-dir \
--with-snmp-include-dir=/usr/include/ucd-snmp \
--with-snmp-lib-dir=/usr/lib |
You shouldn't need to specify the include-dir's without a value. SNMP should also be auto-detected, but if not, how you're specifying it is correct. Maybe try to recompile without the extra include-dirs.
-Doug |
|
| Back to top |
|
 |
silfreed Site Admin
Joined: 19 Jan 2003 Posts: 394 Location: Shippensburg, PA, USA
|
Posted: Tue Jul 13, 2004 12:55 pm Post subject: |
|
|
Does your PHP installation have mysql support compiled in?
You can check by running
at the command line.
-Doug |
|
| Back to top |
|
 |
ZuarasiZ Beginner
Joined: 09 Jul 2004 Posts: 8
|
Posted: Tue Jul 13, 2004 1:18 pm Post subject: |
|
|
Yehooo!!!
Has Earned!!! I recompiled gcc-3.4.1.
Thank you for attention! |
|
| Back to top |
|
 |
|