Don't see the output area in MySQL Workbench - mysql-workbench

I am a new user of the MySQL Workbench. After installation, I don't see the output area, which by default should be located at the bottom of the screen. Could someone please explain how I can make it visual?
MySQL Workbench version: 8.0.29
I just want to make the output area visual again

Related

What does this message mean at MySQL Workbench startup?

Every time I start MySQL workbench I get this message
I would like to know what this means and how I can get rid of it... I tried looking on the internet and googling the entire message but no good info came up because you can't see the full message.
Does anyone know what this means and if it's a problem for my database?
MySQL Workbench tries to load its workspace data and something is wrong with it. Rename the MySQL Workbench folder (the part you can see in the message) or remove it entirely. Then restart the application and it will recreate all the files.
A side note: often Ctrl+C works in those dialogs, so you can paste the entire content into a text editor.
It's only MySQL workbench which is a GUI for data admin if i'm not mistaken (like navicat). You could simply run the mysql installer and remove/add MySQL workbench again.

DBeaver Can't access non-default database

I'm using DBeaver 3.8.0 and trying to setup general connection to my local PostgreSQL database.
To view all the databases i have, I check the "Show non-default databases" checkbox. And when I try to access Schemas of one of my databases - I'm getting the error
org.jkiss.dbeaver.DBException: Can't access non-default database
Try to set your database active which you choose to open the schema:
Right-click on the Db Connection in the database navigator (right-click on PostgreSQL)
Click on edit connection
Select PostgreSQL tab
Select Show all databases
Click ok to save
Note: I am using DBeaver Enterprise 7.0.0
For more recent versions of DBeaver, you can improve this confusing default behavior.
You need to change an "Editors" setting. There are several ways to get to the setting, an easy way is:
[Postgres - #name#] right-click > Properties
Under Editors, check the auto-sync box:
After that, any time you click on a database in the right-hand navigator, it will automatically be set as the active database, so things should just work.
These types of pain points are enough to drive you away from new tools, this one in particular. Hang in there!

Update Target Button is disabled in Sql Server Database Schema Comparison

I use Visual Studio 2013 Professional Update 4 in combination with multiple SQL Server 2012 Enterprise servers/instances. The Idea was to create a Version controlled deployment using a Visual Studio Solution with SQL Server Projects.
However for some reason the "Update Target" and "Generate Script" button is disabled.
I can update the local database project from the sql server database but the other way around is not working. (see screenshot)
Google is not helpful at all although I found a few people with a similar problem.
Update target button is disabled after schema comparison
VS2012: Schema compare, update button disabled
VS2012 Schema compare buttons disabled
But none of this questions/blogposts is about Visual Studio 2013 and in addition none of the proposed solutions is working for me.
Question: Why is the Update Target button disabled and what do I have to change to fix this?
Note: Of course, I'm using the latest version of SQL Server Data Tools(12.0.50318.0)
This was driving me nuts, as well. I finally noticed a "warning" message stating "Cannot generate deployment plan due to an internal error". Because of this, the Update and Generate Script buttons were both disabled.
I resolved this by closing Visual Studio, navigating to the folder containing the Database project and removing all (*.dbmdl) files. I then restarted Visual Studio, re-ran the compare schema and the Update button was enabled.
The tip that helped me was to look at the error list. (View Menu, Error List). Once I cleared the errors (just the errors, the ones with the red X) I was able to compare the schema again and the Update and Generate Scripts buttons were both enabled.
Beside the generate script, click on OPTIONS and select only the objects for which you want to compare.
This and ONLY this worked for me.

Need Help Creating New Connection Using Oracle SQL Developer 3.2 with Oracle Database 11G 2 Release

I have Windows 7 Home Premium (64bit)
I tried installing and uninstalling Oracle Database XE and everytime I am installing it I run into two error message. The first eroor message tell me that a file something like file C:\Users\Chris\AppData\Local\Temp{9D21B7C5-5DF8-450-B84A-48908DFACA7F}\ and when i click on it twice it goes away and the installation finishes but then when i try running oracle database xe it tell me that http:\127.0.0.1%HTTPPORT%\apex\f?p=4950 cant be found or something. I dont know what to do. Also, once igve gotten past these problems and fixed them how do i proceed to create a database. That is my final goal to create a database using oracle sql developer and oracle database xe to start creating tables and querying. Id appreciate it if you could help.
I had the same problem as you and i solved it taking the steps below:
With the error message box still open, click the Windows start button and type “regedit” in the search box. Press enter. The registry editor will open.
On the left column, expand the folders as follows: HKEY_CLASSES_ROOT -> Installer -> Products -> 266B7A….. -> SourceList-> Media
Look for ’1′ under Name on the right column. Under ‘Data’ on the same row, the value should be ‘DISK 1′ or something similar. Right click on that row and click on ‘Modify’.
A window named ‘Edit String’ will open and type in the address indicated in the error window you had from the Oracle installer, ending just before ‘KEY_XE.reg’. It should end with a row of numbers/letters then ‘}\”.
Click OK and close the Registry Editor.
Return to the Oracle Installer and click OK on the error message box.
It will take a while, but eventually, the installer will indicate that installation is complete.
To check if everything’s good, click on the windows start button -> All programs -> Oracle Database 11g Express Edition -> Get started.
A web browser will appear and the Oracle Database Get Started page will load.
Hope it helps you!

Mysql workbench refresh EER Diagram from server

is it possible to refetch or reimport a whole database structure from a server in mysql workbench?
I've tried the synchronize options (both Model and any source), but it always works the other way round (workbench->server) and drops new columns which i've created online / outside of mysql workbench..
i'm using the latest version 5.2.41.
Thanks for any help
Use the latest version 5.2.42 and do a "Database > Synchronize with Any Source" because it appears that you are still experiencing this bug
http://bugs.mysql.com/bug.php?id=61211
At the step "Select changes to Apply", default it "Update source" (you see the arrow from Left->Right). In your case, you should select the tables and click "Update Model", it will sync from Mysql to Model.