66
connect(localhost,mysqltest_1,,test,MYSQL_PORT,MYSQL_SOCK);
66
connect(localhost,mysqltest_1,,test,DRIZZLE_PORT,DRIZZLE_SOCK);
67
67
ERROR 42000: User 'mysqltest_1' has exceeded the 'max_user_connections' resource (current value: 3)
68
68
drop user mysqltest_1@localhost;
69
69
select @@session.max_user_connections, @@global.max_user_connections;