Re: i getting this warning [message #176022 is a reply to message #176021] |
Thu, 17 November 2011 13:34 |
Arno Welzel
Messages: 317 Registered: October 2011
Karma:
|
Senior Member |
|
|
Arno Welzel, 2011-11-17 14:31:
[...]
> 1) Do never trust data from outside
>
> 2) Always check results and do never assume successful execution
Sorry - forgot this:
3) Do NOT use "root" to connect to the MySQL database and limit the
access rights for the MySQL user as far as possible - if you never need
to create or drop tables within your own scripts, then the user should
not have the right for it. The same applies to any other operation
within the database.
--
Arno Welzel
http://arnowelzel.de
http://de-rec-fahrrad.de
|
|
|