On 09-Jul-01 [EMAIL PROTECTED] wrote:
> Since I first made the tables for my site I've had to modify them quite a
> bit. I always keep a copy of the commands I used to make the tables in case
> I need to move a site. Is there a way to ask mysql to list the create table
> commands?
>
$ mysqldump
if you use phpMyAdmin you can dump the structure and data to a file and use
phpMyAdmin to place it on a new machine
At 10:48 PM 7/8/01 -0400, [EMAIL PROTECTED] wrote:
>Since I first made the tables for my site I've had to modify them quite a
>bit. I always keep a copy of the commands I used to m
<[EMAIL PROTECTED]> wrote:
> I need to move a site. Is there a way to ask mysql to list the create
table
> commands?
mysqldump -d database
or
mysqldump -d database table
mysqldump --help for more info.
[Cough] I mentioned the mysql mailing list to you off-list Thursday...
List-Subscribe:
On Sunday 08 July 2001 21:48, [EMAIL PROTECTED] wrote:
> Since I first made the tables for my site I've had to modify them quite a
> bit. I always keep a copy of the commands I used to make the tables in case
> I need to move a site. Is there a way to ask mysql to list the create table
> commands?
---
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Sunday, July 08, 2001 7:49 PM
To: [EMAIL PROTECTED]
Subject: [PHP] easy mysql question
Since I first made the tables for my site I've had to modify them quite
a
bit. I always keep a copy of the commands I used to make the tables in
case
I
Since I first made the tables for my site I've had to modify them quite a
bit. I always keep a copy of the commands I used to make the tables in case
I need to move a site. Is there a way to ask mysql to list the create table
commands?
Susan
--
PHP General Mailing List (http://www.php.net/)
T
Joseph,
here it is:
Number of manpages in db:
hope that's what you were looking for,
Nicolas.
"Paulson, Joseph V. \"Jay\"" wrote:
>
> Hello everyone--
> I've got a easy question that I can't seem to answer for myself. I'm
> running a query in MySQL and want to know how m
Hello everyone--
I've got a easy question that I can't seem to answer for myself. I'm
running a query in MySQL and want to know how many entries are in a table
and then echo that out onto a page. I thought this would be easy but I
don't know why it's not working. Anyway, here's what I am doing:
8 matches
Mail list logo