Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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 Installing Wordpress

Wordpress is not allowed on PHPMySQL server. Any installed instances will be removed 

Anchor
_Toc452564147
_Toc452564147
Access to PHPMySQL

...

  1. Open a command prompt
  2. Change directory to "C:\wamp\bin\mysql\mysql5.5.24\bin", by running cd C:\wamp\bin\mysql\mysql*\bin
  3. Run "mysql -h phpmysql.howardcc.edu -u UserName –p", replacing "UserName" with your HCC username.
  4. Enter your MySQL password provided by the instructor.
  5. Once you are logged in you will have a mysql> prompt to run SQL statements from

...

  1. In your web browser open http://wordpress.org/ Image Removed
  2. Click the "Download Wordpress" button Image Removed
  3. Click the "Download Wordpress x.x.x" button where x.x.x is a version Image Removed
  4. When the download is finished, open the zip file: Image Removed
  5. Open the "wordpress" folder in the zip file Image Removed
  6. Copy all of the files Image Removed
  7. Open your PHPMySQL drive Image Removed
  8. Open the Wordpress folder Image Removed
  9. Paste the files, this will take a few minutes Image Removed
  10. Open https://phpmysql.howardcc.edu/Wordpress/Username, replacing username with your username, in a webbrowser Image Removed
  11. Click "Creation Configuration File" button Image Removed
  12. Click "Lets Go" button Image Removed
  13. Enter your username into the "Username" field and into the "Database" field, and the MySQL password your instructor provided into the "Password" field. Image Removed
  14. Click the "Submit" button Image Removed
  15. Click the "Run the Install" button Image Removed
  16. 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. Image Removed
  17. Click the "Install Wordpress" button Image Removed
  18. Click the "Log In" button Image Removed
  19. Sign in Image Removed
  20. From here you can write posts, change you themes, add users, and all other administrative tasks Image Removed
  21. To access the admin page again you can browse to https://phpmysql.howardcc.edu/Wordpress/Username/wp-admin, replacing Username with your username.