Return »
CMS > Coppermine
Questions
Answers
  1. How can I erase Coppermine?

    Files must be deleted via FTP, and to delete the contents of the database you must use PHPMyAdmin to delete all the database contents. Please be careful not to erase tables that do not belong to Coppermine.

    [Back to top]
  2. How do I install Coppermine?

    If you have PHP 4/5 and MySQL in the subscription all users can install Coppermine via the Modules Tab in the control panel.

    Our auto-installer automatically copies the files to your website and creates the necessary database tables (on the MySQL 4.1 server). The install path is listed in the control panel.

    [Back to top]
  3. What is my password and how can I reset it?

    The username for Coppermine is admin and the password is the same as your FTP password. FTP password is located under the FTP Tab in the control panel. If you later change your FTP password the Coppermine password remains the same.

    If you forgot your Coppermine password it can easily be reset cia the PHPMyAdmin SQL management tool for the MySQL 4.1 server.

    To change your password, access the PHPMyAdmin for the 4.1 server (we install it default on the 4.1 server), and type the following:

    update webcpg14x_users set user_password=MD5('newpassword')where user_name='admin';

    Password is now changed to the new password.

    [Back to top]
Jump to:
Show all categories
Show as printable