资讯

Type "use MySQL-Database" where "MySQL-Database" is the name of the database containing the table into which you want to insert a string.
Create a query expression to insert the data into the MySQL database. Use a prepared statement to properly escape data and avoid MySQL injection exploits.
Jack Wallen explains how to add data into a MySQL table from the command line.