installing multiple servers - mysql

I'm beginner in SQL. Recently I installed Wamp and Xampp servers on my laptop and I faced with some errors in Apache. So I deleted Xampp on my laptop and now I using Wamp server. Now I'm studying MySQL in phpmyadmin in Wamp server. Also I want to learn SQL server.
If I install SQL server on my laptop, is it compatible with phpmyadmin or I must delete it?

Installing SQL server on your laptop has nothing to do with your existing installation/set up of WAMP. You dont need to delete phymyadmin or even worry about the compatiblity as mysql and SQL server are different products.

Related

No MySQL Service in Windows Services Manager

I installed MySQL Workbench recently, and had a bunch of problems starting MySQL. After a lot of troubleshooting I realized the MySQL Services wasn't running. Also I don't have a 'bin' folder in the MySQL directory. I've seen some other weirdness as well. I'm thinking that something may have gotten mangled during the install. Is that a realistic assumption? At this this point is it better to uninstall and then reinstall MySQL? Or is there an easy fix for the MySQL Services not running problem?
My appreciation is as follows::
To be able to use mysql workbench, you have to download a program to run on localhost, these can be Xamp, Wamp, among others.This is the interface of Xampp
After installing any of these programs, you start the mysql service that appears in these programs.Connection from Mysql to localhost
Once the service starts, open your mysql workbench and connect to the localhost.
Finally, create your tables and do your queries in the workbench or in the mysql provided by PhpMyAdmin.
I hope it will be a great help.

Connect xampp localhost from Mariadb to MySQL database

I downloaded the ff: Mysql Workbench, Mysql Community Server and Xampp (latest).
I found out that recent xampp version is no longer using MySQL as database server instead it uses MariaDB. Apparently, MySQL workbench is not compatible with MariaDB.
There was a suggestion in previous forum to turnoff MariaDB and turn on MySQL Server on and it will automatically connect to xampp localhost. Which it did not, rather it shows an error message
Please advise what files needs to be configured to connect my xampp localhost and my manage server control user to mysql database server in OS X (macbook pro).
I just got an answer from XAMPP developers that they build and test the XAMPP installers with bundled components and try to configure it to use external services will be error prone.

If we have mysql in wampserver then should we need separate mysqlserver installation for (databases in) jsp development on PC

I needed to develop some jsp pages which need to connect to mysql databases. i downloaded and installed mysql community server5.5.54 but then found in my PC that i have already mysql in wamp. Was mysql of wamp enough for me or i need to install mysql server separately for my jsp developments
The WAMP server should be just fine as long as it contains a rather recent version of MySQL (5.5+). Important for MySQL Workbench is that the server must be registered as a service in Windows (as this is how WB identifiers the MySQL servers on a box).

HeidiSql connect to older version of mySQL

I recently installed WAMP server, which apparently upgraded my version of MySQL from 5.7 or something (I don't know). Now, when I open Heidi SQL to access my other databases not related to WAMP, they are no longer there, probably because Heidi is now connecting to a more recent version of MySQL?
I see my old data in C:\ProgramData\MySQL\MySQL Server 5.7\Data.
How do I reconfigure Heidi to read this folder?
Edited because it wasn't MYSQL 6.0, but Heidi 6.0. I don't know what WAMP did to mySQL to be honest.
Fixed it. I had to change the path in my.ini.

Wamp server and MySqlserver 5.5

I am new to MySQL and WAMP concepts. Now in client machine already MySQL is installed. Now i am trying to Install WAMP which is clashing. Without disturbing or touching, i would like to iinstall WAMP and use it. Can I do?