RE: Number pickup with parallel updating? with script!

2002-04-21 Thread Andrew Rich
Howdy, how can I add an extra field to an already created table in sql ? Andrew rich -Original Message- From: Sascha Kettner [mailto:[EMAIL PROTECTED]] Sent: Sunday, 21 April 2002 9:29 PM To: [EMAIL PROTECTED] Subject: Number pickup with parallel updating? with script! Hi! I have a

PHP and MySQL help please !

2002-04-24 Thread Andrew Rich
OK (shows entries no probs); - What am I doing wrong ? It doesnt get past the @ $db = mysql_pconnect("localhost", "user", "password"); in the code. ?? Andrew --

RE: PHP and MySQL help please !

2002-04-24 Thread Andrew Rich
ser", "password"); Ideas ? Why is it now a undefined function ? Andrew -Original Message- From: Andrew Rich [mailto:[EMAIL PROTECTED]] Sent: Thursday, 25 April 2002 11:14 AM To: [EMAIL PROTECTED] Subject: PHP and MySQL help please ! + PHP Installed and going - I can write to

RE: PHP and MySQL help please !

2002-04-24 Thread Andrew Rich
./configure --with-mysql=/usr/local/mysql OR ./configure --with-mysql=/usr/bin/mysql ? I am not sure if the include statement is design to add mysql BINARIES or SOURCE CODE ?? Lost. Andrew -Original Message----- From: Andrew Rich [mailto:[EMAIL PROTECTED]] Sent: Thursday, 25 April 2002

Fatal Error: Call to undefined function: mysql_connect()

2002-04-24 Thread Andrew Rich
iled in. 6. Could someone suggest where i could get a PHP copy that supports MYSQL ? Any help greatly appreciated. Andrew ------- Andrew Rich Callsign: VK4TEC [EMAIL PROTECTED] www.users.bigpond.c

RE: Connection Failed.

2002-04-24 Thread Andrew Rich
Have you run out of sockets ? Max connections ? Is the server there ? Is this the right socket ? Is the socket locked up ? Andrew -Original Message- From: °í¼ø¹Î [mailto:[EMAIL PROTECTED]] Sent: Thursday, 25 April 2002 2:09 PM To: [EMAIL PROTECTED] Subject: Connection Failed. I made p

MYSQL Linux

2002-04-25 Thread Andrew Rich
Dear Experts > >When ever i try to run MySQL under linux it gives me following error > >ERROR 2002 : can't connect to local MYSQL server through socket '/var/lib/mysql.sock' (111) > >what could be possible remedy/rectification of the above ? > >million thx in advance

Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)

2002-04-25 Thread Andrew Rich
Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) Any ideas ? -Original Message- From: Shaun Bramley [mailto:[EMAIL PROTECTED]] Sent: Thursday, 25 April 2002 11:45 PM To: [EMAIL PROTECTED] Subject: Upgrade of mySQL on a Red Hat 7.2 - box Ladies and Gentleman of

How I got PHP talking to MYSQL

2002-04-25 Thread Andrew Rich
After two days of trying I cracked it. Modify /etc/my.cnf [client] socket=/tmp/mysock.sock [socket] socket=/tmp/mysock.sock Edit /usr/local/lib/php.ini "mysql.default_socket="/tmp/mysql.sock" Type mysqladmin --socket=/tmp/mysql.sock --

How I got PHP talking to MYSQL

2002-04-26 Thread Andrew Rich
After two days of trying I cracked it. Modify /etc/my.cnf [client] socket=/tmp/mysock.sock [socket] socket=/tmp/mysock.sock Edit /usr/local/lib/php.ini "mysql.default_socket="/tmp/mysql.sock" Type mysqladmin --socket=/tmp/mysql.sock --