Actualités

Jack Wallen explains how to add data into a MySQL table from the command line. So you’re new to MySQL database administration.
Exiting MySQL You’ve created a database, added a table, and injected data into the table. All that’s left is to exit MySQL with the command exit. Your database is ready to use.
Open a command line by opening the Start menu, typing "cmd" into the search bar, then clicking "Command Prompt" from the results. Log in to the MySQL server by typing "mysql -u MySQLuser -p ...