command_line_mysql
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| command_line_mysql [2023/03/09 22:35] – external edit 127.0.0.1 | command_line_mysql [2024/10/02 17:38] (current) – removed walkeradmin | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Command Line MySQL ====== | ||
| - | \\ | ||
| - | Here are a few useful MySQL commands you can run from the command line, handy if you have installed MySQL and you don't have desktop access or a graphical MySQL manager application. | ||
| - | \\ | ||
| - | \\ | ||
| - | Login to MySQL | ||
| - | First we must login | ||
| - | \\ | ||
| - | //**mysql -u root -p**// --- (the // | ||
| - | \\ | ||
| - | \\ | ||
| - | Create a MySQL Database | ||
| - | \\ | ||
| - | //**CREATE DATABASE new_database; | ||
| - | \\ | ||
| - | \\ | ||
| - | Show a MySQL Database | ||
| - | \\ | ||
| - | //**SHOW DATABASES; | ||
| - | \\ | ||
| - | \\ | ||
| - | \\ | ||
command_line_mysql.1678401305.txt.gz · Last modified: by 127.0.0.1
