News

Creating a database The first thing to do is to create a database. I’m going to demonstrate by creating a database called TECHREPUBLIC. First gain access to the MySQL prompt with the command ...
Figure A Creating a database First, we must create the actual database to be used. We’ll create a database called staff. To do this, we issue the command (from the MySQL prompt): CREATE DATABASE ...