enter image description hereAfter using DESC command my terminal is full of "-". My friends when they log into my sql acc see everything properly. I tried on second desktop, virtual machine and even online putty host on websites. What am i doing wrong?
Asked
Active
Viewed 78 times
1 Answers
0
Use \G
in place of ;
at the end of the statement.
And don't use DESC
, use SHOW CREATE TABLE
, it is more descriptive than DESCRIBE
!

Rick James
- 2,463
- 1
- 6
- 13