panchalmukundak / whimp

Automatically exported from code.google.com/p/whimp
0 stars 0 forks source link

To omit prompting for root password in Stop_All.bat #6

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When Running Stop_All.bat the Script will ask u to enter ur MariaDB pass 
(default is root) cause u cannot stop MariaDB without entering it .

To omit prompting for root password in Stop_All.bat use next command:

START "STOPPING DATABASE" MariaDB\bin\mysqladmin -u root --password=root 
shutdown

Original issue reported on code.google.com by spam4...@gmail.com on 15 Mar 2012 at 10:55

GoogleCodeExporter commented 8 years ago
thanks will include that in the next version 

mighty appreciated .

Original comment by Ema...@genie9.com on 15 Mar 2012 at 12:08

GoogleCodeExporter commented 8 years ago
but i also think that if some one changed the password from phpmyadmin then 
maybe it will cause him a hassle to understand that password is stored in 
Stop_All.bat also its not good security to store the password in that file but 
i think i will add that line to the homepage guide as a tip .

thanks again

Original comment by Ema...@genie9.com on 15 Mar 2012 at 12:11

GoogleCodeExporter commented 8 years ago

Original comment by emadraml...@gmail.com on 15 Mar 2012 at 9:53

GoogleCodeExporter commented 8 years ago

Original comment by emadraml...@gmail.com on 12 Apr 2012 at 12:22