MCPcopy Create free account
hub / github.com/Tencent/phxsql / CheckMySql

Function CheckMySql

tools/check_install.py:40–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38 return res_list
39
40def CheckMySql():
41 if( not os.path.exists( base_dir+"/percona") ):
42 print "percona directory(%s) not found" % (base_dir + "/percona")
43 print "please make sure percona 5.6 has been placed on the source directory and named \"percona\","
44 print "you can download percona 5.6 from https://github.com/percona/percona-server.git."
45 exit(1)
46
47
48def CheckBasePath():

Callers 1

check_install.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected