@@ -105,7 +105,7 @@ CREATE USER plug_dest IDENTIFIED BY 'plug_dest_passwd';
105
105
SELECT user,plugin,authentication_string FROM mysql.user WHERE user != 'root';
106
106
user plugin authentication_string
107
107
plug test_plugin_server plug_dest
108
- plug_dest
108
+ plug_dest NULL
109
109
DROP USER plug, plug_dest;
110
110
CREATE USER plug IDENTIFIED WITH 'test_plugin_server' AS 'plug_dest';
111
111
SELECT user,plugin,authentication_string FROM mysql.user WHERE user != 'root';
@@ -115,7 +115,7 @@ DROP USER plug;
115
115
CREATE USER plug_dest IDENTIFIED BY 'plug_dest_passwd';
116
116
SELECT user,plugin,authentication_string FROM mysql.user WHERE user != 'root';
117
117
user plugin authentication_string
118
- plug_dest
118
+ plug_dest NULL
119
119
DROP USER plug_dest;
120
120
GRANT ALL PRIVILEGES ON test_user_db.* TO plug IDENTIFIED WITH 'test_plugin_server' AS 'plug_dest';
121
121
SELECT user,plugin,authentication_string FROM mysql.user WHERE user != 'root';
@@ -125,7 +125,7 @@ CREATE USER plug_dest IDENTIFIED BY 'plug_dest_passwd';
125
125
SELECT user,plugin,authentication_string FROM mysql.user WHERE user != 'root';
126
126
user plugin authentication_string
127
127
plug test_plugin_server plug_dest
128
- plug_dest
128
+ plug_dest NULL
129
129
DROP USER plug, plug_dest;
130
130
GRANT ALL PRIVILEGES ON test_user_db.* TO plug IDENTIFIED WITH test_plugin_server AS 'plug_dest';
131
131
SELECT user,plugin,authentication_string FROM mysql.user WHERE user != 'root';
@@ -135,7 +135,7 @@ DROP USER plug;
135
135
CREATE USER plug_dest IDENTIFIED BY 'plug_dest_passwd';
136
136
SELECT user,plugin,authentication_string FROM mysql.user WHERE user != 'root';
137
137
user plugin authentication_string
138
- plug_dest
138
+ plug_dest NULL
139
139
DROP USER plug_dest;
140
140
CREATE USER plug IDENTIFIED WITH 'test_plugin_server' AS 'plug_dest';
141
141
SELECT user,plugin,authentication_string FROM mysql.user WHERE user != 'root';
@@ -145,7 +145,7 @@ GRANT ALL PRIVILEGES ON test_user_db.* TO plug_dest IDENTIFIED BY 'plug_dest_pas
145
145
SELECT user,plugin,authentication_string FROM mysql.user WHERE user != 'root';
146
146
user plugin authentication_string
147
147
plug test_plugin_server plug_dest
148
- plug_dest
148
+ plug_dest NULL
149
149
DROP USER plug, plug_dest;
150
150
CREATE USER plug IDENTIFIED WITH 'test_plugin_server' AS 'plug_dest';
151
151
SELECT user,plugin,authentication_string FROM mysql.user WHERE user != 'root';
@@ -155,7 +155,7 @@ DROP USER plug;
155
155
GRANT ALL PRIVILEGES ON test_user_db.* TO plug_dest IDENTIFIED BY 'plug_dest_passwd';
156
156
SELECT user,plugin,authentication_string FROM mysql.user WHERE user != 'root';
157
157
user plugin authentication_string
158
- plug_dest
158
+ plug_dest NULL
159
159
DROP USER plug_dest;
160
160
CREATE USER plug IDENTIFIED WITH 'test_plugin_server' AS 'plug_dest';
161
161
GRANT ALL PRIVILEGES ON test_user_db.* TO plug IDENTIFIED WITH 'test_plugin_server' AS 'plug_dest';
@@ -210,7 +210,7 @@ DROP USER plüg;
210
210
CREATE USER plüg_dest IDENTIFIED BY 'plug_dest_passwd';
211
211
SELECT user,plugin,authentication_string FROM mysql.user WHERE user != 'root';
212
212
user plugin authentication_string
213
- plüg_dest
213
+ plüg_dest NULL
214
214
DROP USER plüg_dest;
215
215
SET NAMES ascii;
216
216
CREATE USER 'plüg' IDENTIFIED WITH 'test_plugin_server' AS 'plüg_dest';
@@ -221,7 +221,7 @@ DROP USER 'plüg';
221
221
CREATE USER 'plüg_dest' IDENTIFIED BY 'plug_dest_passwd';
222
222
SELECT user,plugin,authentication_string FROM mysql.user WHERE user != 'root';
223
223
user plugin authentication_string
224
- pl??g_dest
224
+ pl??g_dest NULL
225
225
DROP USER 'plüg_dest';
226
226
SET NAMES latin1;
227
227
========== test 1.1.1.5 ====================================
@@ -235,7 +235,7 @@ DROP USER 'plug';
235
235
CREATE USER 'plüg_dest' IDENTIFIED BY 'plug_dest_passwd';
236
236
SELECT user,plugin,authentication_string FROM mysql.user WHERE user != 'root';
237
237
user plugin authentication_string
238
- plüg_dest
238
+ plüg_dest NULL
239
239
DROP USER 'plüg_dest';
240
240
SET NAMES utf8;
241
241
CREATE USER plüg IDENTIFIED WITH 'test_plügin_server' AS 'plüg_dest';
@@ -248,7 +248,7 @@ DROP USER 'plüg';
248
248
CREATE USER 'plüg_dest' IDENTIFIED BY 'plug_dest_passwd';
249
249
SELECT user,plugin,authentication_string FROM mysql.user WHERE user != 'root';
250
250
user plugin authentication_string
251
- plüg_dest
251
+ plüg_dest NULL
252
252
DROP USER 'plüg_dest';
253
253
CREATE USER plüg IDENTIFIED WITH test_plugin_server AS 'plüg_dest';
254
254
SELECT user,plugin,authentication_string FROM mysql.user WHERE user != 'root';
@@ -258,7 +258,7 @@ DROP USER plüg;
258
258
CREATE USER plüg_dest IDENTIFIED BY 'plug_dest_passwd';
259
259
SELECT user,plugin,authentication_string FROM mysql.user WHERE user != 'root';
260
260
user plugin authentication_string
261
- plüg_dest
261
+ plüg_dest NULL
262
262
DROP USER plüg_dest;
263
263
========== test 1.1.1.2/1.1.2.2=============================
264
264
SET @auth_name= 'test_plugin_server';
@@ -278,7 +278,7 @@ DROP USER plug;
278
278
CREATE USER 'hh''s_plug_dest' IDENTIFIED BY 'plug_dest_passwd';
279
279
SELECT user,plugin,authentication_string FROM mysql.user WHERE user != 'root';
280
280
user plugin authentication_string
281
- hh's_plug_dest
281
+ hh's_plug_dest NULL
282
282
DROP USER 'hh''s_plug_dest';
283
283
========== test 1.1.1.4 ====================================
284
284
CREATE USER plug IDENTIFIED WITH hh''s_test_plugin_server AS 'plug_dest';
@@ -294,7 +294,7 @@ GRANT ALL PRIVILEGES ON test_user_db.* TO plug_dest;
294
294
SELECT user,plugin,authentication_string FROM mysql.user WHERE user != 'root';
295
295
user plugin authentication_string
296
296
grant_user test_plugin_server plug_dest
297
- plug_dest
297
+ plug_dest NULL
298
298
DROP USER grant_user,plug_dest;
299
299
set @save_sql_mode= @@sql_mode;
300
300
SET @@sql_mode=no_auto_create_user;
@@ -315,13 +315,13 @@ CREATE USER plug_dest IDENTIFIED BY 'plug_dest_passwd';
315
315
SELECT user,plugin,authentication_string,password FROM mysql.user WHERE user != 'root';
316
316
user plugin authentication_string password
317
317
grant_user test_plugin_server plug_dest
318
- plug_dest *939AEE68989794C0F408277411C26055CDF41119
318
+ plug_dest NULL *939AEE68989794C0F408277411C26055CDF41119
319
319
DROP USER plug_dest;
320
320
GRANT ALL PRIVILEGES ON test_user_db.* TO plug_dest IDENTIFIED BY 'plug_user_passwd';
321
321
SELECT user,plugin,authentication_string,password FROM mysql.user WHERE user != 'root';
322
322
user plugin authentication_string password
323
323
grant_user test_plugin_server plug_dest
324
- plug_dest *560881EB651416CEF77314D07D55EDCD5FC1BD6D
324
+ plug_dest NULL *560881EB651416CEF77314D07D55EDCD5FC1BD6D
325
325
DROP USER grant_user,plug_dest;
326
326
set @@sql_mode= @save_sql_mode;
327
327
DROP DATABASE test_user_db;
0 commit comments