User Tools
Writing /app/www/public/data/meta/databaseandnetworkmanagement/mysqluser.meta failed
databaseandnetworkmanagement:mysqluser
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| databaseandnetworkmanagement:mysqluser [2016/11/17 11:23] – created mmcc | databaseandnetworkmanagement:mysqluser [2021/06/25 10:09] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== How to Create a User in Mysql and Grant Permission ====== | ||
| + | |||
| + | '' | ||
| + | |||
| + | This creates a user called reader who can connect from a machine with an ip address that starts with 10.5.5. | ||
| + | reader' | ||
| + | |||
| + | ---- | ||
| + | |||
| + | '' | ||
| + | |||
| + | This creates a user called root who can connect from a machine with an ip address that starts with 10.5.5. | ||
| + | root's password in this case is <YOUR PASSWORD> | ||
| + | |||
| + | ---- | ||
| + | |||
| + | '' | ||
| + | |||
| + | **Note:** Do not use the root account unless you are making changes to the database. For queries etc. please use the reader account! | ||