Relative Content

Tag Archive for mysqlmysql-workbench

MySQL Workbench launch parameters

In the MySQL command line client, I can set various flags like --verbose, --comments, and --force on launch that affect the behavior of my queries. How can I set these flags in a MySQL Workbench session?

What is the wrong character here?

CREATE TABLE employees (
employee_id INT,
first_name varchar (50),
last_name VARCHAR (50),
hourly_pay DECIMAL (5, 2),
hire_date DATE,
);
Here is a picture from the software

What is the wrong characters here?

CREATE TABLE employees (
employee_id INT,
first_name varchar (50),
last_name VARCHAR (50),
hourly_pay DECIMAL (5, 2),
hire_date DATE,
);
Here is a picture from the software