Changes between Initial Version and Version 1 of phpMyAdmin


Ignore:
Timestamp:
May 7, 2015, 11:52:25 AM (3 years ago)
Author:
chris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • phpMyAdmin

    v1 v1  
     1[[PageOutline(2-5, Table of Contents, floated)]]
     2= phpMyAdmin =
     3
     4[http://www.phpmyadmin.net/ phpMyAdmin] on [[Crin1]] at https://phpmyadmin.crin.org/ was installed on ticket:8.
     5
     6The site is password protected using HTTP Digest Authentication so you need to get a username and password to access it (ask [mailto:chris@webarchitects.co.uk chris@webarchitects.co.uk]), this is to prevent brute force attacks on the MySQL accounts.
     7
     8The site uses a [http://www.cacert.org/ CACert] SSL/TLS certificate and to avoid HTTPS warnings in your browser you need to install [http://www.cacert.org/index.php?id=3 the root certificates] for Firefox simply follow these links: [http://www.cacert.org/certs/root.crt Class 1 CACert Root], [http://www.cacert.org/certs/class3.crt Class 3 CACert Root].
     9
     10To add additional username / passwords on [[Crin1]]
     11
     12{{{
     13sudo -i
     14cd /etc/phpmyadmin
     15export NEWUSER="username"
     16htdigest .htpasswd phpmyadmin $NEWUSER
     17}}}