You can use webmin and set up the alert there for mysql. I use it for my
webserver and database servers. It sends out 1 email for me telling me what
is down.
Ray Hunter
"Andy" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi t
Chris,
You will want to use the file i/o functions to write to a file and save the
db info to a file.
http://www.php.net/manual/en/function.fwrite.php
Ray "BigDog" Hunter
"Chris Payne" <[EMAIL PROTECTED]> wrote in message
000c01c1e258$f33f5ce0$f7fea8c0@chris">news:000c01c1e258$f33f5ce0$f7fea8
Also try using the exec command with an array and that will provide the
result for you so you can verify if the command was successful using php...
Check here: http://www.php.net/manual/en/function.exec.php
BigDog
"Josh Evans" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL
Answer to your questions:
1. Yes they can have dbs that each other does not know about.
2. Follow the instructions on setting up replication in mysql docs.
They are easy to set up...
Regarding the development db's...they are development and they should be
on only one server. Why would you want
Edit your php.ini and log all errors to a file and then review the
filesalso you can turn on all errors and warnings to be displayed---this
has helped me many times...
Thank you,
RAY HUNTER
-Original Message-
From: Blaine Dinsmore [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 07
I have used jpGraphs with tons of success. These are functions or classes
that you can call in your php code...
http://www.aditus.nu/jpgraph/
--
RAY HUNTER
- Original Message -
From: <[EMAIL PROTECTED]>
To: "PHP_DB" <[EMAIL PROTECTED]>
Sent: Wednesday, July 10
list( name, rest ) = explode( '@', $email );
name = everything before the @
rest = everything after @
.: B i g D o g :.
- Original Message -
From: "bo" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, July 21, 2002 4:42 PM
Subject: [PHP-DB] string
> Hi,
>
> for any email
With the installation of sybase on the windows 2000 server (client
installation) you will get an interfaces file that contains all the
information for connecting to a sybase database.
Make sure that you have the sybase client installed on the windows 2000
box that is running PHP.
--
ray
On Wed,