MySQL for Other Applications: Working with data

  1. Installation
  2. MySQL for Other Applications
  3. Manipulating Data

If you are using Sequel Pro, go to the “Query” tab. If you are using the command line, make sure you are in the mysql command line, and remember to end your statements with semicolons.

From this point on, I’m assuming that you have access to a MySQL database and that your username and password have been set up to let you work on that database.

  1. Installation
  2. MySQL for Other Applications
  3. Manipulating Data