1
I am trying to create a new instance of Mysql on a machine that already has it installed. I did the manual process of creating a new directory and setting up the file .ini
, but when starting the service the following error appears:
The "Nomedainstancia" service cannot be started
For more help, type NET HELPMSG 3534.
Does anyone know any other way to create a new instance in mysql, with new password, new port etc?
I did this recently on Sql Server and it’s quite simple, just install again that a new instance is created.
you changed the TCP port ?
– Rovann Linhalis
I altered, tried 3307 and 3308.
– emgo