[PHP-DB] Help with MySQL configuration

2005-09-20 Thread Joakim Ling
Hi, I'm running MySQL 5 on a Win2K3 machine (2x3.2Ghz 4Gb RAM) Lately I experience some heavy login problems, "Can't connect to MySQL server on 'localhost' (10048)" and Service error "ERROR: 10060 - A connection attempt failed because the connected party did not properly respond after a period

[PHP-DB] Problem with MySQL configuration

2005-04-01 Thread Joakim Ling
Hi Im running Win2003(2x3.2GHz 2Gb RAM) and MySQL 4.1. My problem is that I have too much traffic and connection. I try to change the ini file with no result. In windows Event viewer it says that windows has change it to 3000 from 2000 max connections. If I show mysql variables it says 16384 (m

Re: [PHP-DB] PostgreSQL, Triggers

2003-10-20 Thread Ling
Thank you Martin!!! you've just saved my life! ; ) Regards Ling. "Martin Marques" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] El Dom 19 Oct 2003 13:54, Ling escribió: > Hello there. > Can anybody help me with Postgresql triggers? > what I nee

[PHP-DB] PostgreSQL, Triggers

2003-10-19 Thread Ling
total_rows BIGINT, CONSTRAINT pk_total_rows PRIMARY KEY(table_name, total_rows) ); Thanks a lots regars Ling. -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] Selecting BYTE via ODBC

2002-03-05 Thread Ling
;.($r[0])."\""); echo stripcslashes($r[1]); } == all imges displayed just fine! can any body help with ODBC? Ling. -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] Re: Postgress+ODBC+BLOB

2002-03-01 Thread Ling
Hello. as I wrote before I use Unified ODBC in order to make scripts database independent, but Unified ODBC does not support LO. > If you are using PostgreSQL and PHP, just use pgsql extension. sorry but I do not understand... : ( I didn't find any information in user guide about data typ

[PHP-DB] Postgress+ODBC+BLOB

2002-03-01 Thread Ling
m? is there any alternative datatypes or ways of solution? best regards Ling -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] RE: [PHP] Any good way ?

2001-01-19 Thread Matthew Ling
maybe I'm over simplifying... my apologies if I am but it looks like you're testing each variable as a boolean value i.e. if(TRUE) so why not use a switch/case statement... easier to write and saved on extraneous curly syntax... look here http://www.php.net/manual/en/control-structures.switch.php