MySQL Installer Closes without any Effect - mysql

When I try to install MySQL on my Windows machine. The installer runs and the following progress bar appears then it closes right away without any effect.

I had this problem too and thankfully I solved it.
Basically your installer already opened a window when it finished loading but somehow the window is hidden. You can open the window via task manager

Related

No schema panel present in MySQL workbench in Ubuntu

I am using MySQL Workbench Version 8.022 on Ubuntu 20.04 OS. Strangely there is no schema panel present in MySQL workbench window and I can't manage to find a way to display the schema panel.
I have installed the snap edition of MySQL-Workbench-Community
Following is the screenshot -
See where it says "Administration" and then there are left/right arrows either side. Click the right arrow to get to Schemas. Or pull the vertical divider to the right to show both. Took me a while to find it too!
The problem seems to be with the snap package I guess. I removed the snap package -
sudo snap remove mysql-workbench-community
Then I went to the link https://dev.mysql.com/downloads/workbench/ to download the MySQL-Workbench-Community for my version of OS.
For me it was mysql-workbench-community_8.0.26-1ubuntu20.04_amd64.deb
Then I installed it from the terminal using the command -
sudo gdebi mysql-workbench-community_8.0.26-1ubuntu20.04_amd64.deb
Now I open MySQL-Workbench -
As shown in the screenshot, this time I have the Schemas tab to the right side of Administration tab. I click on the Schemas tab -
As shown in the screenshot, now my Schemas Panel is open.
Update: the tab selector for Administration and Schemas is now at the bottom of the Navigator window:

MySQL installer not making any progress

I downloaded MySQL installer. I chose the Developer Default Setup Type. Now it's downloading the various components of MySQL. There is an issue here: the downloading seems to be stalled. As you can see, some components have already completed downloaded, but others are still downloading. It had been downloading for over an hour now and the percentages have not changed. There has been no visible progress so far after this state. What could be the cause of this? How can I make sure that the installer is really working instead of stalling? It seems that the installer downloaded some components and ... stopped working? I have a wireless internet connection. I don't know whether this could be the issue.
So basically I got bored waiting and I just canceled the install. It turned out that the installer was stalled. Then I started the installer again. I selected the Developer Default Setup Type again, and I repeated everything as I did it the first time. The second time the installer ran much faster. Now when it came to the Installation step, all the products or components of MySQL which had been already downloaded did not need to be downloaded again. They just were installed. The products which were incompletely downloaded the first time had to be downloaded again the second time, but the downloading was much faster.
If MySQL installer shows no progress during this step, it is better to just cancel it, and then restart it again. The next time it should work as expected.

MySQL Workbench crashes when clicking on save icon

I open Workbench normally, then I make some queries and then I click on save icon.
After clicking the save icon, the platform stop working.
I'm using workbench 6.2.4 on windows 8.1.
SOLUTION
It seems the new version 6.3.3.0 fixed the problem.
I found the solution in the following URL:
https://bugs.mysql.com/bug.php?id=75015
So, I had to install and old version of mysql workbench (6.1.7).
Hope they can fix the problem in future versions.

how to open automatically MYSQL on start up of computer? or is there a downloadable software for it?

I'm using xampp to start my mysql server but i want to start it automatically on start up of
my computer. Is there anyway i could make my Xampp (MYSQL) opens automatically on start up?
You should add MySQL as one of your computer's services so it would run automatically on start-up. If you are using Windows OS, then probably, your XAMPP is installed on C:\XAMPP\. Now, go to your XAMPP directory and right click xampp-control.exe run it as administrator and the XAMPP control panel will pop-up. Check the box beside MySQL, that is the box under Service column and is beside the MySQL Module. Mostly, a UAC or user account control will pop-up asking you some stuff, just accept it and install the MySQL service to your PC. If everything is done correctly, your MySQL service should automatically start when your computer boot up.
you need to your xamp application to you startup item of windows/linux check the following link for windows
http://www.wikihow.com/Alter-Startup-Programs-in-Windows-XP
If you are using windows Operating system, then put xampp in your startup.
Startup will be available in your start menu -> all programs
1.Open your xampp-control panel in this folder path xampp\xampp-control.exe.
2. Just make a tick mark on service!
to see the image click here
OR
For Window: see the Links below
http://www.sevenforums.com/tutorials/12444-task-scheduler-create-new-task.html

Error while installing XAMPP on WIndows 7 Home Basic Edition

I recently purchased a Dell Laptop with nice configuration and Windows 7 Home Basic X64 Edition. Now when I am installling the XAMPP, it gives me the following error. Do you know any solution?
I searched the net, and tried opening "lusrmgr.msc", but it says that "This computer is running Windows 7 Home Basic. The snapin may not be used with this version."
Just type UAC into the start menu or Control Panel search box.
You can simply drag the slider down, If you drag it all the way down to the bottom (NEVER Notify), you’ll have disabled it entirely.
Right click on the Xampp setup and click
Run as Administrator
I think this will serve your purpose.