5 lines
86 B
SQL
5 lines
86 B
SQL
use test;
|
|
set autocommit=1;
|
|
use mysql;
|
|
select count(*) from user where user='maxuser'
|