Thanks for your replies
but my problem is still there
this is the php code iam using for connecting to Database:
$ss_conn = mysql_connect($db_host,$db_usr,$db_pwd);
and hosting infos are:
Red hat linux
mysql-3.23
php 4
> From the error message, I'd guess you are using RedHat distribution.
What to do do
I am facing this error !!
Warning: Can't connect to local MySQL server through socket
'/tmp/mysql.sock' (2) in
/web/sites/188/pisps/www.pisps.f2s.com/signup/index.php on line 372
Warning: MySQL Connection Failed: Can't connect to local MySQL server
through socket '/tmp/mysql.sock
Database... SElect Query.
Please subcribe me in digest mode
Thanks
-
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)
To request th
What is the error in this sql query ???
_
CREATE TABLE page(
page_ID INT (9) UNSIGNED DEFAULT '0' NOT NULL AUTO_INCREMENT,
relative_path VARCHAR (200) Not NULL,
keywords VARCHAR (200) ,
have_vote ENUM (3),
PRIMARY KEY(page_ID),
UNIQUE(page_ID),
INDEX(page_ID
What is the error in this sql query ???
_
CREATE TABLE page(
page_ID INT (9) UNSIGNED DEFAULT '0' NOT NULL AUTO_INCREMENT,
relative_path VARCHAR (200) Not NULL,
keywords VARCHAR (200) ,
have_vote ENUM (3),
PRIMARY KEY(page_ID),
UNIQUE(page_ID),
INDEX(page_ID