Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

MySQL command line not doing anything

I'm completely new to SQL and am following the MySQL tutorial for set up. In the command line client, none of the commands seem to do anything except give me an arrow -> which just sits there. I've tried the SHOW DATABASES and CREATE DATABASE test commands and nothing. The only thing that seems to do anything is the \c command which removes the arrow and takes me back to the mysql> prompt. This is an example of what it looks like:

enter image description here

like image 779
Siggytron Avatar asked Oct 27 '25 04:10

Siggytron


1 Answers

You need to terminate the command with a semicolon (;).

like image 179
Mureinik Avatar answered Oct 29 '25 19:10

Mureinik



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!