...
Table of Contents | ||
---|---|---|
|
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 SFTP
Server : phpmysql.howardcc.eduUsername edu
Username : Your HCC Username, such as jdoe1234Password jdoe1234
Password : Your HCC passwordPort password
Port : 99022
- Open filezilla or your preferred FTP client
- Enter "ftpssftp://phpmysql.howardcc.edu" into the host fieldEnter field
Enter 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 edit
The 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
...
- 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
...
- To get back to this folder later, click phpmysql.howardcc.edu under "Shared" in Finder
- Then open the folder with your username
...
- 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
...
- 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
...
- In your web browser open http://wordpress.org/
- Click the "Download Wordpress" button
- Click the "Download Wordpress x.x.x" button where x.x.x is a version
- When the download is finished, open the zip file:
- Open the "wordpress" folder in the zip file
- Copy all of the files
- Open your PHPMySQL drive
- Open the Wordpress folder
- Paste the files, this will take a few minutes
- Open https://phpmysql.howardcc.edu/Wordpress/Username, replacing username with your username, in a webbrowser
- Click "Creation Configuration File" button
- Click "Lets Go" button
- Enter your username into the "Username" field and into the "Database" field, and the MySQL password your instructor provided into the "Password" field.
- Click the "Submit" button
- Click the "Run the Install" button
- Enter in a Site Name for the "Site Name" field, your username in the "Username" field, a new password that is 7 characters long for the "Password" field and the confirm field, and your email into the email field.
- Click the "Install Wordpress" button
- Click the "Log In" button
- Sign in
- From here you can write posts, change you themes, add users, and all other administrative tasks
- To access the admin page again you can browse to https://phpmysql.howardcc.edu/Wordpress/Username/wp-admin, replacing Username with your username.