I'm trying to create a new MySQL instance on a machine that already has it installed. I made the manual process of creating a new directory and configuring the .ini
file, however at the time of starting the service the following error is displayed:
The "InstanceName" service can not be started
For more help, enter NET HELPMSG 3534.
Does anyone know of any other way to create a new instance in mysql, with new password, new port etc?
I recently did this in Sql Server and it's pretty simple, just install again that a new instance is created.