Translated using Weblate (Italian)
[phpmyadmin.git] / doc / glossary.rst
blob5f1933369217b37d404640a65ae893475014d3f5
1 .. _glossary:
3 Glossary
4 ========
6 From Wikipedia, the free encyclopedia
8 .. glossary::
10     .htaccess
11       the default name of Apache's directory-level configuration file.
13       .. seealso:: <https://en.wikipedia.org/wiki/.htaccess>
15     ACL
16       Access Control List
18     Blowfish
19       a keyed, symmetric block cipher, designed in 1993 by Bruce Schneier.
21       .. seealso:: <https://en.wikipedia.org/wiki/Blowfish_(cipher)>
23     Browser
24       a software application that enables a user to display and interact with text, images, and other information typically located on a web page at a website on the World Wide Web.
26       .. seealso:: <https://en.wikipedia.org/wiki/Web_browser>
28     bzip2
29       a free software/open-source data compression algorithm and program developed by Julian Seward.
31       .. seealso:: <https://en.wikipedia.org/wiki/Bzip2>
33     CGI
34       Common Gateway Interface is an important World Wide Web technology that
35       enables a client web browser to request data from a program executed on
36       the Web server.
38       .. seealso:: <https://en.wikipedia.org/wiki/Common_Gateway_Interface>
40     Changelog
41       a log or record of changes made to a project.
43       .. seealso:: <https://en.wikipedia.org/wiki/Changelog>
45     Client
46       a computer system that accesses a (remote) service on another computer by some kind of network.
48       .. seealso:: <https://en.wikipedia.org/wiki/Client_(computing)>
50     column
51       a set of data values of a particularly simple type, one for each row of the table.
53       .. seealso:: <https://en.wikipedia.org/wiki/Column_(database)>
55     Cookie
56       a packet of information sent by a server to a World Wide Web browser and then sent back by the browser each time it accesses that server.
58       .. seealso:: <https://en.wikipedia.org/wiki/HTTP_cookie>
60     CSV
61       Comma-separated values
63       .. seealso:: <https://en.wikipedia.org/wiki/Comma-separated_values>
65     DB
66       look at :term:`database`
68     database
69       an organized collection of data.
71       .. seealso:: <https://en.wikipedia.org/wiki/Database>
73     Engine
74       look at :term:`Storage Engines`
76     extension
77       a PHP module that extends PHP with additional functionality.
79       .. seealso:: <https://en.wikipedia.org/wiki/Software_extension>
81     FAQ
82       Frequently Asked Questions is a list of commonly asked question and there
83       answers.
85       .. seealso:: <https://en.wikipedia.org/wiki/FAQ>
87     Field
88       one part of divided data/columns.
90       .. seealso:: <https://en.wikipedia.org/wiki/Field_(computer_science)>
92     foreign key
93       a column or group of columns in a database row that points to a key column
94       or group of columns forming a key of another database row in some
95       (usually different) table.
97       .. seealso:: <https://en.wikipedia.org/wiki/Foreign_key>
99     GD
100       Graphics Library by Thomas Boutell and others for dynamically manipulating images.
102       .. seealso:: <https://en.wikipedia.org/wiki/GD_Graphics_Library>
104     GD2
105       look at :term:`GD`
107     GZip
108       gzip is short for GNU zip, a GNU free software file compression program.
110       .. seealso:: <https://en.wikipedia.org/wiki/Gzip>
112     host
113       any machine connected to a computer network, a node that has a hostname.
115       .. seealso:: <https://en.wikipedia.org/wiki/Host>
117     hostname
118       the unique name by which a network-attached device is known on a network.
120       .. seealso:: <https://en.wikipedia.org/wiki/Hostname>
122     HTTP
123       HyperText Transfer Protocol is the primary method used to transfer or
124       convey information on the World Wide Web.
126       .. seealso:: <https://en.wikipedia.org/wiki/HyperText_Transfer_Protocol>
128     https
129       a :term:`HTTP`-connection with additional security measures.
131       .. seealso:: <https://en.wikipedia.org/wiki/Https:_URI_scheme>
133     IEC
134       International Electrotechnical Commission
136     IIS
137       Internet Information Services is a set of Internet-based services for
138       servers using Microsoft Windows.
140       .. seealso:: <https://en.wikipedia.org/wiki/Internet_Information_Services>
142     Index
143       a feature that allows quick access to the rows in a table.
145       .. seealso:: <https://en.wikipedia.org/wiki/Index_(database)>
147     IP
148       Internet Protocol is a data-oriented protocol used by source and
149       destination hosts for communicating data across a packet-switched
150       internetwork.
152       .. seealso:: <https://en.wikipedia.org/wiki/Internet_Protocol>
154     IP Address
155       a unique number that devices use in order to identify and communicate with each other on a network utilizing the Internet Protocol standard.
157       .. seealso:: <https://en.wikipedia.org/wiki/IP_Address>
159     IPv6
160       IPv6 (Internet Protocol version 6) is the latest revision of the
161       Internet Protocol (:term:`IP`), designed to deal with the
162       long-anticipated problem of its predecessor IPv4 running out of addresses.
164       .. seealso:: <https://en.wikipedia.org/wiki/IPv6>
166     ISAPI
167       Internet Server Application Programming Interface is the API of Internet Information Services (IIS).
169       .. seealso:: <https://en.wikipedia.org/wiki/ISAPI>
171     ISP
172       An Internet service provider is a business or organization that offers users
173       access to the Internet and related services.
175       .. seealso:: <https://en.wikipedia.org/wiki/ISP>
177     ISO
178       International Standards Organisation
180     JPEG
181       a most commonly used standard method of lossy compression for photographic images.
183       .. seealso:: <https://en.wikipedia.org/wiki/JPEG>
185     JPG
186       look at :term:`JPEG`
188     Key
189       look at :term:`Index`
191     LATEX
192       a document preparation system for the TEX typesetting program.
194       .. seealso:: <https://en.wikipedia.org/wiki/LaTeX>
196     Mac
197        Apple Macintosh is a line of personal computers is designed, developed, manufactured, and marketed by Apple Computer.
199        .. seealso:: <https://en.wikipedia.org/wiki/Mac>
201     Mac OS X
202       the operating system which is included with all currently shipping Apple Macintosh computers in the consumer and professional markets.
204       .. seealso:: <https://en.wikipedia.org/wiki/Mac_OS_X>
206     mbstring
207        The PHP `mbstring` functions provide support for languages represented by multi-byte character sets, most notably UTF-8.
209        If you have troubles installing this extension, please follow :ref:`faqmysql`, it provides useful hints.
211        .. seealso:: <https://www.php.net/manual/en/book.mbstring.php>
213     Media type
214       A media type (formerly known as MIME type) is a two-part identifier
215       for file formats and format contents transmitted on the Internet.
217       .. seealso:: <https://en.wikipedia.org/wiki/Media_type>
219     MIME
220       Multipurpose Internet Mail Extensions is
221       an Internet Standard for the format of e-mail.
223       .. seealso:: <https://en.wikipedia.org/wiki/MIME>
225     module
226       some sort of extension for the Apache Webserver.
228       .. seealso:: <https://en.wikipedia.org/wiki/Apache_HTTP_Server>
230     mod_proxy_fcgi
231       an Apache module implementing a Fast CGI interface; PHP can be run as a CGI module, FastCGI, or
232       directly as an Apache module.
234     MySQL
235       a multithreaded, multi-user, SQL (Structured Query Language) Database Management System (DBMS).
237       .. seealso:: <https://en.wikipedia.org/wiki/MySQL>
239     mysqli
240       the improved MySQL client PHP extension.
242       .. seealso:: <https://www.php.net/manual/en/book.mysqli.php>
244     mysql
245       the MySQL client PHP extension.
247       .. seealso:: <https://www.php.net/manual/en/book.mysql.php>
249     OpenDocument
250       an open standard for office documents.
252       .. seealso:: <https://en.wikipedia.org/wiki/OpenDocument>
254     OS X
255       look at :term:`Mac OS X`.
257       .. seealso:: <https://en.wikipedia.org/wiki/OS_X>
259     PDF
260       Portable Document Format is a file format developed by Adobe Systems for
261       representing two-dimensional documents in a device-independent and
262       resolution-independent format.
264       .. seealso:: <https://en.wikipedia.org/wiki/Portable_Document_Format>
266     PEAR
267       the PHP Extension and Application Repository.
269       .. seealso:: <https://pear.php.net/>
271     PCRE
272       Perl Compatible Regular Expressions is the perl-compatible regular
273       expression functions for PHP
275       .. seealso:: <https://www.php.net/pcre>
277     PHP
278       short for "PHP: Hypertext Preprocessor", is an open-source, reflective
279       programming language used mainly for developing server-side applications
280       and dynamic web content, and more recently, a broader range of software
281       applications.
283       .. seealso:: <https://en.wikipedia.org/wiki/PHP>
285     port
286       a connection through which data is sent and received.
288       .. seealso:: <https://en.wikipedia.org/wiki/Port_(computing)>
290     primary key
291       A primary key is an index over one or more fields in a table with
292       unique values for every single row in this table. Every table should have
293       a primary key for easier accessing/identifying data in this table.  There
294       can only be one primary key per table and it is named always **PRIMARY**.
295       In fact, a primary key is just an :term:`unique key` with the name
296       **PRIMARY**.  If no primary key is defined MySQL will use first *unique
297       key* as primary key if there is one.
299       You can create the primary key when creating the table (in phpMyAdmin
300       just check the primary key radio buttons for each field you wish to be
301       part of the primary key).
303       You can also add a primary key to an existing table with `ALTER` `TABLE`
304       or `CREATE` `INDEX` (in phpMyAdmin you can just click on 'add index' on
305       the table structure page below the listed fields).
307     RFC
308       Request for Comments (RFC) documents are a series of memoranda
309       encompassing new research, innovations, and methodologies applicable to
310       Internet technologies.
312       .. seealso:: <https://en.wikipedia.org/wiki/Request_for_Comments>
314     RFC 1952
315       GZIP file format specification version 4.3
317       .. seealso:: :rfc:`1952`
319     Row (record, tuple)
320       represents a single, implicitly structured data item in a table.
322       .. seealso:: <https://en.wikipedia.org/wiki/Row_(database)>
324     Server
325       a computer system that provides services to other computing systems over a network.
327       .. seealso:: <https://en.wikipedia.org/wiki/Server_(computing)>
329     Storage Engines
330       MySQL can use several different formats for storing data on disk, these
331       are called storage engines or table types. phpMyAdmin allows a user to
332       change their storage engine for a particular table through the operations
333       tab.
335       Common table types are InnoDB and MyISAM, though many others exist and
336       may be desirable in some situations.
338       .. seealso:: <https://dev.mysql.com/doc/refman/5.7/en/storage-engines.html>
340     socket
341       a form of inter-process communication.
343       .. seealso:: <https://en.wikipedia.org/wiki/Unix_domain_socket>
345     SSL
346       Secure Sockets Layer is a cryptographic protocol which provides secure
347       communication on the Internet.
349       .. seealso:: <https://en.wikipedia.org/wiki/Secure_Sockets_Layer>
351     Stored procedure
352       a subroutine available to applications accessing a relational database system
354       .. seealso:: <https://en.wikipedia.org/wiki/Stored_procedure>
356     SQL
357       Structured Query Language
359       .. seealso:: <https://en.wikipedia.org/wiki/SQL>
361     table
362       a set of data elements (cells) that is organized, defined and stored as
363       horizontal rows and vertical columns where each item can be uniquely
364       identified by a label or key or by it's position in relation to other
365       items.
367       .. seealso:: <https://en.wikipedia.org/wiki/Table_(database)>
369     tar
370       a type of archive file format: the Tape ARchive format.
372       .. seealso:: <https://en.wikipedia.org/wiki/Tar_(file_format)>
374     TCP
375       Transmission Control Protocol is one of the core protocols of the
376       Internet protocol suite.
378       .. seealso:: <https://en.wikipedia.org/wiki/TCP>
380     TCPDF
381       PHP library to generate PDF files.
383       .. seealso:: <https://tcpdf.org/>
385     trigger
386       a procedural code that is automatically executed in response to certain events on a particular table or view in a database
388       .. seealso:: <https://en.wikipedia.org/wiki/Database_trigger>
390     unique key
391       A unique key is an index over one or more fields in a table which has a
392       unique value for each row.  The first unique key will be treated as
393       :term:`primary key` if there is no *primary key* defined.
395     URL
396       Uniform Resource Locator is a sequence of characters, conforming to a
397       standardized format, that is used for referring to resources, such as
398       documents and images on the Internet, by their location.
400       .. seealso:: <https://en.wikipedia.org/wiki/URL>
402     Webserver
403       A computer (program) that is responsible for accepting HTTP requests from clients and serving them Web pages.
405       .. seealso:: <https://en.wikipedia.org/wiki/Webserver>
407     XML
408       Extensible Markup Language is a W3C-recommended general-purpose markup
409       language for creating special-purpose markup languages, capable of
410       describing many different kinds of data.
412       .. seealso:: <https://en.wikipedia.org/wiki/XML>
414     ZIP
415       a popular data compression and archival format.
417       .. seealso:: <https://en.wikipedia.org/wiki/ZIP_(file_format)>
419     Zlib
420       an open-source, cross-platform data compression library by Jean-loup Gailly and Mark Adler.
422       .. seealso:: <https://en.wikipedia.org/wiki/Zlib>