mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
fa81a82e7f
Added missing DBUG_RETURN statements (in mysqldump.c) Added missing enums Fixed a lot of wrong DBUG_PRINT() statements, some of which could cause crashes Removed usage of %lld and %p in printf strings as these are not portable or produces different results on different systems.
47 lines
913 B
Text
47 lines
913 B
Text
SHOW VARIABLES LIKE 'server_id';
|
|
Variable_name Value
|
|
server_id 1
|
|
SHOW INSTANCES;
|
|
instance_name state
|
|
mysqld1 XXXXX
|
|
mysqld2 offline
|
|
--> Listing users...
|
|
im_admin
|
|
|
|
==> Adding user 'testuser'...
|
|
|
|
--> IM password file:
|
|
testuser:*0D3CED9BEC10A777AEC23CCC353A8C08A633045E
|
|
im_admin:*598D51AD2DFF7792045D6DF3DDF9AA1AF737B295
|
|
--> EOF
|
|
|
|
--> Printing out line for 'testuser'...
|
|
testuser:*0D3CED9BEC10A777AEC23CCC353A8C08A633045E
|
|
|
|
--> Listing users...
|
|
im_admin
|
|
testuser
|
|
|
|
==> Changing the password of 'testuser'...
|
|
|
|
--> IM password file:
|
|
im_admin:*598D51AD2DFF7792045D6DF3DDF9AA1AF737B295
|
|
testuser:*39C549BDECFBA8AFC3CE6B948C9359A0ECE08DE2
|
|
--> EOF
|
|
|
|
--> Printing out line for 'testuser'...
|
|
testuser:*39C549BDECFBA8AFC3CE6B948C9359A0ECE08DE2
|
|
|
|
--> Listing users...
|
|
testuser
|
|
im_admin
|
|
|
|
==> Dropping user 'testuser'...
|
|
|
|
--> IM password file:
|
|
im_admin:*598D51AD2DFF7792045D6DF3DDF9AA1AF737B295
|
|
--> EOF
|
|
|
|
--> Listing users...
|
|
im_admin
|
|
|