• Newbie here. Here’s what I’ve done:
    Downloaded WP folder
    Set up wp-config.php
    Saved wp-config.php into my WP folder
    Successfully uploaded WP via cyberduck onto my ftp server.
    http://ftp.sandyaweinberg.com
    (I Can See the 11 MB of files uploaded successfully onto the ftp server)

    Tried to run the install script http://sandyaweinberg.com/wp-admin/install.php and the message comes up “Error Establishing Database Connection”

    What am I missing?

    The SQL Database name is: sandyawe_blog

    Why can’t I get the WP files into my database

Viewing 8 replies - 1 through 8 (of 8 total)
  • It means that one of the databse settings in your wp-config.php file is incorrect. Double-check these, and if they seem right but you still can’t connect ask your hosting company to get the right details for you. I’ll guarantee that there’s something wrong with it there.

    Thread Starter sw8333

    (@sw8333)

    I did find a mistake. Can I text edit from the WP file or do I need to change it and upload all of the file again ?

    Just edit and upload the wp-config.php file and you’ll be right.

    Thread Starter sw8333

    (@sw8333)

    Tried. Didn’t work.

    Then the database details in your wp-config.php file are wrong. It’s very eays to make a mistake with these (I have done it a lot o ftimers), so double-check all of the DB settings. I’m sure that you’ll find that there’s a mistake somewhere in them.

    I just getting a white screen after running the install(nothing seems to be hapenning !). My wp-config is configured correctly viz. database name, user name and password. Does it mean the files are corrupt ? Do I need to reload WordPress ? How long does it take to install ?

    White screen of death means that there’s an error somewhere still.

    In your wp-config.php file, look for the line:
    define('WP_DEBUG', false);
    and change it to:
    define('WP_DEBUG', true);
    That will enable error messages and you’ll be able to see a lot more of what is going wrong.

    Alternatively you can also look at your servers log files a nd check the error log there. That should have some more information for you as well.

    I have this line and this is the message I am getting

    Parse error: syntax error, unexpected T_VARIABLE in E:\CustomerData\webspaces\webspace_00112675\wwwroot\blogs\wordpress\wp-admin\includes\upgrade.php on line 229

    What is the required php version ?

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Error installing database, install not running’ is closed to new replies.