Skip to content

Commit

Permalink
add note about stored procedure privileges
Browse files Browse the repository at this point in the history
  • Loading branch information
firefly2442 committed Aug 2, 2012
1 parent a3551ab commit af8d26d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ReadMe.html
Expand Up @@ -91,7 +91,8 @@ <h2>Contents</h2>
<ol>
<li>Stored Procedures:</li>
<ul>
<li>Setup a MySQL database and create some stored procedures to use.</li>
<li>Setup a MySQL database and create some stored procedures to use. For information regarding permissions required
to create and execute stored procedures, see this <a href="https://dev.mysql.com/doc/refman/5.0/en/stored-routines-privileges.html">MySQL guide</a>.</li>
<li>MySQL stored procedures are essentially just stored commands that run. If you know basic SQL commands (SELECT,
INSERT, UPDATE) you should be fine. These stored procedures can optionally have parameters that are passed which
can then be used in the procedure.</li>
Expand Down

0 comments on commit af8d26d

Please sign in to comment.