MySQL Forums
Forum List  »  Optimizer & Parser

Re: How to best optimize MYSQL Database
Posted by: Rick James
Date: December 21, 2012 12:49PM

"codes", "plugins", "optimize" -- these don't make sense in the same context. What do you mean?

Security tips:
* Search for "sql injection".
* GRANT ... ON dbname.* ... -- Restrict the application to the database in question.
* Non-trivial passwords
* Escape all data provided by the user -- before interpolating into SQL statements.

Options: ReplyQuote


Subject
Views
Written By
Posted
2533
December 10, 2012 03:45AM
Re: How to best optimize MYSQL Database
1351
December 21, 2012 12:49PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.