बातम्या

Jack Wallen explains how to add data into a MySQL table from the command line.
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 ...
Access the MySQL Server from the shell prompt using the following command:mysql -u -h -p Replace "," " " and " " with the appropriate credentials.