MCPcopy Create free account
hub / github.com/mysql/mysql-connector-python / MySQLBootstrapError

Class MySQLBootstrapError

mysqlx-connector-python/tests/mysqld.py:148–151  ·  view source on GitHub ↗

Exception for raising errors around bootstrapping a MySQL server

Source from the content-addressed store, hash-verified

146
147
148class MySQLBootstrapError(MySQLServerError):
149 """Exception for raising errors around bootstrapping a MySQL server"""
150
151 pass
152
153
154class MySQLServerBase:

Callers 3

__init__Method · 0.70
_init_mysql_installMethod · 0.70
bootstrapMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…