Can i use Mysql VS code plugin with out Mysql workbench - mysql-workbench

does mysql workbench needed if i have mysql vscode plugin.
Is it necessary to install mysql workbench if i have mysql vs code plugin?
I realy don't like mysql workbench it gives too much load in my pc i want to avoid installing it if possible so help me
I didnt try anything yet

Related

Unable to connect mysql with Visual Studio Code

Hlo everyone. I want help in connecting mysql with Visual Studio Code. OS- Window
Oracle MySql is already installed in my pc and I want to connect it to VSCode. For that I have also installed MySql Management tool in VSCode.
The problem is that VSCode couldn't find mysql driver.
I have tried my best and checked online solution (Google and YouTube) but all in vain.
I can share my screen so that you can check what's the problem.

InnoSetup - How to detect if MySQL Workbench is installed?

I'm creating an installer for modeling software, and we encourage our users to install MySQL Workbench to access model output. However, because the MySQL installation process isn't exactly straight forward, many users end up only installing MySQL Server and fail to install MySQL Workbench. How can I detect during my installation process if MySQL Workbench is installed?
On my development machine, there is a registry entry at HKEY_LOCAL_MACHINE\SOFTWARE\MySQL AB\MySQL Workbench 6.3 CE\Location. I could check to make sure that path exists, but this approach requires MySQL registry keys to be up-to-date (I've been burned relying on this approach trying to detect MySQL Server) and it is version specific.
If it turns out that this is the best option, are there other registry paths that I would need to check?
Am I safe checking MySQL Workbench 6.2 CE, MySQL Workbench 6.3 CE, MySQL Workbench 6.4 CE, etc, or are there other versions out there (e.g. non-"Community Edition")? This isn't apparent to me after spending some time on Workbench's website.
More information:
Since MySQL updates their package much more frequently than we update ours, we are hesitant to bundle a version of the MySQL MSI in our installation package and do a silent install, because it will likely be out of date. Instead, we detect if MySQL has been installed, and if not, we direct them to MySQL's download page and tell them to install MySQL Server and Workbench. This generally works for getting Server installed, but Workbench frequently fails (either because of the pre-reqs and MySQL Installer's non-intuitive prompts, or because they don't notice our recommendation). Therefore, I'm looking for a way to detect if Workbench is installed so I can offer a second prompt if needed.
Does the Workbench GUID stay the same over all the different versions? I'd hate to hard code one in and then have my installer be unable to detect newer/older/non-"Community Edition" versions.

MySQL Installation Wizard for Microsoft Windows

I tried to install MySQL on my machine (win 8 64 bit), I downloaded mysql-5.6.24-winx64.exe and after completing MySQL 5.6 setup wizard, the MySQL Server Instance Configuration Wizard does not start and nothing happens. In the windows start menu for MySQL I have only 2 options:MySQL 5.6 command line client and MySQL 5.6 command line - Unicode.
So what can I do to resolve this problem and run MYSQL on my machine, I am waiting for your advice. Please help me I need to resolve this problem
I strongly recommend to use the all-in-one Windows installer for installing a MySQL server plus any additional tool you want, like MySQL Workbench, connectors or documentation. It will not only install the right package but will also do semi-automatic updates, check for prerequisites, start the configuration wizard etc.

MYSQL workbench connection not starting

I have windows 8.1 and I am trying to install MYSQL workbench 5.2CE.
But it is showing this error :"Can't connect to MySQL server on 'localhost' (10061)".In program files under mysql there is no bin folder and even in services.msc there is no process for mysql.
What should I do.
Thanks in advance
MySQL Workbench is only a client program and needs a server to work against. If you want to work with MySQL locally on Windows I recommend to use the MySQL Installer for Windows, which not only installes MySQL Workbench, but also a server of your choice (by default: the current GA version).
Once that is installed MySQL Workbench will automatically detect the server and you can immediately start a connection to it.

ZendServer CE - change database type?

I am using the trial version of the Zend Server edition. From all the videos/documentation supposedly you are able to change the database version from SQLITE to MySQL, but all I get when deploying an application on Zend Server is to set the Host, Database name, username and password?
Just install mysql on your system and use it. ZendServer does not care what database engine you use. When installing Zend Server it is supposed to ask if you want to install mysql (possibly you have to chose manual installation or custom or extra stuff) you might of mised that option so perhapds reinstalling is the simpler solution.
But really, you should be able to just install mysql and start using it.