MySQL Install Problem MySQL Install Problem
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

MySQL Install Problem

Started by helitown, September 23, 2006, 08:48:26 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

helitown

Hi Dear
I am trying to run install the frist time. I got an error message between here when clicked on the Let's Go. I use the phpbb database and does not seem to have anything wrong with my entries on the install window. 

Could not create a mySQL connection, please check the SQL values entered

MySQL error was : Can't connect to local MySQL server through socket '/tmp/mysql.sock' (46)

Any hints as to what I should check?
Thank you so much


kegobeer

Are you self hosted?  Are you on a VPS?  Are you completely responsible for configuring MySQL?

This type of error points at an improperly configured MySQL server.  You should contact your host for support.
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

helitown

My webhost is Yahoo. For Yahoo they don't let people talk with their php or mySQL tech support team - we can only send e-mail and it takes a long time before they respond. I searched here and Google - all of the threads and info are dead ending - people don't come and share what they and/or their webhsot do to fix the problem. So I want to make sure that it is not me that caused the problem before I contact my webhost.

This is my info from my config.php except the user and password which I could not post. Should I use mysql instead of localhost for MySQL field. Also I see these are in the signle quotation mark - should I put these in the single quotation mark also in those fields on the Install Screen.

$dbms = 'mysql';

$dbhost = 'mysql';
$dbname = 'phpbb_3';

$table_prefix = 'phpbb_';


Tranz

If 'mysql' is used in your phpbb install and it works, you should use that. Don't include the quotes when filling out the form.

kegobeer

Also, don't use the same table prefix.
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

helitown

It works! At least I passed that error.
Thanks