Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ログインを監視できる mysql データベースに接続するビジュアル ベーシック デスクトップ アプリケーションを作成する方法を探しています。ユーザーが一度に 1 つの場所でのみログインできるようにしたい..任意の提案
1 人のユーザーの同時接続数を制限できます。
GRANT ... TO 'user'@'host' WITH MAX_USER_CONNECTIONS 1;
ソース