Download presentation
Presentation is loading. Please wait.
Published byKerrie Cross Modified over 9 years ago
1
Dr. Thomas E. Hicks Trinity University Computer Science
2
Launch & Configure
3
Launch Command Window Start Select Run Enter cmd
4
CD\ To Go To Root Directory CLS To Clear Screen
5
Right-Mouse Click In Top Bar To Change Command Window Properties Select Properties
6
Select Colors Tab Select Screen Background Color Select Screen Text Color
7
Select Layout Tab Enter Width & Height Push OK Button Save Properties For Future Windows Push OK
8
Nicely Formatted Window Next Time You Start cmd
9
Find IP Address Of System Internet Protocol Subnet Mask Gateway
10
ipconfig IP Address = 131.194.71.113
11
Ipconfig /all Shows DNS Servers, WINS Servers, etc.
12
Domain Name System Domain Name Server
13
\\ananke.cs.trinity.edu Uses DNS Domain Name System to Resolve IP Address
14
\\131.194.71.9 Uses IP Address
15
Find IP Of DNS System Domain Name System
16
ping ananke.cs.trinity.edu Attempts To Contact System Successful Uses DNS Domain Name System to Resolve IP Address
17
ping net5.cs.trinity.edu Attempts To Contact System Unsuccessful Uses DNS Domain Name System to Resolve IP Address
19
T o See Services: Start Task Manager Right Mouse Click On Tool Bar Select Task Manager Select Services Tab Find MySQL
20
To See Services: Right Mouse Click On My Computer Select Manage Expand Services & Applications Select Services
21
Launch MySQL on the Lab System MySQL Server
22
-uroot -u is to identify the user root is the system administrator System administrator is all powerful
23
-ptrinity -p is to identify the password trinity is the root password on the lab systems
25
-ustudent -u is the student administrative user
26
-pstudent -p is to identify the password student is the student password on the the Ananke MySQL Server
27
-hananke.cs.trinity.edu -h is to identify the host ananke.cs.trinity.edu is the host MySQL Server -h131.194.71.9 is the IP address associated with the Ananke host MySQL Server
28
Remote Login (from net3.cs.trinity.edu) mysql -ustudent –pstudent –hananke.cs.trinity.edu
29
Remote Login (from net3.cs.trinity.edu) mysql -ustudent –pstudent –h131.194.71.9
31
DOS Prompt – DOS Mode Not Connected To SQL Server! MySQL Commands, such as SELECT, CREATE, STATUS, etc. will not work in DOS mode. DOS Commands, such as CLS, COPY, IPCONFIG, etc. will work.
32
DOS Prompt – DOS Mode Not Connected To SQL Server! MySQL Commands, such as SELECT, CREATE, STATUS, etc. will not work in DOS mode. DOS Commands, such as CLS, COPY, IPCONFIG, etc. will work.
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.