Forum Discussion
riupie
Jun 08, 2022Copper Contributor
How to create user for spesific IP?
Hi, Like the title said, how to achieve my requirement? On another database server, for example MySQL, we can define it when creating user: CREATE USER 'bob'@'10.1.1.1' IDENTIFIED BY 'password12...
olafhelper
Jun 08, 2022Bronze Contributor
In MS SQL Server it's not possible.