can not find mysql_secure_installation (WinXP32)

Hi Folks,

I can not find the script mysql_secure_installation on my Win XP (SP3) after installation. I tried to follow the instuctions under: https://mariadb.com/kb/en/mysql_secure_installation/ but the search under windows XP does not find the script. What am I doing wrong? Thanks in advance.

Answer

It's a shell script, for /bin/sh, it probably won't work on your Windows box anyway. But it's just a small helper script, you can do all the same manually from the command line client or using a GUI tool, such as HeidiSQL.

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.