<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.0.9">
</HEAD>
<BODY>
Well, depending on whether or not you want just the data, you can use MysqlDump.&nbsp; Use the -t option which only gives you the table.&nbsp; However, it still appends insert statements to the beginning of each line.&nbsp; Another way would be to use the mysql utility, and redirection.&nbsp; Create a file containing a simple line like &quot;select * from foo&quot;.&nbsp; Save it.&nbsp; Then use mysql -u user -p dbname &lt; filename &gt; output file.&nbsp; There is probably a way to do this on one line also, but I know this works.<BR>
<BR>
Russ<BR>
On Mon, 2004-09-20 at 21:32, Jeff Cann wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE><FONT COLOR="#737373"><I>-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

How do I export only the data from the tables within a database?

The mysqldump utility only seems to want to generate tables (DDL) and data if 
I provide the --all flag.  I want the inverse - no table definitions and only 
data.

mysqldump doesn't seem like it does this, based on the man page.

I appreciate suggestions.

Thanks,
Jeff
- -- 
&quot;Faith that does not affect a person's culture is a faith not fully embraced, 
not entirely thought out, not faithfully lived.&quot;
- - Pope John Paul II
</FONT>
<A HREF="http://isuma.org/"><U>http://isuma.org/</U></A>
<FONT COLOR="#737373">

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQFBT6Dri4b9OApLCmoRAjXYAKCZSrnuspYun311E0l7k4b0UzHu7ACgqhnq
w/xakTKRLh3PA5bR8WLsPu4=
=9kQG
-----END PGP SIGNATURE-----

_______________________________________________
CLUE-Tech mailing list
Post messages to: CLUE-Tech@clue.denver.co.us
Unsubscribe or manage your options: </FONT><A HREF="http://clue.denver.co.us/mailman/listinfo/clue-tech"><U>http://clue.denver.co.us/mailman/listinfo/clue-tech</U></I></A></PRE>
</BLOCKQUOTE>
</BODY>
</HTML>