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.
ユーザー/パスワードを作成し、ローカル DB に対する特定の権限を付与できるスクリプトを作成する必要があります。
前もって感謝します!
-ソル
GRANT ALL PRIVILEGES ON DB.* TO 'user'@'%' IDENTIFIED BY 'password';