Home   IT Stuff   Contact link Contact: bill@dughaille.info Home  

Connecting to mysql
mysql -h [host] -u [user] -p
e.g.:
mysql -h [host 127.0.0.1 or localhost] -u [user] -p [db]

Dictionary CommandsExample
show databases
show tables
show index from [table_name]

Odds and EndsExample
Run script:
source [script]
Help