Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where is the MySql 5.6 equivalent of `MySQLInstanceConfig.exe` to edit configuration files?

Tags:

mysql

instance

I installed MYSQL 5.6, This works fine.

On another server I have MYSQL 5.1 The 5.1 version includes MySQLInstanceConfig.exe in the bin folder

But version 5.6 does not include this file.

So my question is, how can I configure the instance on MySql version 5.6?

like image 624
toto Avatar asked Oct 26 '13 14:10

toto


1 Answers

It has been replaced by MySQL Installer, which is available as both a GUI and console application.

like image 89
eggyal Avatar answered Oct 05 '22 23:10

eggyal