Re: Problems installing under solaris 2.5.1

2001-07-15 Thread Martin Cameron
Shouldn't it be ./configure --prefix=/usr/local/mysql On Mon, 16 Jul 2001 12:44, you wrote: > I am trying to compile mysql by it is failing in the ./configure step. I am > running solaris 2.5.1 , gcc 2.95, binutils 2.11.2. It fails with the > following error > > ./configure -prefix=/usr/local/mys

Re: I am facing this error [ Urgent ]

2001-07-15 Thread Martin Cameron
Have you checked that you've got a musql server running. (ps ax|grep mysqld) On Fri, 13 Jul 2001 05:51, you wrote: > 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); > > a

Distributed Transaction Processing

2001-03-12 Thread Martin Cameron
concurrently and if any one is not able to, then none commits. regards Martin Cameron - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To