• I downloaded wordpress, unzipped it to my comupter
    I then went into vDeck and under Public_html created a wordpress directory
    I uploaded all the files in wordpress to this directory
    I then went to Databases and clicked on setup
    I created a data base called funny_wordpress ( not the actual datapress)
    I then created a user funny_base ( also not the actual one I created)
    I then set db permissions for user funny_++++++
    I then went into admin and see a database funny_wordpress
    I also see my user is funny_user@localhost

    Now what changes should I make to the wp-config.php
    I am trying to put the blog on my isp http://itsmydeal.net

    I made changes but when I try to install, it says my login and password
    are ok, but cannot find wordpress database.
    What am I doing wrong?

    I am trying to install using http://www.itsmydeal.net/wordpress/wp-admin/install.php

Viewing 1 replies (of 1 total)
  • With VDECK I believe your host login (your account) is prepended to the name of the database so assuming funny is your host login:

    DB_HOST is localhost
    DB_USER is funny_base
    DB_NAME is funny_wordpress
    DB_PASSWORD is ‘whatever you used’

    Resource:
    Editing wp-config.php

Viewing 1 replies (of 1 total)
  • The topic ‘I need help’ is closed to new replies.