i uploaded all files of drupal 4.7.1 to server and i configured settings.php file with the correct database name and user...although i get this
:
cannot connect to the database because: ' . mysql_error());mysql_select_db ("stathisx_LUsqlDB1");
"stathisx_LUsqlDB1" is my database name....what should i do?

Comments

pat7471’s picture

Try this:

Goto phpMyAdmin and import database.4.0.mysql or database.4.1.mysql (depending on your mySQL version). Your can find the SQL files in drupal-4.7.1\database\ folder.

See if that helps...

stathisx’s picture

how can i remove the import i made?i think i made the wrong mysql version import
.....

stathisx’s picture

i did it thanx!