|
|
| OpenBSD phpMyAdmin |
|
|
|
| Written by Bart Dorlandt |
| Sunday, 10 June 2007 16:42 |
|
(At the time of writing I use OpenBSD 4.0) phpMyAdmin can be used to administer mysql from a webfrontend. This is very useful if you do not master the art of MySQL. To install phpMyAdmin use the following commands. This install is an example of what needs to be done if PHP5 and MySQL aren't yet installed. If they are the installation process might be a bit different. (I use the hardened version of PHP5, so you'll have to choose all the hardened versions eg. gd, mbstring) But before we can install these packages, we will have to make sure some files are in place. These files are needed for the package: php5-gd-5.1.4-hardened. Execute the following commands. These will download the tgz-package xbase40.tgz, extract 2 files from it and places them in the correct location. NOTE: make sure you are root. # if you don't have wget use this command: pkg_add -i php5-gd-5.1.4-hardened pkg_add -i phpMyAdmin |
| Last Updated on Friday, 13 February 2009 15:35 |
| Related items: |
|---|
|


