About 293,000 results
Open links in new tab
  1. MySQL Bugs: #36936: Clicking small blue dot in script editor does …

    May 26, 2009 · According to the MySQL Query Browser manual it should be possible to click the blue dot to set a breakpoint. I cannot do that. The menu item "Script > Toggle Breakpoint" …

  2. MySQL Workbench - Black bar covering line numbers

    Jun 14, 2022 · Workaround: try creating and deleting lines. It appears to be a display bug with how the small blue dots by the line numbers are displayed.

  3. What do the mysql workbench column icons mean - Stack Overflow

    May 28, 2012 · If the icon is a small key, that column belongs to the primary key, otherwise the icon is a blue diamond or a white diamond. A blue diamond indicates the column has NN set. …

  4. MySQL command line color prompt - Super User

    Regarding cmjdmiller's answer, grc only works to display output from MySQL's shell through a "pager". The best you could do is use rlwrap like this: rlwrap -a -p'GREEN' mysql -uroot …

  5. erd - What is the meaning of the blue line and the green line in MySQL

    Table address has defined a foreign key to city, which is shown in blue. Now hover address and you will see that the connection color to city switches from blue to green.

  6. Configuring the MySQL Shell Prompt — Jesper's MySQL Blog

    Aug 2, 2018 · Unlike the prompt of the traditional mysql command-line client, it does not just say mysql> by default. Instead it comes in a colour coded spectacle. The default prompt is great, …

  7. MySQL :: MySQL Shell 8.0 :: 3.1 MySQL Shell Commands

    MySQL Shell provides commands which enable you to modify the execution environment of the code editor, for example to configure the active programming language or a MySQL Server …

  8. MySQL :: Download MySQL Shell

    The MySQL Shell is an interactive Javascript, Python, or SQL interface supporting development and administration for the MySQL Server and is a component of the MySQL Server. You can …

  9. Customizing The MySQL Shell Prompt - Oracle Blogs

    Aug 15, 2024 · The easiest way to customize the MySQL Shell prompt is to copy an existing prompt theme file. Several prompt files are included with MySQL Shell. These files are located …

  10. MySQL :: MySQL Shell 9.2 :: 1 MySQL Shell Features

    MySQL Shell processes code written in JavaScript, Python and SQL. Any executed code is processed as one of these languages, based on the language that is currently active. There …