0
Because I needed to use Mysql Workbench for college, I left port 3306 pro server Workbench and replaced the XAMPP for 3307 as the boy Suman Kotagiri said in this forum https://www.quora.com/How-do-I-change-the-port-of-a-MySQL-server-in-XAMPP
When I started the Mysql module in XAMPP I thought it might give some error, but no, it turned green and said that its status was as 'working' (running). Only when I click on admin, this window appears in phpmyadmin:
There’s not a lot of doubt about exactly that, so it’s kind of vague about what might be going on. Is there a possibility that Workbench is having some conflict with XAMPP anyway? I shut down the server by Mysql Notifier because I thought it would be a problem to have two servers connected at the same time but not that it helped me 100% to make it work.
Within config.inc.php there is no '$cfg['Servers'][$i]['port']', there is 'user', 'password', 'host', 'Extension' and others, less port :/ And Workbench is for the college project while Xampp is for personal study, one for Java and one for PHP. I even know how to use Xampp in Netbeans but Workbench is a requirement
– user113155
Following the format that one of the others uses (for example, duplicates the
host
), creates an entry for theport
and places the value on3307
. The Workbench does the same as Phpmyadmin, you could only have 1 Mysql service and have Workbench and Phpmyadmin connect to it, but then have different databases (within that service) for each project you work on (personal or college study).– Leite
Even after pressing Start in Mysql and appearing "Problem Detected! Port 3306 in use by "Unable to open process"! Mysql WILL NOT start without the configured ports free!" it works! I mean, now get into phpmyadmin, tomorrow I’ll run the tests to see if I can get the data. Thanks for the @Leite help. About having only 1 Mysql service, you say you have either Xampp or Workbench installed?
– user113155