Getting Started with MySQL: Advice for Beginners

  • Thread starter Thread starter Chromium
  • Start date Start date
  • Tags Tags
    Beginners Mysql
Click For Summary

Discussion Overview

The discussion centers around advice for beginners starting with MySQL, particularly in the context of preparing for an introductory database course. Participants share resources, tutorial suggestions, and practical application ideas related to learning MySQL and database management.

Discussion Character

  • Exploratory
  • Technical explanation
  • Homework-related

Main Points Raised

  • One participant, Jonathan, expresses uncertainty about how to proceed after installing MySQL Server 5.1 and seeks advice on tutorials and resources.
  • Another participant suggests a tutorial from the official MySQL documentation as a promising resource for beginners.
  • A different participant recommends visiting a library to find books on MySQL and database management, emphasizing the importance of understanding the purpose behind database operations.
  • One participant proposes creating a simple application that allows users to post and view comments as a practical way to learn about database interactions.
  • Another participant mentions YouTube as a source for tutorials, providing a link to a specific video.

Areas of Agreement / Disagreement

Participants generally agree on the value of seeking out tutorials and resources for learning MySQL, but no consensus exists on the best approach or specific resources to use.

Contextual Notes

Some suggestions depend on personal learning preferences and prior knowledge of programming languages, which may affect the applicability of the advice given.

Who May Find This Useful

Beginners interested in learning MySQL, students preparing for database courses, and individuals looking for practical applications of database management.

Chromium
Messages
56
Reaction score
0
hey everyone,

I'm about to take an introductory course in databases in the fall, but I figured I could start learning about them now. I downloaded & installed MySQL Server 5.1, but I'm not exactly sure what to do at this point. I'll migrate to the bin folder and type in the following:

Code:
mysql -u root -p

This will bring me to some sort of main menu. But anyways, can anyone give me some advice or direct me to a really good tutorial? I've been doing some searching on Google and I've found some stuff. I've learned that you can distinguish between the entity that actually stores data (i.e. storage engine) from the management system (which allows you to manipulate the structure that holds data via commands like SQL commands), but I figured asking on here wouldn't hurt either.

thanks,

--Jonathan
 
Technology news on Phys.org
You can just go to a nearby library and grab some books on MySQL/database management.

For knowing why you are doing what you will be doing in the course, you should use language you know and make one application that stores information in the db. Maybe you would want to get some books on how to access/update/insert/delete data with your favorite language.

One application suggestion: A user interface (either command prompt/html) that let you post comments, see all comments posted in the past.
 

Similar threads

  • · Replies 12 ·
Replies
12
Views
11K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 16 ·
Replies
16
Views
3K
  • · Replies 16 ·
Replies
16
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
9
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K