|
This is an overview of
This article is aimed at
PHP provides built in
One of the most powerful
relational database
answering one of the most
functions to access just
aspects of the MySQL server
concepts, specifically
asked questions on the PHP
about every database that
is the amazing amount of
MySQL. It illustrate each of
mailing list and discussion
exists, including Oracle.
control the administrator
the concepts through simple
forums alike: How to store
This 8-page tutorial
has over each user's
examples.
binary files in a MySQL
illustrates how to use these
intended behavior. This
database. This article is
built in functions to
control can restrict user
split into three pages:
communicate with an Oracle
privileges over a general
Setting up the database,
database.
part of the server, such as
Creating the 'upload'
limited access to an entire
scripts, and Creating the
database, but can also be as
'download' script. Includes
specific as limiting
the complete source code for
privileges for a specific
all the scripts involved.
table or even column. This
article will serve to
explain the process in which
the MySQL server
grants/revokes these user
privileges, highlighting in
particular the newest
additions to the MySQL
privilege system, the
tables_priv and columns_priv
tables. Please keep in mind
that the GRANT/REVOKE
commands detailed later in
this article are only
relevant to MySQL version
3.22.11 and up.
Date: Dec, 06 2000 Date: Oct, 17 2000 Date: Mar, 21 2000 Date: Nov, 09 1999 |
|
This tutorial might seem
Learn how to issue basic
This is a small tutorial
PEAR's DB classes are one of
pretty simple and obvious
mySQL queries using PHP and
detailing how to connect to
the database abstraction
for many advanced
how to properly validate SQL
mySQL. It is easy to follow
layers. This article takes a
webmasters, but some
queries before issuing them
and can be pulled right of
look at some traditional
beginners might have some
to the database server to
the site. Ideal for
database access methods and
problems. And since I
prevent possible attacks or
newcomers to PHP that want
then compare them with the
remember I was a bit stuck
unauthorized access
to look at connecting to
method employed by PEAR.
on this years ago too, why
databases.
not make things clear for
anyone?
When do we need
to do this? Everytime we
install a forum or a CMS
that requires an empty
database being already
created for the install
process.
Date: Oct, 03 2006 Date: May, 22 2006 Date: Dec, 13 2005 Date: Jan, 18 2001 |