Database-SQL: Does php + mysql support stackedquery?

Source: Internet
Author: User
Stackedqueries: Executingmorethanonequeryinonetransaction. does one execution of Multiple SQL statements mean stack query? According to an article, php + mysql does not support stackedqueries. However, such SQL statements: SELECT * FROMmembers ;... stacked queries: Executing more than one query in one transaction.
Is stack query performed when multiple SQL statements are executed at a time?
I saw an article saying that php + mysql does not support stacked queries. However, such an SQL statement: SELECT * FROM members; DROP membersObviously, it can be executed in mysql.
Where did I get it wrong?

Reply content:

Stacked queries: Executing more than one query in one transaction.
Is stack query performed when multiple SQL statements are executed at a time?
I saw an article saying that php + mysql does not support stacked queries. However, such an SQL statement:SELECT * FROM members; DROP membersObviously, it can be executed in mysql.
Where did I get it wrong?

The database certainly supports stack query, but it is not necessary for php to execute SQL statements.

For more information, see the following two articles:

  • Stacked Queries
  • SQL Injection memo form

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.