1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

MySQL help please - dbServer

Discussion in 'MySQL' started by Googles76, Aug 5, 2005.

  1. #1
    Hi,

    I am trying to install a script which requires a MySQL database. I created a new database and new user. The script has a config.php file where you update all the information, but I can't seem to get it to work, because I don't know the path to my database. Anyone know how I can retrieve that information?

    $dbServer = "localhost";
    	$dbUser = "newuser";
    	$dbPass = "newpass";
    	$dbName = "efflux_org";
    Code (markup):
    Using localhost gives a unknow mysql error when I try to run install.php to create the tables.
     
    Googles76, Aug 5, 2005 IP
  2. SEbasic

    SEbasic Peon

    Messages:
    6,317
    Likes Received:
    318
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Edit: My bad - Thought you were looking for how to connect :rolleyes:

    Is localhost infact the hostname?
     
    SEbasic, Aug 5, 2005 IP
  3. dct

    dct Finder of cool gadgets

    Messages:
    3,132
    Likes Received:
    328
    Best Answers:
    0
    Trophy Points:
    230
    #3
    There doesn't look to be anything wrong there, are you sure all variables are correct and that non of them have some text prefixed which can happen on some shared hosting accounts
     
    dct, Aug 5, 2005 IP
  4. Googles76

    Googles76 Peon

    Messages:
    664
    Likes Received:
    26
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Opps, my bad, I didn't have the database associated with the new user. All works now:)
     
    Googles76, Aug 5, 2005 IP
  5. dct

    dct Finder of cool gadgets

    Messages:
    3,132
    Likes Received:
    328
    Best Answers:
    0
    Trophy Points:
    230
    #5
    Well done dopey :rolleyes: :p
     
    dct, Aug 5, 2005 IP