Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2c93e39

Browse files
committed
up
1 parent b7f926f commit 2c93e39

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

assets/other/py/installer.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -658,6 +658,10 @@ def getMysqlConfig():
658658
return config, cnf
659659

660660
def installMysql():
661+
if platform.system() != 'Windows':
662+
INFO_MSG("You are Linux, please install MySQL manually!")
663+
return False
664+
661665
file = 'mysql-win32.msi'
662666

663667
try:

0 commit comments

Comments
 (0)