mysql workbench not show columns - libglib2.0 issue - mysql

I installed the new version of ubuntu 14:10 and I ran into the problem of mysql workbench and libglib. There is a guide on how to fix it. I read that you can downgrade libraries but even with synaptic I can solve the problem. Unfortunately, the version 6.2.4 of wb not yet been published.

the solution is explained at this link
https://www.notehub.org/2014/11/6/ok-so-here-is-the-entire-process-first-i

A new release of MySQL Workbench has just been released (6.2.4) which fixes this problem.

Related

How do I disable the SSL requirement in MySQL Workbench?

It seems that an SSL connection is required to use MySQL Workbench, and I don't think this is the case with previous versions.
I remember SSL connections used to be optional. After I updated it, all options are locked to require SSL.
How do I bypass this? I'm just a student and setting up SSL is out of my reach.
Screenshot:
Here is the correct solution for version +8.0.x.
When the program starts, the edited configuration files are changed again.
Therefore, you need to add useSSL=1 in advanced.
I solved this by editing the connections.xml configuration file.
Under ~/.mysql/workbench/connections.xml, I searched for the connection name and changed
<value type="int" key="useSSL">2</value>
to
<value type="int" key="useSSL">1</value>
MySQL Workbench has released 8.0.28
It solves this bug. Wow. I am happy.
In Mac OS X there is this issue.
My version is mysql-workbench-community-8.0.27-macos-x86_64.dmg.
I have downgraded to mysql-workbench-community-8.0.26-macos-x86_64.dmg, and it has solved it.
This issue has been reported to the MySQL team. See Test Connection in Workbench fails since SSL required (Bug #105327).
In the bug report, the development team replies that this issue will be fixed in 8.0.28.
Someone may be waiting for the fix, but check for the newest version on the download page.
I found this solution on Stack Exchange and worked for me just fine on Windows 10. This is the original post: MySQL Workbench: "ssl is required but the server doesn't support it".
Look for the fehrlich's answer. I will describe it here as in the original post:
You can bring back the old SSL options in 8.0.27:
Close MySQL Workbench
Go to you MySQL Workbench install folder (p.e. C:\Program Files\MySQL\MySQL Workbench 8.0 CE)
open the file modules/data/mysql_rdbms_info.xml
replace all occurrences of
">2|Require,3|Require and Verify CA,4|Require and Verify Identity"
with ">0|No,1|If available,2|Require,3|Require and Verify CA,4|Require
and Verify Identity"
Now you have the old options back.
Original image
I don't know if it may be the right approach for you, but I downgraded my version of MySQL Workbench to 6.3 and uninstalled the previous version. It will then give you the "if available" option for SSL. As you are right, it is not the case for previous versions, however you do lose a few more modern features in the process.
MySQL Product Archives
Another solution as well is to connect to connect to the database in 6.3 and since the configuration saves are in the same location, upgrade to 8.0 where it will still have the old configuration file and won't use SSL due to backwards compatibility.
I am using MySQL server 5.6. Uninstall and install MySQL Workbench 8. It's working.
I encountered this error when I was trying to export or import database from AWS RDS. I had Mysql Workbench on my system and also had Mysql installed locally.
As none of the solution mentioned here worked for me, I went further to investigate the error. I found out that the Workbench Default Target Mysql is 8.0.15 and my natively installed version of Mysql was 5.7.24, meaning the Mysqldump tool I was using didn't support the SSL protocol.
I bumped the natively installed Mysql to 8.0.18, and pointed the dump tool to it and it worked as expected.
Hope this helps someone too.

MacOS: Unable to run MySQL Workbench

I have been trying to run MySQL workbench on my macOS Catalina 10.15.2 for a long time now. I have been using MySQL from the CLI. But recently when I tried to switch to the workbench, there has been some issue with the launching of the Workbench Application.
MySQL server works well from the CLI. But whenever I try to open the workbench, it opens and closes automatically within seconds. I have tried installing the older version of the workbench and also tried reinstalling the whole SQL server. None of it has helped me so far. I even tried searching the issue, but most issues are related to the crashing of the application or failure of connection with the database.
I have even tried running the application from the command line and also "open in low resolution". But none it has worked for me :/
It'd be very helpful if someone could help me out.
Thanks!
MySQL server: 8.0.19,
MySQL Workbench: 8.0.19
Downloading the 8.0.22 version from https://downloads.mysql.com/archives/workbench/ worked for me, (Im using macOs Big Sur version 11.1)
I was having a similar problem (the workbench not launching) until I clicked on the link to the version 8.0.22 of the mySQL workbench posted by Hando and it works. I use MacOS Catalina. This is the link again https://downloads.mysql.com/archives/workbench/
yes, version .22 worked for me as well. I did get a 'security' error but was able to go into preferences security/privacy, and 'allow' this app which was NOT loaded from the apple app store.
I am using macOS Catalina 10.15.7 and I fixed this issue by downloading MySQL Workbench 8.0.17 and it worked! :)
https://downloads.mysql.com/archives/get/p/8/file/mysql-workbench-community-8.0.17-macos-x86_64.dmg

Tables and views keep on fetching in MYSQL

I am fairly new to MYSQL. I just today installed MYSQL on my Windows 10 computer for my personal learning. I installed mySQL workbench 8.0 and created some tables in the database. But the problem I am facing is the tables, views, stored procedures and functions are keep on fetching. I see some solutions online to run a linux command to resolve the problem. But mine is on windows and not sure where and how to execute the command. Can somebody please help me resolving the problem I am facing with MYSQL.
Just restart your MySQL workbench and problem is solve.
I think those files were written in macOS. When it loaded first time in workbench of windows, load then restart the workbench. Then the problem will be solved
Just close MySQL workbench and restart
it works!
its most probably the same as I used when I learned MySQL from youtube. You just need to restart the workbench. This happens because it was originally in mac.
I had the same issue, just close the workbench window and open again, it most of the cases the problem will be solved.

Unable to Start/Connect to MySQL 8.0 in Netbeans 8.2

So I have the following problem. I'm trying to register MySQL 8.0 from the services tab in Netbeans 8.2.
When doing so I enter all the Basic and Admin properties and it gets added but when I click on Start I get the following error:
No enum constant com.mysql.cj.conf.PropertyDefinition.ZeroDatetimeBehavior.CONVERTTONULL
Here is a Screenshot of the Error
I've been researching a lot and apparently I have to change some xml file that I don't know exactly where to find it.
Anyone has any idea about this?
I don't understand why it works when I use MySQL server 5.x but not with 8.x
Thank you!
I think the problem is that netbeans doesn't support Mysql 8.0 server.
It even says so in the official site that please select Mysql 5 server when installing.
https://netbeans.org/kb/docs/ide/install-and-configure-mysql-server.html
This is not the case anymore. Please refer below as stated by #skomisa:
Specified Class is not a Driver. Can't add MySQL Connector/J 8.0 to Netbeans 8.0
please update your mysql driver from offical mysql website it about 8.01 but the current is old 5.0

How to install MySQL 5.6.3 (beta) on Ubuntu?

has anyone managed to install MySQL 5.6.3 (beta) on Ubuntu? I tried running alien against the server rpm but encountered the following error:
error in Version string '5.6.3_m6-2': invalid character in version number
Thanks
Jason
if you are still looking for a solution then you could also try using the instructions at http://www.geeksww.com/tutorials/database_management_systems/mysql/installation/download_configure_compile_and_install_mysql_56.php
this is for the latest available production-ready release ie. 5.6.10 but should also work with previous versions.
Take a look at this: http://www.denoq.com/2012/02/mysql-5-6-4-on-ubuntu-11-10/
I've not tried that but it appears reasonable to your problem: first install an older version, than change only the necessary.