Monday, March 24, 2008

Communicating with MySQL

The MySQL server is the manager of your database:
  • It creates new databases.
  • It knows where the databases are stored.
  • It stores and retrieves information, guided by the requests, or queries, that it receives.
To make a request that MySQL can understand, you build an SQL query and send it to the MySQL server.

No comments: