SQLite Installation

From DreamFactory
Jump to: navigation, search
(Created page with "=SQLite= ==Apt== *For '''Mint, Debian, Ubuntu''' run the following command: <source lang=bash>sudo apt-get install php5-sqlite</source> *Restart Apache: <source lang=bash>...")
 
Line 1: Line 1:
 
=SQLite=
 
=SQLite=
 
+
==Drivers==
 
==Apt==
 
==Apt==
 
*For '''Mint, Debian, Ubuntu''' run the following command:
 
*For '''Mint, Debian, Ubuntu''' run the following command:

Revision as of 14:21, 3 August 2016

SQLite

Drivers

Apt

  • For Mint, Debian, Ubuntu run the following command:
sudo apt-get install php5-sqlite
  • Restart Apache:
 sudo service apache2 restart

Yum

  • For CentOS, Fedora, Red Hat run the following command:
 yum install php5-sqlite3
  • Restart Apache:
 sudo apachectl restart

or

sudo service httpd restart