RE: How to exporting MySQL table for web publishing

2003-06-05 Thread Jennifer Goodie
>Could you please advise me on how to export data in > LINUX/MySQL table > for web publishing? If you need the data in a mysql table displayed in an HTML table, a quick and dirty way to get a static file is to run this from the command line... #mysql -uroot -p -H -e"SELECT * FROM Employee"

How to exporting MySQL table for web publishing

2003-06-05 Thread Luzhangl
Could you please advise me on how to export data in LINUX/MySQL table for web publishing? Thanks Lili -- MySQL General Mailing