Tag Archives: command

MySQL Command Line – Part 1

This is a simple reminder of the mysql command line tool. In windows, open a command line, navigate to mysql binary folder (if you have it on your PATH, you can skip the navigation part), and use: To login: mysql -u #username# -p#password# (if you dont add the #password#.. it will ask you for one.… Read More »