MySQL Connect
Posted by: Calon Merc (---.dsl.emhril.sbcglobal.net)
Date: February 27, 2010 10:56PM

How and/or where do I set the connect settings?

I am using PHP and I have a mysql_connect command, but I do not know where to find the account details. I also cannot access PHPmyAdmin.

mysql_connect("localhost","{user}","{password}" ) or die('Could not connect: ' . mysql_error());
mysql_select_db("{databasename}" ) or die('Could not connect: ' . mysql_error());

Where would I find the info for the user and password?

And I have not changed anything in the settings or Apache, so I cannot figure out why PHPmyAdmin will not work, it throws a 500 error.



Edited 2 time(s). Last edit at 02/27/2010 11:28PM by Calon Merc.

Options: ReplyQuote
Re: MySQL Connect
Posted by: yfastud (Moderator)
Date: February 28, 2010 01:42AM

to setup password, follow this
[blog.jlbn.net]

to setup db acct, follow this
[blog.jlbn.net]

Have fun,

FREE One A Day
FREE Photo
FREE Games
FREE Websites
FREE Portable GPS
FREE WAMP Guides

Options: ReplyQuote
Re: MySQL Connect
Posted by: Calon Merc (---.dsl.emhril.sbcglobal.net)
Date: February 28, 2010 05:56AM

Ahh but the problem lies in that I cannot load PHPMyAdmin.

Options: ReplyQuote
Re: MySQL Connect
Posted by: yfastud (Moderator)
Date: February 28, 2010 06:44AM

find and remove any my.ini file outside wamp folder

Have fun,

FREE One A Day
FREE Photo
FREE Games
FREE Websites
FREE Portable GPS
FREE WAMP Guides

Options: ReplyQuote
Re: MySQL Connect
Posted by: Calon Merc (---.dsl.emhril.sbcglobal.net)
Date: February 28, 2010 04:52PM

There aren't any...

And everything did work a short while ago, then I simply copied all my files to a hosted server, now the files don't work on my WAMP server.



Edited 1 time(s). Last edit at 02/28/2010 04:53PM by Calon Merc.

Options: ReplyQuote
Re: MySQL Connect
Posted by: yfastud (Moderator)
Date: March 01, 2010 12:19AM

when you can NOT access your phpmyadmin, your mysql does not work; most likely some other db server or firewall/antivirus block it

Have fun,

FREE One A Day
FREE Photo
FREE Games
FREE Websites
FREE Portable GPS
FREE WAMP Guides

Options: ReplyQuote


Sorry, only registered users may post in this forum.