This shows you the differences between the selected revision and the current version of the page.
| development:sql:add_user 2007/09/14 00:28 | development:sql:add_user 2007/11/07 10:16 current | ||
|---|---|---|---|
| Line 11: | Line 11: | ||
| Grant ALL PRIVILEGES ON database_name.* TO username@localhost IDENTIFIED BY "password"; | Grant ALL PRIVILEGES ON database_name.* TO username@localhost IDENTIFIED BY "password"; | ||
| </code> | </code> | ||
| - | This crants username access to all tables under database_name. | + | This grants username access to all tables under database_name. |
| Now we have to update privileges for this user | Now we have to update privileges for this user | ||