disable_query_log; disable_result_log; # Copy PLUGIN_AUTH library to CONNECTION_CONTROL_OPT location let $auth_plugin_path= `SELECT SUBSTR('$PLUGIN_AUTH_OPT/$PLUGIN_AUTH', 14)`; let $connection_control_plugin_path= `SELECT SUBSTR('$CONNECTION_CONTROL_PLUGIN_OPT/$PLUGIN_AUTH', 14)`; if ($auth_plugin_path != $connection_control_plugin_path) { --error 0, 1 --remove_file $connection_control_plugin_path --copy_file $auth_plugin_path $connection_control_plugin_path } # Install test_plugin_server eval INSTALL PLUGIN test_plugin_server SONAME '$PLUGIN_AUTH'; # Create proxied@localhost CREATE USER proxied@localhost IDENTIFIED BY 'proxied_password'; # Create u1@localhost, u2@localhost, u3@localhst CREATE USER u1@localhost IDENTIFIED WITH test_plugin_server AS 'proxied'; CREATE USER u2@localhost IDENTIFIED WITH test_plugin_server AS 'proxied'; CREATE USER u3@localhost IDENTIFIED WITH test_plugin_server AS 'proxied'; GRANT PROXY ON proxied@localhost TO u1@localhost, u2@localhost, u3@localhost; enable_result_log; enable_query_log;
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
check_connection_delay.inc | File | 1.18 KB | 0644 |
|
cleanup_proxy_accounts.inc | File | 688 B | 0644 |
|
have_connection_control_plugin.inc | File | 819 B | 0644 |
|
have_test_plugin.inc | File | 396 B | 0644 |
|
install_connection_control_plugin.inc | File | 345 B | 0644 |
|
set_after_marker.inc | File | 307 B | 0644 |
|
set_before_marker.inc | File | 136 B | 0644 |
|
setup_proxy_accounts.inc | File | 1.02 KB | 0644 |
|
uninstall_connection_control_plugin.inc | File | 171 B | 0644 |
|