MerDoLive / AdminPanel

MIT License
0 stars 0 forks source link

MySQL - Tutorials #53

Open merzido opened 6 years ago

merzido commented 6 years ago

Monday Chapter 2 Connecting to and Disconnecting from the Server Chapter 3 Entering Queries Tuesday Chapter 4 Creating and Using a Database Chapter 5 Getting Information About Databases and Tables Wednesday Chapter 7 Examples of Common Queries

Login mysql -u MERDB_DEV_R -p **** show databases ; development

use development ;