hello,
I have a forum ipb version 1.3 final.
all functioned.
Yesterday I have to transfer all my data bases "myslq" of "sql2" towards ' mysql4.2 '
In Bridge/innvisionboard.inc.php I changed "define(' IB_BD_HOST', 'mysql4.2')" instead of "define(' IB_BD_HOST', 'sql2')"
However I have an error message to the entry of the gallery.
Coppermine critical error:
Unable to connect to Invision Board database !
MySQL said: Access denied for user: 'croquelacroque@xxxxxxxxxx???' (Using password: YES)
suppose that I forgot to change a parameter some share.
thank you for your assistance.
jean-michel (france - montpellier )
If your new db name is mysql4, why did you change sql2 to mysql4.2? It should be mysql4.
sorry !
I wanted to say
Yesterday I have to transfer all my data bases "myslq" of "sql2" towards ' mysql4.2 '
Looks like you didn't create the same user and password for your new db that your old db had.
Sorry !
afflicted it was enough to also change: include/config.inc.php ===> mysql4.2
merci !