[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to print in MySQL ?
-----Original Message-----
From: Khuon Tech <tktech@xxxxxxxxxxxx>
To: MySQL forum <mysql@xxxxxxxxxxxxxxx>
Date: Tuesday, January 02, 2001 9:07 AM
Subject: How to print in MySQL ?
>
>Hi all,
>
>My server is RH6.2 and using MySQL. I'm newbie to MySQL.
do like this .
>Can I print the results from query I did ? How can I do that ?
>
>mysql>select * from mytable;
>............................ <-- the results are here
>mysql> <<=== Can I type the command to print above results from here ?
>
>Thank in advance.
>____________________________________________________________________
>
>TK Tech
>A newbie who learns to swim in the LINUX sea.
>A guy who jumps in the black hold and gets out with the bright mind.
>
>
>--
>---------------------------------------------------------------------
>Please check "http://www.mysql.com/documentation/manual.php" before
>posting. To request this thread, e-mail mysql-thread60351@xxxxxxxxxxxxxxx
>
>To unsubscribe, send a message to:
> <mysql-unsubscribe-karnatic=eth.net@xxxxxxxxxxxxxxx>
>
>If you have a broken mail client that cannot send a message to
>the above address (Microsoft Outlook), you can use:
> http://lists.mysql.com/php/unsubscribe.php
>
run mysql from the command prompt like this
$mysql filename<here> >filename2
$cat filename2>/dev/lp0 /*this however depends on the device address of
the printer you can also use lppring or some other printer configurations if
you have global printers attached*/
YOURS SINCERELY
Shiavakanth
--
---------------------------------------------------------------------
Please check "http://www.mysql.com/documentation/manual.php" before
posting. To request this thread, e-mail mysql-thread60465@xxxxxxxxxxxxxxx
To unsubscribe, send a message to:
<mysql-unsubscribe-treed=ultraviolet.org@xxxxxxxxxxxxxxx>
If you have a broken mail client that cannot send a message to
the above address (Microsoft Outlook), you can use:
http://lists.mysql.com/php/unsubscribe.php
This mailing list archive is a service of Copilot Consulting.