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

Workbench does not move the screen down when start a newline (no replies)

$
0
0
Hi,
I am using workbench 8.0.17 of MACOS community and It suddenly do not move the screen down when I start a newline to type the code which means I need to use my mouse to move the screen down or I will not seeing what I am typing.

I am new to mysql and I know it is a small problem but actually really annoying.
If anyone could help I cannot thank more!

dbs don’t show tables in schema (no replies)

$
0
0
HI,

pretty new to SQL, hence probably my amateur issue.

I have downloaded a couple of databases and querried them, so that these show up on the left side in SCHEMAS. However, the tables in each database seem to be empty. If I refresh everything it says FETCHING for a second without doing anyting. I cannot open any tables as there is no arrow in front of the table.

I am using MySQL Community Server 8.0.17 and MySQL Workbench 6.3.10 (the newest version gives an error upon starting the app) on 10.12.6 MacOS Sierra.

I have downloaded multiple versions, tried dbeaver etc. Everywhere the same issue.

Any ideas?

Thanks

When connecting to Server 5.6: password hash should be a 41-digit hexadecimal number (code 1372) (no replies)

$
0
0
Hi - I'm running Workbench 8.0.17, and when connecting to a MySQL 5.6 server as a user with an expired password, I get prompted to change my password ("Password for MySQL account blah expired. Please pick a new password.") I enter my old password and a new password, click OK, and then I get "Password hash should be a 41-digit hexadecimal number (code 1372).

Only seems to happen when connecting to 5.6; connections to 5.7 are fine. And if I connect to the same 5.6 server with the same account using the MySQL CLI, it works fine:

rowagn@dig229au:~#> /sso/sfw/mysql/bin/mysql -utest -ptest -hblah.com
Warning: Using a password on the command line interface can be insecure.
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 1016592
Server version: 5.6.10

Copyright (c) 2000, 2017, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql> use information_schema
ERROR 1820 (HY000): You must SET PASSWORD before executing this statement
mysql> set password = password('test123');
Query OK, 0 rows affected (0.01 sec)

I suspect Workbench is sending "set password = 'secretPassword'" instead of "set password = password('secretPassword')".

Any way to resolve this? Thanks.

foreign keys in MySQLWorkbench (3 replies)

Is Aria engine still working in mySQL Workbench? (4 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 (3 replies)

$
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)

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 (2 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 (1 reply)

$
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?

Results Grid extremely slow/Locks up the whole program (no replies)

$
0
0
Hey everyone! I've been using MySQL Workbench for a few months now and love it. Unfortunately, I've only just realized after working on the go on my laptop, and getting a job where I'm working on databases, that this behavior is not normal, and only affecting my computer.

On my laptop and work computer, when I fetch results or change tabs, the grid loads lightning fast (even using the same database as the problematic computer).

However, on my home computer (which has much higher RAM and a GPU) the results are extremely slow for the same databases on the other machines. For example, when I submit a "SELECT * FROM table" that has 400 results, each row loads one by one, column by column. Even though the fetch itself only took 0.003 seconds, it takes about 5-8 seconds for the results to come up.

Essentially, each field is loading individually one at a time, at a fraction of a second each. On a large result that takes up the whole result grid section, this can take several seconds. This same behavior happens when changing tabs (so, not even on a request). Therefore, it leads me to believe it is a client issue.

What I've tried:
- Updating to the newest version
- Reinstalling
- Putting it on my SSD (main drive)
- Ensured in preferences that the max result return is 100 (even tried 10).

Any advice is appreciated.

Specs:
4.1 (i7)
GTX 1060
Two SSds (512GB) with a 1TB hard drive (the main is an SSD)
Comcast Internet, hardwired.

해외카지노추천 ღ( OPA86。COM )ღ 해외카지노 (no replies)

$
0
0
해외카지노추천 ღ( OPA86。COM )ღ 해외카지노
해외카지노추천 ღ( OPA86。COM )ღ 해외카지노
해외카지노추천 ღ( OPA86。COM )ღ 해외카지노
해외카지노추천 ღ( OPA86。COM )ღ 해외카지노
해외카지노추천 ღ( OPA86。COM )ღ 해외카지노
해외카지노추천 ღ( OPA86。COM )ღ 해외카지노
해외카지노추천 ღ( OPA86。COM )ღ 해외카지노
해외카지노추천 ღ( OPA86。COM )ღ 해외카지노
해외카지노추천 ღ( OPA86。COM )ღ 해외카지노
해외카지노추천 ღ( OPA86。COM )ღ 해외카지노
해외카지노추천 ღ( OPA86。COM )ღ 해외카지노

나인카지노추천 ღ( OPA86。COM )ღ 나인카지노 (no replies)

$
0
0
나인카지노추천 ღ( OPA86。COM )ღ 나인카지노
나인카지노추천 ღ( OPA86。COM )ღ 나인카지노
나인카지노추천 ღ( OPA86。COM )ღ 나인카지노
나인카지노추천 ღ( OPA86。COM )ღ 나인카지노
나인카지노추천 ღ( OPA86。COM )ღ 나인카지노
나인카지노추천 ღ( OPA86。COM )ღ 나인카지노
나인카지노추천 ღ( OPA86。COM )ღ 나인카지노
나인카지노추천 ღ( OPA86。COM )ღ 나인카지노
나인카지노추천 ღ( OPA86。COM )ღ 나인카지노
나인카지노추천 ღ( OPA86。COM )ღ 나인카지노

스타카지노추천 ღ( OPA86。COM )ღ 스타카지노 (no replies)

$
0
0
스타카지노추천 ღ( OPA86。COM )ღ 스타카지노
스타카지노추천 ღ( OPA86。COM )ღ 스타카지노
스타카지노추천 ღ( OPA86。COM )ღ 스타카지노
스타카지노추천 ღ( OPA86。COM )ღ 스타카지노
스타카지노추천 ღ( OPA86。COM )ღ 스타카지노
스타카지노추천 ღ( OPA86。COM )ღ 스타카지노
스타카지노추천 ღ( OPA86。COM )ღ 스타카지노
스타카지노추천 ღ( OPA86。COM )ღ 스타카지노
스타카지노추천 ღ( OPA86。COM )ღ 스타카지노
스타카지노추천 ღ( OPA86。COM )ღ 스타카지노
Viewing all 3737 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>