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
Introduction to MDB2_TableBrowser (Previous) Example of how to use MDB2_TableBrowser (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

There are no user contributed notes for this page.