[SOLVED] Old Gallery Installation, New Server - having issues
redrider
Joined: 2008-06-08
Posts: 36 |
![]() |
I had a gallery 2 installation on VDS with Godaddy but lost the server. I need some advice on how to proceed please PS Gallery version (not just "2"): 2.31 |
|
redrider
Joined: 2008-06-08
Posts: 36 |
![]() |
I need to set up my new database with my old password but I cannot use the old password because it begins with a number and database manager wants the password to begin with a letter - what do I do now? |
|
Dayo
Joined: 2005-11-04
Posts: 1642 |
![]() |
Setup the db by meeting the requirements of the db manager on the new server. $storeConfig['type'] = 'xxxxx'; $storeConfig['hostname'] = 'xxxxx'; $storeConfig['database'] = 'xxxxx'; $storeConfig['username'] = 'xxxxx'; $storeConfig['password'] = 'xxxxx'; -- |
|
redrider
Joined: 2008-06-08
Posts: 36 |
![]() |
I get an error when I try to set up the database and I do not know what it means Warning: mysqli_real_connect() [function.mysqli-real-connect]: (HY000/2005): Unknown MySQL server host '261180b987fbffb7a6658944e07cafc8' (1) in /home/content/15/6010415/html/cri/gallery2/lib/adodb/drivers/adodb-mysqli.inc.php on line 109 |
|
redrider
Joined: 2008-06-08
Posts: 36 |
![]() |
Gallery tables already exist in the database and there is a versions.dat file in the Gallery storage directory. But the version of the installed Gallery database tables does not match the version of the installed data in the Gallery storage directory. Select a clean install to erase all data in the database and in the storage directory and to advance to the next step. |
|
redrider
Joined: 2008-06-08
Posts: 36 |
![]() |
I guess the next question is how do I make the versions.dat file in g2data match the database version - or visa virsa? |
|
redrider
Joined: 2008-06-08
Posts: 36 |
![]() |
It appears I worked my way through it all - thanks for all the help - lol |
|