Hi I'm using mysql workbench 6.3.8 on Mac OS 10.12
I have a bug. I'm not able to close the workbench properly by using the menu quit or command q.
Could I have miss something during the installation?
Sorry for the late response. Now I use mysql workbench version 6.2.5 revision 0 build 397 (32 bit) and it works fine. (I have worked also around password) – Patrick Lec 5 mins ago
Related
This happens to me when I run the show databases commands; and the SHOW CREATE TABLE command.
The other commands I can write and execute normally.
MacBook Pro early 2015, 64 bits.
I tried to check the MySQL version (x86_64 Homebrew install), I tried to restart the processes.
I was also having the same issue where if I ran any type of query the entire application would crash, v8.0.31 seems to be the most stable version and that worked for me.
I was also facing the similar problem with 8.0.32, but I tried with 8.0.30 and my problem got resolved. So you can try with lesser version 8.0.30 or equal.
My problem is the same that this one: https://dba.stackexchange.com/questions/253777/is-it-possible-to-run-multiple-versions-of-mysql-workbench
I need to use mysql workbench 8 for mysql server version 8.0.27 and mysql workbench 6 for a version 5 mysql server.
The problem is that when installing workbench 8 it deletes existing workbench with lower version.
I've tried to install Workbench6 on a completely different location to see if the installation does not find it but I it finds it anyway.
Also tried to install a 32 bit version of workbench 6 but again, version 8 delete it when installing.
Found some comments saying to enable multiple instances in menu -> edit -> preferences -> others, but this is only to open multiple instances of the same version.
I've looked for a portable version of workbench 6 but had no luck.
I don't understand why this problem is not having an answer by MySQL, even the MySQL forum doesnt have a solution or even an explanation why this is not possible.
I use a Vm for that porpose. where an "old 5.7.xx is installed alongside a workbench 6.3that work with that well, because the newer version don't do.
You can use for that purpose also a linux server as vm not only windows
Found a portable version of Workbench 5.2.47. I've upload it to my github.
Although I use this software with no problems until now, this is not from my authorship, use it at your own risk.
Download latest zip archive (version 6.3.8 and earlier has it) from here: https://downloads.mysql.com/archives/workbench/
Look out because x64 archive wasn't working in my case but 32bit works fine.
Unzip to different folder and that's it.
On my Windows 10, I used the Windows installer made by EnterpriseBD and installed postgresql 11.1. It however seems to have came with version 3.5 of pgAdmin 4. So, I downloaded pgAdmin 4 version 4.0 and installed it on my PC. Now both the two versions exist on the PC.
Did I do anything wrong during installation? How can I remove the version 3.5 of pgAdmin 4 properly?
Thanks in advance for any help.
Go to Programs and Features -> postgresql 11 and click uninstall. A window opens and allows you to select uninstalling whole postgresql or individual components. You can select pgadmin from there.
Hope it helps :)
for a PostgreSQL project I installed pgadmin 4 Ver. 3.0 on a Windows 10 computer.
Anyhow pgadmin does not start and I get the following error from the Internet Explorer Browser:
"Cannot reach this page. Make sure the web address http://127.0.0.1:56575 is correct.".
I've been using PgAdmin 4 Ver 2.1 for some time without issues, and have uninstalled it before installing the Ver 3.0.
Any help would be appreciated.
Regards,
For PGadmin 4 Ver 3.0 you need to completely start afresh. Remove any old shortcuts and make a new one. You need to locate where PGadmin was installed and make a new shortcut with a target and path like ""C:\Program Files (x86)\pgAdmin 4\v3\runtime\pgAdmin4.exe".
For anyone else viewing this, make sure you do an uninstall of the old PGadmin before installing the new one.
Further, you may not be able to get an SQL window running unless you allow it through addblockers etc
An infuriating problem.
My Netbeans IDE 7.2 refuses to shutdown when I try to shutdown my machine.
I have got to use task manager to close the beast.
Its a windows 7 64 bit machine.
I have tried the usual Netbeans forums.
Any Ideas?
PS: I also use the well behaved Eclipse.
from what I'm seeing, you might have a corrupted install of netbeans cause usually it is light on a system. How long ago did you install it? Did you make any major changes before this all started, from evinvorment setting changes to major changes like how the thing complies etc...? I would say, the easiest bet is to back up the settings, if possible, and reinstall or do a repair install, if offered, of netbeans.
Upgraded to 7.3 and I no longer have a problem.
BTW Netbeans 7.3 is great for developing HTML 5 code.