Root password on MySQL
Hallo everyone,
I want that when I install from the setup file, that it gives automatically the "billgates" as root a password in MySQL.
So that I don't have to do anythink. Whitch codes I need to use?
Please help
Thnx
Archive: Root password on MySQL
Root password on MySQL
Hallo everyone,
I want that when I install from the setup file, that it gives automatically the "billgates" as root a password in MySQL.
So that I don't have to do anythink. Whitch codes I need to use?
Please help
Thnx
First you need to find out how to do that with MySQL. Once you find out, you can convert the code to NSIS script. You'd probably want to execute mysql.exe using nsExec, DosExec or even ExecWait.