mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 02:30:06 +01:00
27a7365f42
It should work ok on all Unixes, but on Windows ,only worked by accident in the past, with client not being Unicode safe. It stopped working with Visual Studio 2017 15.7 update now.
7 lines
219 B
Text
7 lines
219 B
Text
set names utf8;
|
||
grant select on test.* to юзер_юзер@localhost;
|
||
user()
|
||
юзер_юзер@localhost
|
||
revoke all on test.* from юзер_юзер@localhost;
|
||
drop user юзер_юзер@localhost;
|
||
set names default;
|