Mysql Hellp

Discussion in 'Gaming' started by tt speedy1, Jan 3, 2008.

  1. tt speedy1

    tt speedy1 Senior Member

    Age:
    30
    Posts:
    673
    Likes Received:
    0
    Joined:
    Nov 2, 2006
    Location:
    FL
    Im trying to install a script and it asks for this

    /********************.:Suspect Coding:.**********************/

    //Database/Mysql//
    $dusername = "db_user"; //username to connect to database
    $dpwd = "db_password"; //password to accecss mySQL
    $dhost = "localhost"; //your db host usually localhost
    $dbname = "db_name"; //db name to be accessed
    $prefix = "auto_"; //prefix used in database

    //Global Vars
    $scriptpath = "/path/to/automonial"; //scriptpath without trailing backslash
    $scripturl = "http://www.yoursite.com/automonial"; //scripturl without trailing backslash

    /* End configuration */

    I keep entering the info but apparently its wrong because the installation dont work.

    Heres my databases:
    [​IMG]

    and this is what i tried putting

    //Database/Mysql//
    $dusername = "admin_admin"; //username to connect to database
    $dpwd = "you dont need my pass :P"; //password to accecss mySQL
    $dhost = "localhost"; //your db host usually localhost
    $dbname = "admin_testi"; //db name to be accessed
    $prefix = "admin_"; //prefix used in database

    //Global Vars
    $scriptpath = "automonial"; //scriptpath without trailing backslash
    $scripturl = "http://vengeance.kwix.info/hosting/automonial"; //scripturl without trailing backslash

    But it dont work. =/
     
  2. Geko

    Geko Well-Known Member

    Age:
    116
    Posts:
    952
    Likes Received:
    0
    Joined:
    Apr 25, 2004
    Location:
    London, UK
    just a tip make sure u dont put admin_ for ur pass
     
  3. tt speedy1

    tt speedy1 Senior Member

    Age:
    30
    Posts:
    673
    Likes Received:
    0
    Joined:
    Nov 2, 2006
    Location:
    FL
    yep i kno
     
  4. Geko

    Geko Well-Known Member

    Age:
    116
    Posts:
    952
    Likes Received:
    0
    Joined:
    Apr 25, 2004
    Location:
    London, UK
    ok dont see a problem then unless the db hasnt got the right tables it needs....

    also looking at the link in the script url
    1. it carnt find config
    2. it carnt find functions
    3. it looks like you havent added username right because it would say;
    Access denied for user 'admin_admin'@'localhost'
     
  5. tt speedy1

    tt speedy1 Senior Member

    Age:
    30
    Posts:
    673
    Likes Received:
    0
    Joined:
    Nov 2, 2006
    Location:
    FL
    ur confusing me :[ lol
     
  6. Geko

    Geko Well-Known Member

    Age:
    116
    Posts:
    952
    Likes Received:
    0
    Joined:
    Apr 25, 2004
    Location:
    London, UK
    well on ur site in that script theres a verible script url

    $scripturl = "http://vengeance.kwix.info/hosting/automonial"; //scripturl without trailing backslash

    looking at the site u have so many errors anf what i said it would say
    Access denied for user 'admin_admin'@'localhost' but yours says Access denied for user 'admin'@'localhost'

    i sugest restarting again or ask some one to do it for you i am willing to for free u have my msn i think if not look at profile
     
  7. MattMann

    MattMann Well-Known Member

    Posts:
    334
    Likes Received:
    0
    Joined:
    May 31, 2004
    Location:
    Chicago, IL USA
    whats the errors?

    Also your script path might be wrong.
     
  8. travmanx

    travmanx Senior Member

    Age:
    34
    Posts:
    733
    Likes Received:
    0
    Joined:
    Oct 3, 2007
    Location:
    USA
    When you run this script what is the message you recieve?
     
  9. tt speedy1

    tt speedy1 Senior Member

    Age:
    30
    Posts:
    673
    Likes Received:
    0
    Joined:
    Nov 2, 2006
    Location:
    FL
    idk ask geko he was working on it =/
     
  10. travmanx

    travmanx Senior Member

    Age:
    34
    Posts:
    733
    Likes Received:
    0
    Joined:
    Oct 3, 2007
    Location:
    USA
    Make sure the database was created correctly and is functionable.
     
  11. Geko

    Geko Well-Known Member

    Age:
    116
    Posts:
    952
    Likes Received:
    0
    Joined:
    Apr 25, 2004
    Location:
    London, UK
    i fixed the mysql problems and it now thinks that there isnt the right files so i got that fixed now it come sup with a blank page so i dont no
     
  12. MattMann

    MattMann Well-Known Member

    Posts:
    334
    Likes Received:
    0
    Joined:
    May 31, 2004
    Location:
    Chicago, IL USA

Share This Page