Mysql 4.1.15 install, cant change admin pass or log in

Hello

I am trying to run wildfire beta 3.0.0 on ubuntu with mysql 4.1.15, I can install up to the request for a new admin password, and when entering “admin” as the old password (its a new install) and a new pass/email, I get " There was an unexpected error encountered when setting the new admin information. Please check your error logs and try to remedy the problem.". In stdout.log, as soon as I submit the settings for mysql, i get “Missing database schema for wildfire. Attempting to install…”. I dont know what its trying to do there, as I already used the mysql script from resources/database/wildfire_mysql.sql to install the database. Browsing the database that was created by this script I see:

in users table:

admin | admin | NULL | Administrator | captainmish@gmail.com | 0 | 0

in jiveVersion table:

wildfire | 9

in jiveID table:

18 | 1

19 | 1

23 | 1

So I guess by default it wants to use plain passwords, but it wont let me in when using admin:admin.

Anyone have any idea what might have gone wrong?

Thanks

Hi,

is it possible that you are connecting to the wrong database or that you did specify the wrong database user within Wildfire?

Do you see any other errors in the log files?

LG

Hi it2000

I checked that too, thanks:

From my config file:

Using the same details from a terminal:

myhost$ mysql -uwildfireusr -pj4bb4 wildfire -e “SELECT * FROM jiveUser;”

*----


*–


+


+


+


+


+–


username

password

encryptedPassword

name

email

creationDate

modificationDate

*----


*–


+


+


+


+


+–


admin

admin

NULL

Administrator

my@emailaddy

0

0

*----


*–


+


+


+


+


+–