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 | ||||
---|---|---|---|---|
|
...
- 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.