Can anyone help me with Wordpress?

Discussion in 'WordPress' started by Ben Reeves, Feb 7, 2010.

  1. #1
    Could anyone help me with my instalation? this is my wp-config.php so far.
    My host is 000webhost.

    // ** MySQL settings - You can get this info from your web host ** //
    /** The name of the database for WordPress */
    define('DB_NAME', 'a7861091_blog');

    /** MySQL database username */
    define('DB_USER', 'a7861091_Admin');

    /** MySQL database password */
    define('DB_PASSWORD', '*********');

    /** MySQL hostname */
    define('DB_HOST', 'mysql10.000webhost.com ');

    /** Database Charset to use in creating database tables. */
    define('DB_CHARSET', 'mysql10.000webhost.com');

    Please Help! Thanks!
     
    Ben Reeves, Feb 7, 2010 IP
  2. mrhrk01

    mrhrk01 Well-Known Member

    Messages:
    664
    Likes Received:
    28
    Best Answers:
    0
    Trophy Points:
    145
    #2
    Copied from the wp-config-sample.php file:



    
    
    /** The name of the database for WordPress */
    define('DB_NAME', 'putyourdbnamehere'); //this would be the database that //you created in your cpanel/plesk admin panel
    
    /** MySQL database username */
    define('DB_USER', 'usernamehere'); //this would be the username you should create in your cpanel/plesk admin panel
    
    /** MySQL database password */
    define('DB_PASSWORD', 'yourpasswordhere');  //this would be the password you set for the username you created in your cpanel/plesk admin panel
    
    
    
    /** MySQL hostname */
    define('DB_HOST', 'localhost'); // usually leave this alone - in some cases the web host will be different if it is, google the name of your web host to ensure you get it right
    
    /** Database Charset to use in creating database tables. */
    define('DB_CHARSET', 'utf8');
    
    /** The Database Collate type. Don't change this if in doubt. */
    define('DB_COLLATE', '');
    
    
    PHP:
     
    mrhrk01, Feb 7, 2010 IP
  3. internetmarketingiq

    internetmarketingiq Well-Known Member

    Messages:
    3,552
    Likes Received:
    70
    Best Answers:
    0
    Trophy Points:
    165
    #3
    Two things I can suggest if you are having trouble. Use the WordPress Install Guide at WordPress.org and follow it carefully.

    If you encounter trouble use YOUTUBE to find video tutorials related to your questions. This is a great way to use YouTube.
     
    internetmarketingiq, Feb 7, 2010 IP
  4. aznjack31

    aznjack31 Peon

    Messages:
    579
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #4
    if you have fantastico installed on your server it will install it really quickly for you
     
    aznjack31, Feb 8, 2010 IP