Re: [PHP-WIN] mysql /php: Welcome Command Line

2001-12-20 Thread Anthony Ritter
mysqladmin | more It works. Thank you! Tony Ritter -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP-WIN] mysql /php: Welcome Command Line

2001-12-20 Thread Anthony Ritter
Not sure I understand the sequence of commands. (this is in Windows 98) Start/ Programs/ MS-DOS Prompt/ then... 1. cd c:\mysql\bin 2. mysqld-shareware --standalone 3. mysqladmin I then get the "Welcome to the mysq monitor..." Where do I type in the command: mysqladmin > out.txt and how do

RE: [PHP-WIN] mysql /php: Welcome Command Line

2001-12-20 Thread Robin Bolton
There are at least two ways to do it: 1) type "mysqladmin|more" to have it pipe the output to the more command (it will pause at the end of every page). 2)type "mysqladmin > out.txt" to have it save the output to out.txt. -Original Message- From: Anthony Ritter [mailto:[EMAIL PROTECTED]