You are on page 1of 6

connection name

Putty to mysql
Enliven connection to local host

command
mysql -u Enliven -p Enliven (or) --user= Enliven --password=Enliven
In command prompt: cd jboss,cd bin,cd standalone.bat

my sql in linux
command
\?
clear(\c)
connect (\r)
\delimiter(\d)
Edit(\e)
show databases
use

my sql in linux
Action
help
clear the current input statement
Reconnect to the server
set statement delimiter
$editor (we can come out using :q with out saving, with saving :wq)
shows all databases
It will go to the current database

linux commands

Action

You might also like