5

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?

StuartLC
  • 104,537
  • 17
  • 209
  • 285
toto
  • 1,180
  • 2
  • 13
  • 30

1 Answers1

6

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

eggyal
  • 122,705
  • 18
  • 212
  • 237
  • you know if is necessary backup all database first run this process.? – toto Oct 26 '13 at 15:47
  • Can I ask: do you find this deployment strategy sound and good? It seems somewhat exotic for me as a deployment guy, but it is not the worst I have seen by any stretch. – Stein Åsmul Jul 12 '18 at 17:18