sql_query.rst 710 B

12345678910111213141516171819202122232425262728293031
  1. ##########
  2. SQL Query
  3. ##########
  4. The SQL Query tool is an optional feature that can run SQL commands, show the contents of the database, and set the type to view results in the browser CSV, or SQL.
  5. .. image:: ../_static/images/advanced/fusionpbx_sql_query.jpg
  6. :scale: 85%
  7. Install
  8. --------
  9. ::
  10. cd /var/www/fusionpbx/app
  11. git clone https://github.com/fusionpbx/fusionpbx-app-sql_query.git sql_query
  12. chown -R www-data:www-data /var/www/fusionpbx/app/sql_query
  13. php /var/www/fusionpbx/core/upgrade/upgrade.php
  14. - Run Advanced > Upgrade > Menu Defaults
  15. - Run Advanced > Upgrade > Permission Defaults
  16. - Log out and then Log back in
  17. Upgrade
  18. --------
  19. ::
  20. cd /var/www/fusionpbx/app/sql_query
  21. git pull