Jan 6, 2010

Simple& Quick mysql commands

  • $ mysql --user=your-user-name --password=your-password
  • mysql> show databases;
  • mysql> use thedatabaseyouwantoselect;
  • mysql> show tables;

No comments:

Post a Comment

Visual Studio Keyboard Shortcuts

Playing with keyboard shortcuts is very interesting and reduce the headache of using the mouse again and again while programming with visu...