Home
last modified time | relevance | path

Searched defs:MySQL (Results 1 – 25 of 394) sorted by relevance

12345678910>>...16

/dports/irc/ergo/ergo-2.8.0/irc/mysql/
H A Dhistory.go47 type MySQL struct { struct
48 timeout int64
49 trackAccountMessages uint32
50 db *sql.DB
53 insertHistory *sql.Stmt
54 insertSequence *sql.Stmt
55 insertConversation *sql.Stmt
56 insertCorrespondent *sql.Stmt
59 stateMutex sync.Mutex
60 config Config
[all …]
/dports/security/vault/vault-1.8.2/plugins/database/mysql/
H A Dmysql.go35 type MySQL struct { struct
36 *mySQLConnectionProducer
38 usernameProducer template.StringTemplate
39 defaultUsernameTemplate string
65 func (m *MySQL) Type() (string, error) {
69 func (m *MySQL) getConnection(ctx context.Context) (*sql.DB, error) {
78 …tialize(ctx context.Context, req dbplugin.InitializeRequest) (dbplugin.InitializeResponse, error) {
112 …ySQL) NewUser(ctx context.Context, req dbplugin.NewUserRequest) (dbplugin.NewUserResponse, error) {
143 …eteUser(ctx context.Context, req dbplugin.DeleteUserRequest) (dbplugin.DeleteUserResponse, error) {
191 …ateUser(ctx context.Context, req dbplugin.UpdateUserRequest) (dbplugin.UpdateUserResponse, error) {
[all …]
/dports/databases/mysql-connector-odbc/mysql-connector-odbc-5.3.13-src/packaging/debian/
H A Dodbcinst.ini1 [MySQL] section
2 Description = MySQL driver argument
3 Driver = libmyodbc.so
4 Setup = libodbcmyS.so
5 CPTimeout =
6 CPReuse =
/dports/databases/proftpd-mod_sql_postgres/proftpd-1.3.7c/tests/t/etc/modules/mod_sql_odbc/
H A Dodbcinst.ini5 [MySQL] section
7 Description = MySQL ODBC driver argument
8 Driver = /usr/local/lib/libmyodbc5a.so
9 FileUsage = 1
10 UsageCount = 2
11 Debug = 5
/dports/databases/proftpd-mod_sql_sqlite/proftpd-1.3.7c/tests/t/etc/modules/mod_sql_odbc/
H A Dodbcinst.ini5 [MySQL] section
7 Description = MySQL ODBC driver argument
8 Driver = /usr/local/lib/libmyodbc5a.so
9 FileUsage = 1
10 UsageCount = 2
11 Debug = 5
/dports/databases/proftpd-mod_sql_odbc/proftpd-1.3.7c/tests/t/etc/modules/mod_sql_odbc/
H A Dodbcinst.ini5 [MySQL] section
7 Description = MySQL ODBC driver argument
8 Driver = /usr/local/lib/libmyodbc5a.so
9 FileUsage = 1
10 UsageCount = 2
11 Debug = 5
/dports/databases/proftpd-mod_sql_mysql/proftpd-1.3.7c/tests/t/etc/modules/mod_sql_odbc/
H A Dodbcinst.ini5 [MySQL] section
7 Description = MySQL ODBC driver argument
8 Driver = /usr/local/lib/libmyodbc5a.so
9 FileUsage = 1
10 UsageCount = 2
11 Debug = 5
/dports/databases/proftpd-mod_sql_tds/proftpd-1.3.7c/tests/t/etc/modules/mod_sql_odbc/
H A Dodbcinst.ini5 [MySQL] section
7 Description = MySQL ODBC driver argument
8 Driver = /usr/local/lib/libmyodbc5a.so
9 FileUsage = 1
10 UsageCount = 2
11 Debug = 5
/dports/net/proftpd-mod_ldap/proftpd-1.3.7c/tests/t/etc/modules/mod_sql_odbc/
H A Dodbcinst.ini5 [MySQL] section
7 Description = MySQL ODBC driver argument
8 Driver = /usr/local/lib/libmyodbc5a.so
9 FileUsage = 1
10 UsageCount = 2
11 Debug = 5
/dports/security/proftpd-mod_clamav/proftpd-1.3.7c/tests/t/etc/modules/mod_sql_odbc/
H A Dodbcinst.ini5 [MySQL] section
7 Description = MySQL ODBC driver argument
8 Driver = /usr/local/lib/libmyodbc5a.so
9 FileUsage = 1
10 UsageCount = 2
11 Debug = 5
/dports/ftp/proftpd/proftpd-1.3.7c/tests/t/etc/modules/mod_sql_odbc/
H A Dodbcinst.ini5 [MySQL] section
7 Description = MySQL ODBC driver argument
8 Driver = /usr/local/lib/libmyodbc5a.so
9 FileUsage = 1
10 UsageCount = 2
11 Debug = 5
/dports/ftp/proftpd-mod_vroot/proftpd-1.3.7c/tests/t/etc/modules/mod_sql_odbc/
H A Dodbcinst.ini5 [MySQL] section
7 Description = MySQL ODBC driver argument
8 Driver = /usr/local/lib/libmyodbc5a.so
9 FileUsage = 1
10 UsageCount = 2
11 Debug = 5
/dports/sysutils/helmfile/vault-f6547fa8e820/plugins/database/mysql/
H A Dmysql.go41 type MySQL struct { struct
42 *connutil.SQLConnectionProducer
43 credsutil.CredentialsProducer
101 func (m *MySQL) Type() (string, error) {
105 func (m *MySQL) getConnection(ctx context.Context) (*sql.DB, error) {
114 …nfig dbplugin.UsernameConfig, expiration time.Time) (username string, password string, err error) {
150 …ctx context.Context, statements dbplugin.Statements, username string, expiration time.Time) error {
154 …(m *MySQL) RevokeUser(ctx context.Context, statements dbplugin.Statements, username string) error {
207 …) RotateRootCredentials(ctx context.Context, statements []string) (map[string]interface{}, error) {
275 …dbplugin.Statements, staticUser dbplugin.StaticUserConfig) (username, password string, err error) {
[all …]
/dports/misc/concourse/vault-bdd38fca2cff/plugins/database/mysql/
H A Dmysql.go41 type MySQL struct { struct
42 *connutil.SQLConnectionProducer
43 credsutil.CredentialsProducer
101 func (m *MySQL) Type() (string, error) {
105 func (m *MySQL) getConnection(ctx context.Context) (*sql.DB, error) {
114 …nfig dbplugin.UsernameConfig, expiration time.Time) (username string, password string, err error) {
149 …ctx context.Context, statements dbplugin.Statements, username string, expiration time.Time) error {
153 …(m *MySQL) RevokeUser(ctx context.Context, statements dbplugin.Statements, username string) error {
205 …) RotateRootCredentials(ctx context.Context, statements []string) (map[string]interface{}, error) {
272 …dbplugin.Statements, staticUser dbplugin.StaticUserConfig) (username, password string, err error) {
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/vault/plugins/database/mysql/
H A Dmysql.go41 type MySQL struct { struct
42 *connutil.SQLConnectionProducer
43 credsutil.CredentialsProducer
101 func (m *MySQL) Type() (string, error) {
105 func (m *MySQL) getConnection(ctx context.Context) (*sql.DB, error) {
114 …nfig dbplugin.UsernameConfig, expiration time.Time) (username string, password string, err error) {
149 …ctx context.Context, statements dbplugin.Statements, username string, expiration time.Time) error {
153 …(m *MySQL) RevokeUser(ctx context.Context, statements dbplugin.Statements, username string) error {
205 …) RotateRootCredentials(ctx context.Context, statements []string) (map[string]interface{}, error) {
272 …dbplugin.Statements, staticUser dbplugin.StaticUserConfig) (username, password string, err error) {
[all …]
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/hashicorp/vault/plugins/database/mysql/
H A Dmysql.go41 type MySQL struct { struct
42 *connutil.SQLConnectionProducer
43 credsutil.CredentialsProducer
101 func (m *MySQL) Type() (string, error) {
105 func (m *MySQL) getConnection(ctx context.Context) (*sql.DB, error) {
114 …nfig dbplugin.UsernameConfig, expiration time.Time) (username string, password string, err error) {
149 …ctx context.Context, statements dbplugin.Statements, username string, expiration time.Time) error {
153 …(m *MySQL) RevokeUser(ctx context.Context, statements dbplugin.Statements, username string) error {
205 …) RotateRootCredentials(ctx context.Context, statements []string) (map[string]interface{}, error) {
272 …dbplugin.Statements, staticUser dbplugin.StaticUserConfig) (username, password string, err error) {
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/plugins/database/mysql/
H A Dmysql.go41 type MySQL struct { struct
42 *connutil.SQLConnectionProducer
43 credsutil.CredentialsProducer
101 func (m *MySQL) Type() (string, error) {
105 func (m *MySQL) getConnection(ctx context.Context) (*sql.DB, error) {
114 …nfig dbplugin.UsernameConfig, expiration time.Time) (username string, password string, err error) {
149 …ctx context.Context, statements dbplugin.Statements, username string, expiration time.Time) error {
153 …(m *MySQL) RevokeUser(ctx context.Context, statements dbplugin.Statements, username string) error {
205 …) RotateRootCredentials(ctx context.Context, statements []string) (map[string]interface{}, error) {
272 …dbplugin.Statements, staticUser dbplugin.StaticUserConfig) (username, password string, err error) {
[all …]
/dports/sysutils/gomplate/vault-sdk-v0.1.13/plugins/database/mysql/
H A Dmysql.go41 type MySQL struct { struct
42 *connutil.SQLConnectionProducer
43 credsutil.CredentialsProducer
101 func (m *MySQL) Type() (string, error) {
105 func (m *MySQL) getConnection(ctx context.Context) (*sql.DB, error) {
114 …nfig dbplugin.UsernameConfig, expiration time.Time) (username string, password string, err error) {
149 …ctx context.Context, statements dbplugin.Statements, username string, expiration time.Time) error {
153 …(m *MySQL) RevokeUser(ctx context.Context, statements dbplugin.Statements, username string) error {
205 …) RotateRootCredentials(ctx context.Context, statements []string) (map[string]interface{}, error) {
272 …dbplugin.Statements, staticUser dbplugin.StaticUserConfig) (username, password string, err error) {
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/hashicorp/vault/vault-api-v1.0.4/plugins/database/mysql/
H A Dmysql.go41 type MySQL struct { struct
42 *connutil.SQLConnectionProducer
43 credsutil.CredentialsProducer
101 func (m *MySQL) Type() (string, error) {
105 func (m *MySQL) getConnection(ctx context.Context) (*sql.DB, error) {
114 …nfig dbplugin.UsernameConfig, expiration time.Time) (username string, password string, err error) {
149 …ctx context.Context, statements dbplugin.Statements, username string, expiration time.Time) error {
153 …(m *MySQL) RevokeUser(ctx context.Context, statements dbplugin.Statements, username string) error {
205 …) RotateRootCredentials(ctx context.Context, statements []string) (map[string]interface{}, error) {
272 …dbplugin.Statements, staticUser dbplugin.StaticUserConfig) (username, password string, err error) {
[all …]
/dports/devel/gitlab-runner/vault-sdk-v0.1.13/plugins/database/mysql/
H A Dmysql.go41 type MySQL struct { struct
42 *connutil.SQLConnectionProducer
43 credsutil.CredentialsProducer
101 func (m *MySQL) Type() (string, error) {
105 func (m *MySQL) getConnection(ctx context.Context) (*sql.DB, error) {
114 …nfig dbplugin.UsernameConfig, expiration time.Time) (username string, password string, err error) {
149 …ctx context.Context, statements dbplugin.Statements, username string, expiration time.Time) error {
153 …(m *MySQL) RevokeUser(ctx context.Context, statements dbplugin.Statements, username string) error {
205 …) RotateRootCredentials(ctx context.Context, statements []string) (map[string]interface{}, error) {
272 …dbplugin.Statements, staticUser dbplugin.StaticUserConfig) (username, password string, err error) {
[all …]
/dports/sysutils/istio/vault-sdk-v0.1.12/plugins/database/mysql/
H A Dmysql.go41 type MySQL struct { struct
42 *connutil.SQLConnectionProducer
43 credsutil.CredentialsProducer
101 func (m *MySQL) Type() (string, error) {
105 func (m *MySQL) getConnection(ctx context.Context) (*sql.DB, error) {
114 …nfig dbplugin.UsernameConfig, expiration time.Time) (username string, password string, err error) {
149 …ctx context.Context, statements dbplugin.Statements, username string, expiration time.Time) error {
153 …(m *MySQL) RevokeUser(ctx context.Context, statements dbplugin.Statements, username string) error {
205 …) RotateRootCredentials(ctx context.Context, statements []string) (map[string]interface{}, error) {
272 …dbplugin.Statements, staticUser dbplugin.StaticUserConfig) (username, password string, err error) {
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/vault/plugins/database/mysql/
H A Dmysql.go43 type MySQL struct { struct
44 *connutil.SQLConnectionProducer
45 credsutil.CredentialsProducer
103 func (m *MySQL) Type() (string, error) {
107 func (m *MySQL) getConnection(ctx context.Context) (*sql.DB, error) {
116 …nfig dbplugin.UsernameConfig, expiration time.Time) (username string, password string, err error) {
203 …ctx context.Context, statements dbplugin.Statements, username string, expiration time.Time) error {
207 …(m *MySQL) RevokeUser(ctx context.Context, statements dbplugin.Statements, username string) error {
259 …) RotateRootCredentials(ctx context.Context, statements []string) (map[string]interface{}, error) {
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/vendor/github.com/hashicorp/vault/plugins/database/mysql/
H A Dmysql.go43 type MySQL struct { struct
44 *connutil.SQLConnectionProducer
45 credsutil.CredentialsProducer
103 func (m *MySQL) Type() (string, error) {
107 func (m *MySQL) getConnection(ctx context.Context) (*sql.DB, error) {
116 …nfig dbplugin.UsernameConfig, expiration time.Time) (username string, password string, err error) {
203 …ctx context.Context, statements dbplugin.Statements, username string, expiration time.Time) error {
207 …(m *MySQL) RevokeUser(ctx context.Context, statements dbplugin.Statements, username string) error {
259 …) RotateRootCredentials(ctx context.Context, statements []string) (map[string]interface{}, error) {
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/vault/plugins/database/mysql/
H A Dmysql.go43 type MySQL struct { struct
44 *connutil.SQLConnectionProducer
45 credsutil.CredentialsProducer
103 func (m *MySQL) Type() (string, error) {
107 func (m *MySQL) getConnection(ctx context.Context) (*sql.DB, error) {
116 …nfig dbplugin.UsernameConfig, expiration time.Time) (username string, password string, err error) {
203 …ctx context.Context, statements dbplugin.Statements, username string, expiration time.Time) error {
207 …(m *MySQL) RevokeUser(ctx context.Context, statements dbplugin.Statements, username string) error {
259 …) RotateRootCredentials(ctx context.Context, statements []string) (map[string]interface{}, error) {
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/vault/plugins/database/mysql/
H A Dmysql.go42 type MySQL struct { struct
43 *connutil.SQLConnectionProducer
44 credsutil.CredentialsProducer
102 func (m *MySQL) Type() (string, error) {
106 func (m *MySQL) getConnection(ctx context.Context) (*sql.DB, error) {
115 …nfig dbplugin.UsernameConfig, expiration time.Time) (username string, password string, err error) {
202 …ctx context.Context, statements dbplugin.Statements, username string, expiration time.Time) error {
206 …(m *MySQL) RevokeUser(ctx context.Context, statements dbplugin.Statements, username string) error {
258 …) RotateRootCredentials(ctx context.Context, statements []string) (map[string]interface{}, error) {

12345678910>>...16