Re: New Problem with LAMP (CORRECTION)

2002-03-28 Thread
Hi! I'm not very used to php but its in php.ini : mysql.default_socket EG - Original Message - From: "Dennis Peyerl" <[EMAIL PROTECTED]> To: "Me&" <[EMAIL PROTECTED]> Cc: "mysql" <[EMAIL PROTECTED]> Sent: Thursday, March 28, 2002 1:00 PM Subject: Re: New Problem with LAMP (CORRECTIO

Re: how to check if table exists?

2002-03-28 Thread Don Read
On 27-Mar-2002 Ken Anderson wrote: > > > > > > What is the fastest way to check if a table exists? > Do a select and catch the error? > Try to create the table, and catch the error? > Other options? > Thanks, > Ken Yes, in php: function tableexists($tbl) { $res = @mysql_query( "

does one need to add the taglib element ( tld file)

2002-03-28 Thread Chuck Amadi
Hi can someone confirm that one does not need to create a tld file ie tag lib descripter and deploy to my META-INF subdirectory of my root application. Also does one need to add the taglib element to my web.xml file and a jsp page directive. The reason is i didn't require any of these procedur

problem with a server

2002-03-28 Thread magramunt
Hi! I was running an application that connected to a MySql server on the same computer (workstation W2K). There was no problem. However, I've tried to install the same system (application and MySql server) on a Windows server, and the application fails to connect to the server. With the workstatio

Re: New Problem with LAMP (CORRECTION)

2002-03-28 Thread Dennis Peyerl
Thank you very much it workes now. Could you tell me, how come, that the search-path points to /tmp/mysql.sock? I've just created a link, but isn't it possibly to change the apache of trying to connect to /tmp/mysql.sock? thnax dcp Me& wrote: >Correction! > >Look for the line socket in the [

does one need to add the taglib element ( tld file)

2002-03-28 Thread Chuck Amadi
Hi can someone confirm that one does not need to create a tld file ie tag lib descripter and deploy to my META-INF subdirectory of my root application. Also does one need to add the taglib element to my web.xml file and a jsp page directive. The reason is i didn't require any of these procedur

RE: To run MySQL Server from the remote machine

2002-03-28 Thread Roger Baklund
* Chetan Lavti > > Is it possible to run the MySQL Server from the remote machine..?? > > Mysql provides a Api's for shutting down the server from the remote > > place i.e. ( mysql_shutdown(mysqlhadler)) > > but I can't see any api for starting the Mysql server from the remote > > machine. The cl

Re: New Problem with LAMP (CORRECTION)

2002-03-28 Thread
Correction! Look for the line socket in the [mysqld] section! EG Hi! Check your my.cnf file for the line : socket = Then change the path to /tmp/mysql.sock or create a symbolic link /tmp/mysql.sock to the path that was inthere. Restart mysql and that should get you going. EG >

Re: New Problem with LAMP

2002-03-28 Thread
Hi! Check your my.cnf file for the line : socket = Then change the path to /tmp/mysql.sock or create a symbolic link /tmp/mysql.sock to the path that was inthere. Restart mysql and that should get you going. EG > > Hi there > > The database is now running, i've created my table

New Problem with LAMP

2002-03-28 Thread Dennis Peyerl
Hi there The database is now running, i've created my tables and put the data inside. This is fine. Next step is to create a PHP-Website which communicates with the database, but i am not able to connect over my apache (this is what it seems to me). to log into the database I use > mysq

Re[4]: RH 7.2 connections problems w 16 web servers to 2 MySQL servers

2002-03-28 Thread Peter Zaitsev
Hello Sam, Thursday, March 28, 2002, 10:21:39 AM, you wrote: SI> > The good solution for this would be to put OOPS behind of apache. SI> What is OOPS ? The OOPS is squid-like PROXY application which mostly used as WEB accelerator (server side proxy). The main idea of using it with PHP/MYSQL

<    1   2