Answered step by step
Verified Expert Solution
Question
1 Approved Answer
you will need to create an SQL schema for your project, based on the UML data model that you propose for this week. To facilitate
you will need to create an SQL schema for your project, based on the UML data model that you propose for this week. To facilitate this, I will create a database server that you can connect to in order to test your SQL make sure that it runsproduces the schema you want, etc. Part of the submission of this project task will be building the database schema on this server.
In order to connect to the server, you'll need credentials for both the server itself, and the database. To ensure decent security, we will be using SSH public key authentication to connect to the server.
For this assignment, generate an SSH key pair and submit both your public SSH key and the username you'd like me to use to create your account. Once I have this information, I'll set up an account on the server so you can connect. I'll post more instructions on what to do following this once the accounts have been set up
If you don't know how to set up SSH client and generate a keypair on your platform, please do a little research first and try to figure it out on your own.
Please format your submission like this,
desired username
ssh key starting with sshalg and ending with user@hostname
An SSH public key looks like this,
sshrsa AAAABNzaCycEAAAADAQABAAABgQCiRFLXeGjsROuwgYMnzKMthzBrPFNCJlGIeGKXZKuPrekYHGwtvtzGTlhryECufBQCvJrFPYHCZGvnIdjBoytXaaFKGEDTocCiWcEEpuvhcEyjYhQSkUnpNPFBYqJZcuBuigwIbjWCSawXicQGpcBtBywRktqvFiYhnHANOnmeSqFwRdxTVQkwDIUKiWmdiQAPDBmBQTnKeVWcrvYEneprPCReDvWRlBwtcAdKHHKrQeFvQTTaLrXYBdoYMavYrehuQoyClWUHRkKOQmLsuIEXeNhQsOoEBhmvdxLCvqTiIoGxgBVSoDeXxculClcbOymmqshYuGZjgAvfYJxfpEeEOBRVfOsvFzljyqRJqcDmMFLZUQaLAsyImwZBuYntninjJEdChrKUdAMokPqMYgznwMxCjs douglas@laptop
Be careful not to upload your private key. This should be as the name suggests kept private.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started