At 09:28 AM 6/26/2002, you wrote: >I recently installed MySQL on a computer running Windows 2000 and >have been working through the tutorial session in the manual. All >went well until I created the second (event) table. While I believe >that all the data in the table is correct, any query which returns >the remark column results in a distorted display. I've been working >from a command prompt window. Pasted below is the output of one >session. > >Is this a bug in the windows version of MySQL, or am I screwing up? >Also, is there a free GUI available for the MySQL client? > >Jeff Allen
Jeff, You are probably getting line wrap. Adjust the screen width of you DOS window by selecting the black "C:" icon in upper left of window and select "Properties". Go to the layout tab and set the window size width to 132 or even 255. This should solve the wrapping. You may also want to increase the screen buffer height so you can scroll back more lines. For a free Windows GUI, try MySQLFront from http://www.anse.de/mysqlfront/. There is also PhpMyAdmin for remote access from http://www.phpmyadmin.net/. Mike --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php