try mysqldump
- Original Message -
From: "Jacob Singh" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, September 06, 2001 10:22 PM
Subject: [PHP-DB] Backups, best practices
> Hello,
>
> I'm just wondering how everyone manages their MySQL backups, I'm
> looking for a be
select * from shows where date >= '$year-$month-01' and date <=
'$year-$month-$lastdayofthemonth'
- Original Message -
From: "Matt Nigh" <[EMAIL PROTECTED]>
To: "php-db" <[EMAIL PROTECTED]>
Sent: Monday, August 27, 2001 7:09 AM
Subject: [PHP-DB] mysql select where problem
hello again,
I've been using MySQL with database about 600k records... and it's running
good.
Dont think PostgreSQL can help if you're concern about size.
Dreamvale
- Original Message -
From: "Lester June Cabrera" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Hi,
Having used to the wonderful features in MySQL on the limit, how could I do
the same on MSSQL?
The table I'm trying to retrieve is kinda big - like 500,000 records - and
would like to read them in chunks.
Thanks.
Dreamvale
--
PHP Database Mailing List (http://www.php.net
Hi,
I have a situation where some sensitive information need to be stored in a
database, eg salary, medical info, etc.
the data are only meant for the particular employees.
however, the root user will have all the power to retrieve both the key
(stored somewhere either in a file, or php scripts
just takes some time to find how to use the mysql_query variable to
> > print out the rows, with every click of the link..
> >
> > If you get any head way let me know...
> >
> > It's great code
> >
> > Dan
> >
> >
> >
> > -
hi all,
need to implement record scrolling, one at a time -either forward or
backward, on MySQL. The key is a char (32) containing part numbers.
anyone has done this before?
thanks in advance.
dreamvale
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL
try twig.
http://twig.screwdriver.net/
- Original Message -
From: "SeanW" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, January 17, 2001 2:35 PM
Subject: [PHP-DB] HTML Email
Can someone point me to some references in making
HTML emails using the mail() function.
Sean