About 595,000 results
Open links in new tab
  1. MySQL :: MySQL Workbench Manual :: 2.2 Command-Line Options

    In addition to platform-specific command-line options, MySQL Workbench has the following command-line options: --log-level level : Controls the verbosity level for logging output from Workbench.

  2. Interactive command line from within MySQL workbench

    Jul 8, 2014 · I've been writing and running queries from within MySQL workbench's SQL Query Panel. However, sometimes I need to run a one-off command (e.g. adding indices) that I don't want to save. Right now, I write it in the query file, run, then delete from the file.

  3. MySQL Workbench - specify Server/User/Pass on command line?

    Aug 31, 2017 · You can use the query parameter and give it the name of one of the connections you have defined (similar for the admin parameter). This will open a SQL IDE tab with that connection. Instead of a predefined connection you can also use the usual command line params -h127.0.0.1 -uroot -P3306 in conjunction with the query and admin parameters.

  4. 5. Command line parameters - sql-workbench.eu

    Command line parameters are not case sensitive. The parameters -PROFILE or -profile are identical. The usage of the command line parameters is identical between the launcher or starting SQL Workbench/J using the java command itself.

  5. How to Manage Users in MySQL Workbench: A Comprehensive …

    Jan 6, 2025 · Use this SQL command for diagnosing user account configurations: SELECT User, Host, authentication_string FROM mysql.user; This will display users and their authentication settings, helping you identify issues.

  6. Can I get by using MYSQL workbench at work or have to learn to ... - Reddit

    May 17, 2023 · MySQL Workbench is interactive. It'll be fine for interactive work. If you script things, then you'll want to learn how to use the MySQL command-line tools, or learn a programming language. There are a million reasons to learn how to use a …

  7. command line - Running SQL Scripts in MySQL: Command-Line

    Jan 19, 2025 · MySQL Workbench If you prefer a graphical interface, you can use MySQL Workbench to open and execute SQL scripts. Batch Mode The < operator in the command line executes the script in batch mode, sending each statement to the server for immediate execution.

  8. MySQL workbench tutorial - w3resource

    Aug 19, 2022 · MySQL Workbench is GUI based tool to work with MySQL Servers. You may use this for Server Administration, for creating Entity Relationship Diagrams and for SQL Development (run queries etc). This tutorial discusses how to perform basic MySQL Administration tasks using MySQL Workbench.

  9. MySQL :: MySQL Workbench Manual

    Mar 26, 2025 · This is the MySQL Workbench Reference Manual. It documents the MySQL Workbench Community and MySQL Workbench Commercial releases for versions 8.0 through 8.0.41. MySQL Workbench is developed and tested with MySQL Server 8.0.

  10. Common command-line arguments for MySQL Workbench

    MySQL Workbench has the following common command line options: --admin instance - Launch MySQL Workbench and load the server instance specified. --query connection - Launch MySQL Workbench and load the connection specified. --model modelfile - Launch MySQL Workbench and load the model specified.

Refresh