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

MySQL Workbench - Access denied for user @ localhost (no replies)

$
0
0
First time user...Really sorry for the novice question but I am stuck.

Just installed MySQL Workbench and have never used it before, followed instructions to the letter and I did have to try to install it several times as the install kept failing at the download section. I have pretty decent internet generally so I don't know why that was happening.

Once I did make it through the install and I tried to connect, this is this error I get:

Cannot Connect to Database Server
Your connection attempt failed for user 'root' to the MySQL server at 127.0.0.2:3306

Access denied for user 'root'@localhost' (using password:YES)

1. Check that MySQL is running on address 127.0.0.1
// How do I verify that? It is set to default and I did the default install without changing any of the settings.

2. Check that MySQL is reachable on port 3306
// How do I verify that? It is set to default and I did the default install without changing any of the settings.

3. Check the user root has the right to connect to 127.0.0.1 from your address
// It's my personal computer and I do have admin rights


4. Make sure you are both providing a password and using the correct password for 127.0.0.1 connecting from host address you're connecting from
// I have provided the password and it is accepted- how do I verify the rest?

Any help would be much appreciated.

MySQL Tabs Cut Truncated Vertically in WorkBench (1 reply)

$
0
0
I'm currently running Workbench 8.0.18. All new SQL tabs are opening up cut in half so that the right side does not display, and I cannot scroll over to see or edit any text beyond where it's cut off. The toolbar at the top of the SQL tab is cut off, as well. This happens irrespective of whether I use the "Create New SQL tab" button or the "Open an SQL Script File" button.

I've tried the following:
- Existing Workbench and reopening it
- Rebooting my computer
- Upgrading from Workbench version 8.0.16 to 8.0.18.

This just starting happening a few days ago without warning. I hadn't made any changes to my configuration up to that point.

How to close, open and move database files (no replies)

$
0
0
I am new at Mysql but I have managed to struggle through a video tutorial to build and query a database. I then wanted to try my hand on building my own but no matter what I do I can not hide or close the original tutorial files. I did try creating a new connection with a name of my new database, but once connected all the same old files appeared. I noticed I could 'drop' a table but is this not just deleting it? I would rather collect up all the tutorial files, put them in a folder somwhere so my workbench space is clear.
Can anyone point me to a tutorial that shows me how to hide/close my databases so that I am not faced with a clutter of files when I am going on to another project?

Thanks
Clan

MySQLWorkbench Unsupported Operating System (no replies)

$
0
0
The dialog box shows up

MySQL Workbench
Unsupported Operating System
You are running...

There is an option to "Don't Show this message again." If you click that tik box where does it store it? I have searched the registry, c:\programdata, c:\"program file" folders... I cannot seem to find it.

The reason I would like to find it is we use this in a multi-user environment and would like to push this setting out so people don't see the message on initial launch.

If I can give any additional information or if you have any questions at all please let me know.

Jusdbse Kidrsdese (no replies)

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.

Not able to launch MySQL workbench 8.0 (no replies)

$
0
0
Hi,

i have installed mysql workbench 8.0.18 and been using for few weeks. but out of sudden im not able to launch the workbench anymore. did not get any error messages. it just does not start/launch.
i managed to catch a glimpse of the workbench process in the task manage but within second, its gone.


is there anyway i can troubleshoot this? i noticed there are some crash dmp file in \AppData\Local\CrashDumps but could not open it.

MySQL Workbench (no replies)

$
0
0
Hi,

I am trying to create a table with the following details
create table staff
(
id integer,
last_name varchar(100),
email varchar(200),
gender varchar(10),
department varchar(100),
start_date date,
salary integer,
job_title varchar(100),
region_id int,
primary key (id)
);

However I have 1000 observations which has the date in the format MM/DD/YYYY.

Example:insert into staff values (1,'Kelley','rkelley0@soundcloud.com','Female','Computers','10/2/2009',67470,'Structural Engineer',2);

When i try to insert the value i get the following error:
Error Code: 1292 Incorrect Date Value: '10/2/2009'

Can someone help me with a solution to insert the 1000 observations and create the required table ?

What version of workbench with MySQL Server 5.1 ? (no replies)

$
0
0
Hi Guy,
an external company still uses MySQL Server version 5.1.
What is the latest release of MySQL Workbench to use with such an old engine?
Thank you.

MySQL Workbench 8.0.19 Won't Open on Windows 10 (no replies)

$
0
0
I just downloaded and installed MySQL Workbench 8.0.19 (64bit) on my Windows 10 laptop but it will not open or launch. It starts and stops in about 1 second.

When I first tried to install it on my fresh new h/d it stated it couldn't because I needed Visual C++. So I downloaded and installed Visual C++ Redistributable for Visual Studio 2015. I then installed 8.0.19 and it wouldn't launch/Open. I uninstalled and reinstalled. Still no Open. I rebooted and re-installed. Still no Open.

I then uninstalled 8.0.19 (64) and installed 8.0.18 (64 bit) and now it Opens.

Something is broken in 8.0.19 (64) for Win 10.

MySQL Workbench 8.0.18 SSH Connectivity Error (no replies)

$
0
0
Running MySQL Workbench 8.0.18 on Windows 10

Using confirmed SSH credentials that are successful with SSH/SFTP Terminal Connectivity.

However, when using the same SSH credentials in WorkBench receiving the following error:

“Could not connect the SSH Tunnel”
Access denied for ‘none’. Authentication that can continue: publickey.



1. Why is Workbench erroring out as 'none'? I did a quick search on Google and found this: https://www.pythonanywhere.com/forums/topic/14340/

I have made sure the WorkBench Server Connection Settings are as follows:

Connection:
SSH Hostname: IP of Hosted Server
SSH Username: SSH sudo user
SSH Password: Clear
SSH Key File: Path to local Private Key
MYSQL Server: Hostname: 127.0.0.1
MYSQL Server Port: 3306
MYSQL User: confirmed MySQL database user
MYSQL User: Clear

Remote Management > SSH Login based management
Hostname: IP of Hosted Server
Username: sudo user on Hosted Server
Password: Authenticate Using SSH Key
SSH Key Path: Pathed to Private SSH Key

System Profile:

System Type: Linux
Installation Type: Ubunto Linux (MySQL Package) - Matches my Hosted Server
Configuration File: /etc/mysql/my.cnf
Configuration File Section: mysqld

Upgrade my MySql Workbench 6.3.4 to 8.x fails in db connect (no replies)

$
0
0
I've been using MySql Workbench 6.3.4 for several years and decided to upgrade to 8.0.19. The upgrade works fine in that the application starts, i can see local table definitions and some ERDs. The issue occurs when I try to connect to my MySql database (5.7.26).

Whereas the 6.3.4 version works with a socket connection, the same connection (copied by the install i am assuming from from the 6.3.4 install) on 8.0.19 does not work. I get a "failed to connect to mysql using local socket/pipe at /applications/mamp/tmp/mysql/mysql.sock with user steve" - wrong or unknown protocol.

I've tried converting to tcp/ip with the same issue - no connection. I am assuming something has change in 8.0.19 that wrecks the previously working connection.

Anyone have any ideas?

TNX

Database migration of SAP Hana DB (no replies)

$
0
0
I'm having problems setting up ODBC connection to SAP Hana DB for migration purposes with Mac OS X. I have successfully connected to SAP Hana DB using unixodbc (brew install unixodbc). Being new to configuring ODBC for anything, I cannot make the workbench use the ODBC configuration I'm using with ODBCManager, which I installed earlier.

The ODBC connection itself works ok if I use commandline tool isql.

Workbench autocomplete with using clause doesn't work (no replies)

$
0
0
I've been using WorkBench for years, and I keep getting annoyed when I try to use a 'using' clause for joins and autocomplete doesn't work. Generally autocomplete works fine but when I type:

select * from table1
join table2 using(^

Autocomplete will not do anything at the ^ even when I type ctrl-space. Is this a bug I should report, or am I missing something?

'mysql_old_password' cannot be loaded (2 replies)

$
0
0
Attempting to access MySQL databases on a Linux server. I'm entering the correct username and password, but I believe the server is running an older version of MySQL. MySQL Workbench was just downloaded the other day and is running on Windows 10

Here is the database info from the command line when I start MySQL:
Server version: 5.5.60-MariaDB MariaDB Server

Here is the Linux information from the uname -r command:
3.10.0-957.el7.x86_64

MySQL Workbench not connecting to MS SQL Server for Migration (2 replies)

$
0
0
I am trying to use MySQL WB (v8.0.19CE) to migrate a Windows MS SQL Server to MySql running on a Mac. I have downloaded and installed (using brew) mssql-tools and msodbcsql17. I have tested the Server and connectivity with sqlcmd and it works fine. However I cannot get the migration wizard to talk to the MS SQL server. I have used the Mac ODBC manager utility to define the driver although I'm not sure I have that set correctly. I pointed it to /usr/local/cellar/17/17.5.1/lib/libmsodbcsql.17.dylib. I then created a DSN which points to the SQL Server. In the Migration wizard I selected Microsoft SQL Server as the source and point to the DSN and the Driver. When I test the connection, the cursor spins for a few minutes and then asks for a password. I enter the password and it spins for several minutes and then spins the cursor and never stops.

Can anyone help?

Error: Access denied for user XXX with passsword YES (no replies)

$
0
0
Hi,

I am new to MySQL Workbench. I create a default connection - fine, but when I try to create a new connection (Janet):

1. It fails to save the password in the Vault, so that I have to enter it manually when testing

2. The connection test fails with the error: Failed to connect to MySQL at 127.0.0.1:3306 with user Janet, then: Access denied for user 'Janet'@'localhost' (using password:YES)

I have rebooted my machine and checked on StackOverflow, but can't find a suitable resolution for this issue.

Hope someone can help - thanks in advance!
Allan

Adding routines to a routine group - can't see my routines (no replies)

$
0
0
Hi Forum

I'm new to MySQLWorkbench, running the latest version (v8.0.19 on Mac OSX 10.15). I've got two routines that exist in my physical schema when I look at the MySQL Model tab.

I'm trying to create a routine group in my EER diagram. I can create a routine group, and the manual (and help files) say you "simply drag and drop the routines from the model".

However, when I look at the EER diagram tab for my schema, it doesn't list any routines, it's just showing Tables, Views and the Routine Group that I've created. The routines definitely exist in the physical schema.

Any ideas why I can't see them in the EER diagram view in workbench?
The documentation doesn't contain screen shots when it gives hints like "simply drag and drop", so as a new user I"m not sure what it's supposed to look like.

I assume I should be seeing the list of routines in my physical schema under the 'catalog' view that's shown in the EER diagram tab, but I'm not.

i've done a 'synchronise model' and that's succeeded okay, but it's not showing. Is this a bug or pilot error on my part?

Any help gratefully received.

Thanks

Protocol mismatch; server version = 11, client version = 10 (no replies)

$
0
0
I ask for help!
Ubuntu server: version 19.10
MySQl: Server version: 8.0.19-0ubuntu0.19.10.3 (Ubuntu)
SHOW VARIABLES LIKE "%version%";
+--------------------------+-------------------------------+
| Variable_name | Value |
+--------------------------+-------------------------------+
| immediate_server_version | 999999 |
| innodb_version | 8.0.19 |
| original_server_version | 999999 |
| protocol_version | 10 |
| slave_type_conversions | |
| tls_version | TLSv1,TLSv1.1,TLSv1.2,TLSv1.3 |
| version | 8.0.19-0ubuntu0.19.10.3 |
| version_comment | (Ubuntu) |
| version_compile_machine | x86_64 |
| version_compile_os | Linux |
| version_compile_zlib | 1.2.11 |
+--------------------------+-------------------------------+

When connecting via MySQL Workbench, an error occurs:

[Window Title]
MySQL Workbench

[Main Instruction]
Cannot Connect to Database Server

[Content]
Your connection attempt failed for user 'user' to the MySQL server at 192.168.1.65:33060:
Protocol mismatch; server version = 11, client version = 10

Please:
1 Check that MySQL is running on address 192.168.1.65
2 Check that MySQL is reachable on port 33060 (note: 3306 is the default, but this can be changed)
3 Check the user rroott has rights to connect to 192.168.1.65 from your address (MySQL rights define what clients can connect to the server and from which machines)
4 Make sure you are both providing a password if needed and using the correct password for 192.168.1.65 connecting from the host address you're connecting from

[Close]

Someone was able to fix this error?

How to edit this table and add a user? (no replies)

$
0
0
I cannot figure out how to add a user to a table in workbench
Viewing all 3736 articles
Browse latest View live


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