|
Importing the additional tables |
Top Previous Next |
|
AgileVoice uses additional tables which are too large for PHP to automatically load. Due to this, you will be required to manually import these tables in to your AgileVoice installation.
The additional tables required by AgileVoice are downloadable from the URL below. Additionally, this file is included in the web installation files, under the directory misc.
http://www.agilevoice.com/misc/av-tables.zip
To install, first unzip the contents of the above file.
Next, use the following commands to install the database tables. You must have proper permission to issue table creation, etc., on the database server.
Linux: cat av-tables.sql | mysql -uUSERNAME -pPASSWORD -hHOSTNAME DATABASE Windows: type av-tables.sql | mysql -uUSERNAME -pPASSWORD -hHOSTNAME DATABASE
Replace the uppercase keywords with your chosen configuration settings used during the PHP installation.
|