Server IP : 104.21.38.3 / Your IP : 162.158.108.161 Web Server : Apache System : Linux krdc-ubuntu-s-2vcpu-4gb-amd-blr1-01.localdomain 5.15.0-142-generic #152-Ubuntu SMP Mon May 19 10:54:31 UTC 2025 x86_64 User : www ( 1000) PHP Version : 7.4.33 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /www/server/mysql/src/mysql-test/suite/connection_control/inc/ |
Upload File : |
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;