Creating and Selecting a Database
Creating and Selecting a Database If the database administrator creates your database for you when setting up your permissions, you can begin using it. Otherwise, you need to create it yourself: mysql> CREATE DATABASE test2; Under Unix, database names are case-sensitive (unlike SQL keywords), so you must always refer to your database as test2, not … Read more