Automate tasks with MySQL

MySQL is an open-source relational database management system (RDBMS).
https://www.mysql.com/


Actions

  • mysql

    Execute a Query

    Execute an SQL query. In the event of receiving results, such as when executing a SELECT query, only the first result will be considered, with each column being converted into a tag. Be cautious when specifying parameters in the query to prevent SQL injections.

  • mysql

    Execute a SELECT Query

    Execute a SELECT query. Be cautious when specifying parameters in the query to prevent SQL injections.