Using the PHPMySQL Server
Contents
Access to PHPMySQL
Public Website Access
Accessing the Server from FileZilla/FTP Client
FTP Connection Quick Reference
Accessing the Server from Windows via WebDav - Students
Accessing the Server from Windows via WebDav – Instructor
PHPMyAdmin Access
MySQL Command Line Access
Installing Applications
Wordpress is not allowed on PHPMySQL server. Any installed instances will be removed
Access to PHPMySQL
Public Website Access
- Open a web browser
- In the URL bar enter https://phpmysql.howardcc.edu/Users/Username replacing Username with your HCC username
- When the page loads you should see :
- You can change this page by replacing the index.html in your Public folder, for more details follow the instructions below.
Accessing the Server from FileZilla/FTP Client - Recommended method
FTP Connection Quick Reference
Protocol: FTPSServer : phpmysql.howardcc.eduUsername : Your HCC Username, such as jdoe1234Password : Your HCC passwordPort : 990
- Open filezilla or your preferred FTP client
- Enter "ftps://phpmysql.howardcc.edu" into the host fieldEnter your HCC username in the username field. Ex : jdoe1234
Enter your HCC password in the password field Click the Quickconnect button
- When it asks if you want to trust the host, click "OK"
- On the right side you will see the files in your drive on the server you can download and editThe left side will have your local files you can upload to the server
- There can be multiple folders inside the drive depending on what classes you are in, they are:
- PHP – For PHP class assignments any files placed in here can be accessed publicly via https://phpmysql.howardcc.edu/PHP/Username replacing Username with your HCC username
- Public – For your publicly accessible website https://phpmysql.howardcc.edu/Users/Username replacing Username with your HCC username
- Wordpress – Wordpress class folder, it is publicly accessible at https://phpmysql.howardcc.edu/Wordpress/Username replacing Username with your HCC username
- For further help with using FileZilla see its Tutorial
Accessing the Server from Windows via WebDav - Students - NOT RECOMMENDED, USe FTPS instead
- Open Explorer
- Click on "Map network drive"
- Type in "https://phpmysql.howardcc.edu/HCCMAIN/UserName" replacing "UserName" with your HCC Username.
- Select a free drive letter. Check "Connect using different credentials".
- Click the "Finish" button
- Enter in your HCC Username and Password credentials
- Click the "OK" button
- You can now read and write to your drive
- This main folder and it's subfolders can be accessed by you and instructors in the web browser at https://phpmysql.howardcc.edu/HCCMAIN/UserName replacing Username with your HCC username
- There can be multiple folders inside the drive depending on what classes you are in, they are:
- PHP – For PHP class assignments any files placed in here can be accessed publicly via https://phpmysql.howardcc.edu/PHP/Username replacing Username with your HCC username
- Public – For your publicly accessible website https://phpmysql.howardcc.edu/Users/Username replacing Username with your HCC username
- Wordpress – Wordpress class folder, it is publicly accessible at https://phpmysql.howardcc.edu/Wordpress/Username replacing Username with your HCC username
Accessing the Server from OSX via Webdav - Students - NOT RECOMMENDED, Use FTPS instead
- Open Finder
- In the menu bar, click "Go" then "Connect to Server"
- Type in "https://phpmysql.howardcc.edu/HCCMAIN/UserName" replacing "UserName" with your HCC Username. Click "Connect"
- Type in your HCC Username and password
- Click the "Connect" button
- The folder will open up with subfolder and you can now upload your webpages
- To get back to this folder later, click phpmysql.howardcc.edu under "Shared" in Finder
- Then open the folder with your username
- This main folder and it's subfolders can be accessed by you and instructors in the web browser at https://phpmysql.howardcc.edu/HCCMAIN/UserName replacing Username with your HCC username
- There can be multiple folders inside the drive depending on what classes you are in, they are:
- PHP – For PHP class assignments any files placed in here can be accessed publicly via https://phpmysql.howardcc.edu/PHP/Username replacing Username with your HCC username
- Public – For your publicly accessible website https://phpmysql.howardcc.edu/Users/Username replacing Username with your HCC username
- Wordpress – Wordpress class folder, it is publicly accessible at https://phpmysql.howardcc.edu/Wordpress/Username replacing Username with your HCC username
Accessing the Server from Windows via WebDav – Instructor - NOT RECOMMENDED, Use FTPS instead
- Open Explorer
- Click on "Map network drive"
- Type in "https://phpmysql.howardcc.edu/HCCMAIN"
- Select a free drive letter. Check "Connect using different credentials".
- Click the "Finish" button
- Enter in your HCC Username and Password credentials
- Click the "OK" button
- When you open the drive you will see folders for all the instructors and all the students
- There are INS_Username folders, these are the other instructors folders, there are also each INS_Username folder also has a shortcut folder with just the Username.
- The Instructors folder is for Instructors to place materials for students to access on the server such as a config file.
- Inside each instructor or students folder there can be the following subfolders :
- Instructors – shortcut to the Instructors folder for students to access shared files
- PHP – For PHP class assignments any files placed in here can be accessed publicly via https://phpmysql.howardcc.edu/PHP/Username replacing Username with your HCC username
- Public – For your publicly accessible website https://phpmysql.howardcc.edu/Users/Username replacing Username with your HCC username
- Wordpress – To be used to install Wordpress, it is publicly accessible at https://phpmysql.howardcc.edu/Wordpress/Username replacing Username with your HCC username
PHPMyAdmin Access
- Open a web browser
- In the URL bar enter https://phpmysql.howardcc.edu/phpmyadmin/
- Enter in your username, and the database password provided to you by your instructor, then click "Go"
- From this page you will be able to create, modify, delete, and manage the database used by Wordpress and other applications installed on the server.
MySQL Command Line Access
- Open a command prompt
- Change directory to "C:\wamp\bin\mysql\mysql5.5.24\bin", by running cd C:\wamp\bin\mysql\mysql*\bin
- Run "mysql -h phpmysql.howardcc.edu -u UserName –p", replacing "UserName" with your HCC username.
- Enter your MySQL password provided by the instructor.
- Once you are logged in you will have a mysql> prompt to run SQL statements from