Jump to content
The Uniform Server Community

RQ: SQLite


stream
 Share

Recommended Posts

  • 2 weeks later...

Dear DevTeam,

after no answer I'll give HowTo I run it myself.

 

First you'll need latest available version of SQLiteManager 1.2.4 it's FREE!!!

 

and the latest SQLite 3.7.10

 

Extract the archive to C:\UniServer\home\Sqlitemanager

 

Edit in php.ini

 

....

;extension=php_pdo_pgsql.dll

extension=php_pdo_sqlite.dll

;extension=php_pgsql.dll

....

;extension=php_sockets.dll

extension=php_sqlite.dll

;extension=php_sqlite3.dll

....

 

Edit in httpd.conf

 

Alias /test_access "C:/UniServer/home/access/www/"

<Directory "C:/UniServer/home/access/www/">

Order allow,deny

Allow from all

</Directory>

 

Alias /sqlite "C:/UniServer/home/Sqlitemanager"

<Directory "C:/UniServer/home/Sqlitemanager">

Options All

AllowOverride AuthConfig

Order allow,deny

Allow from All

</Directory>

 

You can access SQLite Manager via Web Browser at: http://127.0.0.1/sqlite/index.php or http://localhost/sqlite/index.php

 

In bold I put what need to change to give both SQLite and SQLiteManager (like phpMyAdmin is web based)

 

Can somebody test and give me feedback and of course need to secure it via .htaccess (need help here) ???

 

Thanks in advance!

 

N.B. Smarty 3.1.8 as template engine will be good too to be added in my opinion and giant step with others WAMP competitors!

...and will be more useful for Web Developers.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...