Jan 8, 2002 #1 hinchdog Programmer Feb 14, 2001 380 US is there a way to see the table contents -- meaning the data within each row -- from the telnet consol?
is there a way to see the table contents -- meaning the data within each row -- from the telnet consol?
Jan 9, 2002 #2 Broccoli2 MIS Mar 26, 2001 161 GB Can you run Code: mysqld ? If so, use it to enter SQL commands directly to the server. -Rob Upvote 0 Downvote
Jan 9, 2002 #3 Broccoli2 MIS Mar 26, 2001 161 GB Oops I mean Code: mysql - the native MySQL console ... Sorry for the typo -Rob Upvote 0 Downvote
Jan 9, 2002 Thread starter #4 hinchdog Programmer Feb 14, 2001 380 US how to you run this? Upvote 0 Downvote
Jan 9, 2002 #5 Broccoli2 MIS Mar 26, 2001 161 GB Try just typing Code: mysql . If your shell doesn't recognise the command, then you need to change to the Code: bin subdirectory where you installed MySQL (on Windows try Code: C:\mysql or Code: C:\Program Files\mysql - on Linux/Unix try Code: /usr/local/mysql ). Once you've found the Code: mysql binary you can use it to connect to your server. This is described on http://www.mysql.com/doc/C/o/Connecting-disconnecting.html If you post any errors you get that will help identify any problems. -Rob Upvote 0 Downvote
Try just typing Code: mysql . If your shell doesn't recognise the command, then you need to change to the Code: bin subdirectory where you installed MySQL (on Windows try Code: C:\mysql or Code: C:\Program Files\mysql - on Linux/Unix try Code: /usr/local/mysql ). Once you've found the Code: mysql binary you can use it to connect to your server. This is described on http://www.mysql.com/doc/C/o/Connecting-disconnecting.html If you post any errors you get that will help identify any problems. -Rob