Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
GRANT SELECT ON SomeDatabase.* TO SomeUser@localhost
GRANT SELECT ON SomeDatabase.* TO SomeUser@'127.0.0.1'
GRANT SELECT ON SomeDatabase.* TO SomeUser@'192.168.0.%'