Installation

Installation – Installating MDB2_TableBrowser

Installation

First you need MDB2 installed:

$ pear install --alldeps MDB2

You should install a driver for each database you are working with. For MySQL it would be:

$ pear install MDB2_Driver_Mysql

Finally you install MDB2_TableBrowser using the PEAR installer. Since the package is in alpha you have to add the -d option as below:

$ pear -d preferred_state=alpha install --alldeps MDB2_TableBrowser