About 1,480,000 results
Open links in new tab
  1. How to adjust display settings of mysql command line?

    In Microsoft Windows mysql Command Prompt, Right-click on the prompt boarder and select Properties, now select the Layout tab and change the Window Size width or screen buffer width to a more suitable view. That should fix the problem.

  2. MySQL Commands not working on Windows CMD - Stack Overflow

    Jan 28, 2014 · First of all I downloaded the latest Windows Installer from dev.mysql.com and installed the server. Now when I am trying to execute MySQL commands in the cmd (I already modified the PATH variable, and I am logged in as MySQL root user) the command won't be executed, there is just a "->" showing up.

  3. command line - How to best display in Terminal a MySQL SELECT returning ...

    May 29, 2009 · You can use the --table or -t option, which will output a nice looking set of results. echo 'desc table_name' | mysql -uroot database -t or some other method to pass a query to mysql, like: mysql -uroot table_name --table < /tmp/somequery.sql output:

  4. Adjust Display Settings of MySQL Command Line - Online …

    To adjust display settings of MySQL command line, use the /G at the end of MySQL queries instead of semicolon(;). The syntax is as follows − SELECT *FROM yourTableName \G

  5. 6.5.1 mysql — The MySQL Command-Line Client

    Using mysql is very easy. Invoke it from the prompt of your command interpreter as follows: Or: In this case, you'll need to enter your password in response to the prompt that mysql displays: Then type an SQL statement, end it with ;, \g, or \G and press Enter.

  6. How to adjust display settings of mysql command line?

    Mar 3, 2025 · Command Line of mysql is not displaying results properly. I mean some columns of table are in 1st line some in 2nd line. Output is also broken into two rows. How do I adjust these...

  7. Display Database, Table, and Column Information - MySQL

    This might cause some confusion when you try to display the columns for a table with a _ in the name, because in this case, mysqlshow shows you only the table names that match the pattern. This is easily fixed by adding an extra % last on the command line as a separate argument.

  8. MySql not displaying all columns in the result

    Jun 15, 2017 · It's just a display bug in the mysql command line interface. If you run the same query in another client (such as MySQL Workbench), you will see all your results. To demonstrate this in the MySQL command-line, add some text in the first column to …

  9. Command prompt does not show wide MySQL tables

    Oct 30, 2012 · I have came across strange issue with Windows Command Prompt and MySQL. Somehow command prompt does not show wide table correctly. I have simple table: +-------------------+-------------+------+--...

  10. mysql commands are not working properly from terminal

    Nov 6, 2015 · You typed an incomplete command and because this you see. mysql> SHOW DATABASES -> The mysql CLI waits for the completion of the command SHOW DATABASES. type ; followed by a Return. The correct syntax is. show …

  11. Some results have been removed
Refresh