Quantcast
Channel: MySQL Forums - MySQL Workbench
Viewing all 3736 articles
Browse latest View live

Can't close out of MySQL Workbench (1 reply)

$
0
0
Hi,

I can't close out of MySQL Workbench on my Win 10 machine. I keep getting a warning box that states:

'Editor Content Changed' 'There are pending changes that must e applied before you can close the editor. Alternatively, you can revert to a previous state.'

I really have no idea where to look. Any help would be most appreciated!

Is Aria engine still working in mySQL Workbench? (no replies)

$
0
0
Hello everyone,
I'm using mySQL Workbench, versione 8.0.17 , on Windows10;
it allowed me to select the Aria Engine,
but, when I ran the script, I got the following error :

ERROR: Error 1286: Unknown storage engine 'Aria'
SQL Code:
-- -----------------------------------------------------
-- Table `mydb`.`table1`
-- -----------------------------------------------------
CREATE TABLE IF NOT EXISTS `mydb`.`table1` (
`iD` INT NOT NULL,
`name` VARCHAR(45) NULL,
PRIMARY KEY (`iD`))
ENGINE = Aria


Did I something wrong ?
Or is the engine no longer supported ?

Not able to connect to DB from workbench after changing the root password through command line (no replies)

$
0
0
I'm able to change the root password through command line. After that I'm not able to connect to the database from work bench. It's throwing the error message "Failed to connect to MySQL at xx.xx.xx.xx:abcd with the user root & Authentication plugin 'mysql_old_password' cannot be loaded: The specific module could not be found".

MySQL Server version: 5.5
Workbench version: 6.3.6

Please help me. Thanks!

Lost Connection - system error: 0 (1 reply)

$
0
0
My setup is Linux 18.04 with mysql-server 5.7.23 and mysql-workbench of 6.3.
When trying to connect to the mysql-server on my localhost, I am receiving the following message:

Could not connect: Lost connection to MySQL server at 'reading initial communication packet', system error: 0

I am able to connect to a remote server. The accounts are identical except for
the IP portion. I saw this posted along time ago, but never saw a solution.

Invalid Authentication Plugin (no replies)

$
0
0
Hi, I have problem with Workbench.

When using "Server -> User and Privileges" I get the following message for each user:
"Invalid Authentication Plugin: user xxxx@% has plugin type mysql_native_password, which is not listed as a known authentication plugin by the server."

Also the list of databases in tab "Schema Privileges" is empty, therefore I cannot assign user privileges.

This prevents me to change/edit users and makes Workbench useless.

I searched for the solution on forums and on Google, but found only some 7 years old posts (Workbench 5.x) with no solution.

I am running Workbench 8.0.17, Mysql-community-server 8.0.17 on Fedora 30.

Help would be much appreciated since I am totally stuck with this.

Gorazd

how to hide page boundaries? (no replies)

$
0
0
How to hide the page boundary grey lines on the EER diagram canvas? They just add to the clutter.

Cannot connect to Databse Server (1 reply)

$
0
0
I have a SQLyog software and can connect with my MySQL Database well, but this software (SQLyog) don't have permission configuration option. I installed the MySql Worckbench, but I can't connect in the same Database that I can connect with MySQLyog Software. Connection information is the same (hostname, username, port, password). The error showed to me is: Cannot connect to Database Server: Bad handshake.

MySQL Workbench 8.0.18 has been released (no replies)


مشکل در نصب نسخه جدید برنامه های ادوبی (no replies)

$
0
0
سلام و درود

من از نسخه 7 ویندوز استفاده می کنم که برنامه ادوبی با نسخه 2015 بخوبی درش نصب و اجرا میشه

ولی جدیدا یک پکیج آموزش ایندیزاین
خریدم که اموزش ها در نسخه ی 2019 هستند و تفاوت های زیادی بین این دو ورزن وجود داره

سولام اینجاست که ایا باید ویندوزم به 10 تغییر بدم یا میشه با کاری کرد که رو ویندوز 7 هم بشه برنامه های 2019 رو نصب کرد؟آموزش موشن گرافیک رو تهیه کنم که پکیج خیلی خوبیه که اونم در افترافکت 2019 هست

ممنون میشم کمکم کنید

Table Data Import not picking up existing tables (1 reply)

$
0
0
I am trying to import data using MySQL's Table Data Import, however, next to 'Use existing table:' my pick-list is empty even though tables exist throughout several schema's.

Version: 8.0.17

Forward Engineer fails when creating user (no replies)

$
0
0
I´m using server version: 8.0.17 MySQL Community Server - GPL and MySQL Workbench 8.0(Version 8.0.17 build 14960816 CE (64 bits) community).

After creating a model with a single table and a user "testUser" Workbenck shows the script:
"
...
CREATE USER 'testUser' IDENTIFIED BY '123';
GRANT ALL ON `exemploLigaBD`.* TO 'testUser';
...
"

This generates an error that i had not in the previous versions:
"
Executing SQL script in server
ERROR: Error 1410: You are not allowed to create a user with GRANT
SQL Code:
GRANT USAGE ON *.* TO testUser

SQL script execution finished: statements: 8 succeeded, 1 failed

Fetching back view definitions in final form.
Nothing to fetch
"

What do i need to configure?
Thanks

MySQL 8.0.17 cannot connect to database (no replies)

$
0
0
I have something strange happening after installing MySQL 8. I'm no longer able to connect to the networked server instance. We've not had this problem with V5.5 or 5.7. And we did a clean install of 8 then migrated the existing database over. So we can access the database using LocalHost. But, whenever we attempt to connect from another PC (we're using Windows) the connection fails.

We've done the following:
1. Set the root user for full access.
2. Enabled Port 3306 through the firewall.
3. The server is definetely running.
4. We're using the correct IP address to access the server. And we can ping that server address.
5. As I said above. LocalHost can access the server databases fine. As root. But no connections from any other PC.

We get one of two behaviours:
1. Either the server keeps asking for the root password. Even though we've stored it in the vault. This indicates the server is responding. Or
2. We get "unable to connect with "root@pcname" (using password YES)'.

So, As I said - something very strange. Any ideas would be appreciated.

Thanks

Alan

Double click table name to query the table (no replies)

$
0
0
When you double click a table, it would be great to show the table data.

I know there is an icon that will do that when you hover over a table, however, because I'm on a 4K monitor, the icon is so tiny that's hard to click.

Many thanks

CSV import after comparison of file with db (no replies)

$
0
0
I have to import a CSV file into MySQL table. The file and the table have the same structure (columns and types of values). Is it possible to accomplish this import using Workbench, if the import goes according to the following algo:


1. read a line from the file
2. compare values from column X (file) with column X (db table)
3. import line (overwrite db state), if the value in the file is higher, than the value in the db table

Is there any option to run a query on import or to adjust an import wizard anyhow to do such comparison?

MySQL 5.7 Failed Connection "performance_schema.session_variables doesn't exist" (no replies)

$
0
0
The latest MySQL Workbench fails to connect to my pre MySQL 8.0 database instances.

Are there any solutions to this?

Forward Engineering - Process Creates NULL and UN-NEEDED Columns - Help Removing (no replies)

$
0
0
I am working with a friend on creating a database, so far we have 3 versions, and two of them work pretty decently but likely still have flaws.

The database at minimum will keep track of FIVE MLB SEASONS and the associated TEAM STATS for each of the 30 MLB TEAMS. The database is to be designed to have room for growth.

We are seeking help on an issue with Forward Engineering inside MySQL Workbench that creates everything (6 TABLES, 1 TEAM TABLE AND 1 TABLE FOR EACH YEAR (5 year), except that one of our tables ends up having 5 EXTRA COLUMNS that are UN-NEEDED, PHOTO to follow. This error is found inside the TEAMS TABLE upon trying to view the entire table.

PHOTO (MySQL Workbench SELECT ALL): https://ibb.co/f8LkBp8

==============================================================================

PHOTO (EER DIAGRAM): https://ibb.co/ZTyTRnV

PASTEBIN (FORWARD ENGINEER SCRIPT): https://pastebin.com/kEnb99Ae

PASTEBIN (INSERT): https://pastebin.com/fD18gZyX


==============================================================================

Is there a way to delete a table (from my dev database) with one click? (no replies)

$
0
0
So I am using MySQL Workbench on my development machine. Is there a way to set it up so that when I click the 'Delete Rows' icon, Workbench would automatically 'Apply' the changes?

Because now it takes me 3 clicks to delete a row...

mysql workbench stops responding on syntax errors (no replies)

$
0
0
Hi

Ever since MySQL Workbench 8.0.17 and also in 8.0.18 workbench hands on "Not Responding" when working on a large query and there is a syntax error.

I find myself editing outside workbench just so i will not hang.

Also, if there are many small queries on the page and there is no ";" at the end of each one it will hang.

Anyone else experiencing this?

mysqlworkbench.exe too much starting time (no replies)

$
0
0
Hello,

when mysqlworkbench is started it is pretty fast.
But I don't understand why it sometimes takes up to 20 seconds to start mysqlworkbench.exe. And sometimes it only takes 2 seconds. (probably because it had been started shortly before)
I have only 4 table at the moment with 10 rows and about 5 columns each.

Can I somehow reduce the starting time? Like disabling parts of the program I dont need?
What parts of the program are taking the most time?

I did install the community server package with mysql workbench 8.0.
I don't really need extensions like stuff for excel or connectors at the moment.

I have a laptop with Windows 8, Intel i5, 4GB RAM.
Only a few applications are running in the background.

How to schedule a job using mysql workbench (no replies)

$
0
0
Hello,

Can anyone please advise if I need to schedule a job in Mysql server (RDS) using the workbench, how to achieve that purpose? Part of the job, I may need to either import records or I may have to extract records or need to run a set of select statements? It will be helpful to schedule the job at a specific time of the day.

Kindly advise.
Viewing all 3736 articles
Browse latest View live