refeito setupMysql.bat
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
@echo off
|
||||
:start
|
||||
PATH=C:\Program Files\MySQL\MySQL Server 5.7\bin;%path%
|
||||
netstat -o -n -a | findstr 3306
|
||||
if %ERRORLEVEL% equ 0 goto FOUND
|
||||
echo MySql not found or not usisng default port 3306...
|
||||
@@ -15,9 +16,10 @@ goto start
|
||||
:open
|
||||
echo opening the Mysql download link....
|
||||
pause
|
||||
START Https://dev.mysql.com/downloads/installer/
|
||||
ECHO you can download the setup fromlink now and after install it we will continue the setup
|
||||
ECHO choose the default options on setup and don`t forget to take a note of the root password
|
||||
START Https://downloads.mysql.com/archives/get/p/25/file/mysql-installer-web-community-5.7.15.0.msi
|
||||
ECHO 1 - Download the setup from link opening on browser and after install and then we will continue the setup
|
||||
ECHO 2 - Install with optiion "Only Server" and setup a root password
|
||||
ECHO 3 - take a note of the root password, fisnish the installer and continue this setup
|
||||
pause
|
||||
Rem :continue
|
||||
Rem echo ok
|
||||
|
||||
Reference in New Issue
Block a user