Skip to content

It utilizes a MySQL server set up on a Red Hat Enterprise Linux 9 (RHEL 9) virtual machine (VM). The VM configuration demonstrates the potential for the database server to be accessed by other hosts on the network. The project includes various SQL scripts within the database folder, demonstrating functionalities like creating a schema and more!

License

Notifications You must be signed in to change notification settings

xpcosmos/physical-data-model-mysql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Physical Data Model (MySQL)

This project serves as a practical demonstration of my learning journey with MySQL databases. It utilizes a MySQL database server set up on a Red Hat Enterprise Linux 9 (RHEL 9) virtual machine (VM). The initial purpose is to implement the model below:

img1

Technologies and Tools

  • MySQL Server
  • Linux (RHEL9)
  • Oracle SQL Developer
  • Drawio
  • SFTP/FTP Protocol

Purpouse

This project provides a hands-on experience with key aspects of MySQL database management, including:

  • Setting up a basic MySQL database structure (schema)
  • Setting up a VM able to be used by external users in the same Network
  • Management acess and permission to interact with the database
  • Writing SQL queries to interact with the database

Additional notes

  • The database folder contains various SQL scripts that demonstrate different functionalities and example of the used data. These scripts can be executed once you connect to the MySQL server on your VM.

  • You'll need to have a separate setup process for the VM and database (not included in this project) to connect and run the scripts.

  • This project serves as a learning tool for personal development.

Contact

Contact

About

It utilizes a MySQL server set up on a Red Hat Enterprise Linux 9 (RHEL 9) virtual machine (VM). The VM configuration demonstrates the potential for the database server to be accessed by other hosts on the network. The project includes various SQL scripts within the database folder, demonstrating functionalities like creating a schema and more!

Topics

Resources

License

Stars

Watchers

Forks