- Timestamp:
- Jun 20, 2017, 5:32:58 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
n4d-mysql/trunk/fuentes/install-files/usr/share/n4d/python-plugins/MysqlManager.py
r5233 r5235 117 117 cmd=mysql_command + sql 118 118 p=subprocess.check_output(cmd,shell=True) 119 version=p.split("\n")[ 2]119 version=p.split("\n")[1] 120 120 121 121 if version=="v4.47":
Note: See TracChangeset
for help on using the changeset viewer.