mirror of
https://github.com/php/doc-tr.git
synced 2026-03-23 23:02:09 +01:00
mysql: fix XML to remove useless wrapping para tags via script
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- EN-Revision: 65e697ff671608989432a6e6bf8ae8128b2be2c7 Maintainer: mustafa Status: ready -->
|
||||
<refentry xml:id="function.mysql-affected-rows" xmlns="http://docbook.org/ns/docbook">
|
||||
<!-- EN-Revision: bb0f34cf97860c362ff10ebb050fc80daff9876b Maintainer: mustafa Status: ready -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.mysql-affected-rows">
|
||||
<refnamediv>
|
||||
<refname>mysql_affected_rows</refname>
|
||||
<refpurpose>Önceki MySQL işleminde etkilenen satırların sayısını al
|
||||
@@ -31,11 +31,9 @@
|
||||
|
||||
<refsect1 role="parameters">
|
||||
&reftitle.parameters;
|
||||
<para>
|
||||
<variablelist>
|
||||
&mysql.linkid.description;
|
||||
</variablelist>
|
||||
</para>
|
||||
<variablelist>
|
||||
&mysql.linkid.description;
|
||||
</variablelist>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
@@ -68,10 +66,9 @@
|
||||
|
||||
<refsect1 role="examples">
|
||||
&reftitle.examples;
|
||||
<para>
|
||||
<example>
|
||||
<title>- <function>mysql_affected_rows</function> örneği</title>
|
||||
<programlisting role="php">
|
||||
<example>
|
||||
<title>- <function>mysql_affected_rows</function> örneği</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
$link = mysql_connect('localhost', 'mysql_user', 'mysql_password');
|
||||
@@ -89,20 +86,18 @@ mysql_query('DELETE FROM mytable WHERE 0');
|
||||
printf("Silinen kayıtlar: %d\n", mysql_affected_rows());
|
||||
?>
|
||||
]]>
|
||||
</programlisting>
|
||||
&example.outputs.similar;
|
||||
<screen>
|
||||
</programlisting>
|
||||
&example.outputs.similar;
|
||||
<screen>
|
||||
<![CDATA[
|
||||
Silinen kayıtlar: 10
|
||||
Silinen kayıtlar: 0
|
||||
]]>
|
||||
</screen>
|
||||
</example>
|
||||
</para>
|
||||
<para>
|
||||
<example>
|
||||
<title>- Hareket kullananılan <function>mysql_affected_rows</function> örneği</title>
|
||||
<programlisting role="php">
|
||||
</screen>
|
||||
</example>
|
||||
<example>
|
||||
<title>- Hareket kullananılan <function>mysql_affected_rows</function> örneği</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
$link = mysql_connect('localhost', 'mysql_user', 'mysql_password');
|
||||
@@ -117,15 +112,14 @@ printf ("Güncellenen kayıtlar: %d\n", mysql_affected_rows());
|
||||
mysql_query("COMMIT");
|
||||
?>
|
||||
]]>
|
||||
</programlisting>
|
||||
&example.outputs.similar;
|
||||
<screen>
|
||||
</programlisting>
|
||||
&example.outputs.similar;
|
||||
<screen>
|
||||
<![CDATA[
|
||||
Güncellenen kayıtlar: 10
|
||||
]]>
|
||||
</screen>
|
||||
</example>
|
||||
</para>
|
||||
</screen>
|
||||
</example>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="notes">
|
||||
@@ -157,15 +151,12 @@ Güncellenen kayıtlar: 10
|
||||
|
||||
<refsect1 role="seealso">
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<simplelist>
|
||||
<member><function>mysql_num_rows</function></member>
|
||||
<member><function>mysql_info</function></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
<simplelist>
|
||||
<member><function>mysql_num_rows</function></member>
|
||||
<member><function>mysql_info</function></member>
|
||||
</simplelist>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- EN-Revision: 65e697ff671608989432a6e6bf8ae8128b2be2c7 Maintainer: mustafa Status: ready -->
|
||||
<refentry xml:id="function.mysql-client-encoding" xmlns="http://docbook.org/ns/docbook">
|
||||
<!-- EN-Revision: bb0f34cf97860c362ff10ebb050fc80daff9876b Maintainer: mustafa Status: ready -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.mysql-client-encoding">
|
||||
<refnamediv>
|
||||
<refname>mysql_client_encoding</refname>
|
||||
<refpurpose>Karakter kümesinin adını döndürür</refpurpose>
|
||||
@@ -28,11 +28,9 @@
|
||||
|
||||
<refsect1 role="parameters">
|
||||
&reftitle.parameters;
|
||||
<para>
|
||||
<variablelist>
|
||||
&mysql.linkid.description;
|
||||
</variablelist>
|
||||
</para>
|
||||
<variablelist>
|
||||
&mysql.linkid.description;
|
||||
</variablelist>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
@@ -44,10 +42,9 @@
|
||||
|
||||
<refsect1 role="examples">
|
||||
&reftitle.examples;
|
||||
<para>
|
||||
<example>
|
||||
<title>- <function>mysql_client_encoding</function> örneği</title>
|
||||
<programlisting role="php">
|
||||
<example>
|
||||
<title>- <function>mysql_client_encoding</function> örneği</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
$link = mysql_connect('localhost', 'mysql_user', 'mysql_password');
|
||||
@@ -56,28 +53,24 @@ $charset = mysql_client_encoding($link);
|
||||
echo "Geçerli karakter kümesi: $charset\n";
|
||||
?>
|
||||
]]>
|
||||
</programlisting>
|
||||
&example.outputs.similar;
|
||||
<screen>
|
||||
</programlisting>
|
||||
&example.outputs.similar;
|
||||
<screen>
|
||||
<![CDATA[
|
||||
Geçerli karakter kümesi: latin5
|
||||
]]>
|
||||
</screen>
|
||||
</example>
|
||||
</para>
|
||||
</screen>
|
||||
</example>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="seealso">
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<simplelist>
|
||||
<member><function>mysql_set_charset</function></member>
|
||||
<member><function>mysql_real_escape_string</function></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
<simplelist>
|
||||
<member><function>mysql_set_charset</function></member>
|
||||
<member><function>mysql_real_escape_string</function></member>
|
||||
</simplelist>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 5dd7ff3e72db8436523e5eaeba2e44b8a7daa8bf Maintainer: mustafa Status: ready -->
|
||||
<refentry xml:id="function.mysql-close" xmlns="http://docbook.org/ns/docbook">
|
||||
<!-- EN-Revision: bb0f34cf97860c362ff10ebb050fc80daff9876b Maintainer: mustafa Status: ready -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.mysql-close">
|
||||
<refnamediv>
|
||||
<refname>mysql_close</refname>
|
||||
<refpurpose>MySQL bağlantısını kapatır</refpurpose>
|
||||
@@ -34,11 +34,9 @@
|
||||
|
||||
<refsect1 role="parameters">
|
||||
&reftitle.parameters;
|
||||
<para>
|
||||
<variablelist>
|
||||
&mysql.linkid-noreopen.description;
|
||||
</variablelist>
|
||||
</para>
|
||||
<variablelist>
|
||||
&mysql.linkid-noreopen.description;
|
||||
</variablelist>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
@@ -50,10 +48,9 @@
|
||||
|
||||
<refsect1 role="examples">
|
||||
&reftitle.examples;
|
||||
<para>
|
||||
<example>
|
||||
<title>- <function>mysql_close</function> örneği</title>
|
||||
<programlisting role="php">
|
||||
<example>
|
||||
<title>- <function>mysql_close</function> örneği</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
$link = mysql_connect('localhost', 'mysql_user', 'mysql_password');
|
||||
@@ -64,15 +61,14 @@ echo 'Başarıyla bağlandı';
|
||||
mysql_close($link);
|
||||
?>
|
||||
]]>
|
||||
</programlisting>
|
||||
&example.outputs;
|
||||
<screen>
|
||||
</programlisting>
|
||||
&example.outputs;
|
||||
<screen>
|
||||
<![CDATA[
|
||||
Başarıyla bağlandı
|
||||
]]>
|
||||
</screen>
|
||||
</example>
|
||||
</para>
|
||||
</screen>
|
||||
</example>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="notes">
|
||||
@@ -89,15 +85,12 @@ Başarıyla bağlandı
|
||||
|
||||
<refsect1 role="seealso">
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<simplelist>
|
||||
<member><function>mysql_connect</function></member>
|
||||
<member><function>mysql_free_result</function></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
<simplelist>
|
||||
<member><function>mysql_connect</function></member>
|
||||
<member><function>mysql_free_result</function></member>
|
||||
</simplelist>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- EN-Revision: 554db5a3a3ac77910d68349eefa37e2c9a9da628 Maintainer: mustafa Status: ready -->
|
||||
<refentry xml:id="function.mysql-connect" xmlns="http://docbook.org/ns/docbook">
|
||||
<!-- EN-Revision: bb0f34cf97860c362ff10ebb050fc80daff9876b Maintainer: mustafa Status: ready -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.mysql-connect">
|
||||
<refnamediv>
|
||||
<refname>mysql_connect</refname>
|
||||
<refpurpose>MySQL Sunucusuna bir bağlantı açar</refpurpose>
|
||||
@@ -33,77 +33,75 @@
|
||||
|
||||
<refsect1 role="parameters">
|
||||
&reftitle.parameters;
|
||||
<para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><parameter>sunucu</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
MySQL sunucusu. "konak_adı:port" biçiminde ayrıca bir de port
|
||||
içerebileceği gibi localhost için belirtildiğinde ":/bir/yol/soket"
|
||||
biçiminde yerel bir sokete bir yol da belirtebilir.
|
||||
</para>
|
||||
<para>
|
||||
Eğer <link linkend="ini.mysql.default-host">mysql.default_host</link>
|
||||
PHP yönergesi tanımsızsa (öntanımlı), öntanımlı değer
|
||||
'localhost:3306''dır. &sqlsafemode;'da bu bağımsız değişken önemsenmez ve her
|
||||
zaman 'localhost:3306' değeri kullanılır.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>kullanıcı_adı</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Kullanıcı adı. Öntanımlı değer
|
||||
<link linkend="ini.mysql.default-user">mysql.default_user</link> ile
|
||||
tanımlanır. &sqlsafemode;'da, bu bağımsız değişken önemsenmez ve sunucu
|
||||
sürecinin sahibi olan kullanıcı kullanılır.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>parola</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Parola. Öntanımlı değer
|
||||
<link linkend="ini.mysql.default-password">mysql.default_password</link>
|
||||
ile tanımlanır. &sqlsafemode;'da, bu bağımsız değişken önemsenmez ve boş
|
||||
parola kullanılır.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>yeni_bağlantı</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Eğer <function>mysql_connect</function> aynı bağımsız değişkenlerle ikinci kez
|
||||
çağrılırsa, yeni bir bağlantı kurulmaz, zaten açık olan bağlantının
|
||||
belirteci döndürülür. <parameter>yeni_bağlantı</parameter>
|
||||
bağımsız değişkeni bu davranışı değiştirir ve
|
||||
<function>mysql_connect</function>, daha önce aynı bağımsız değişkenlerle
|
||||
çağrılmış olsa bile her zaman yeni bir bağlantı açar. &sqlsafemode;'da
|
||||
bu bağımsız değişken önemsenmez.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>istemci_seçenekleri</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<parameter>istemci_seçenekleri</parameter> bağımsız değişkeni şu sabitlerin bir karışımı olabilir:
|
||||
128 (<literal>LOAD DATA LOCAL</literal> tutamağı etkin),
|
||||
<constant>MYSQL_CLIENT_SSL</constant>,
|
||||
<constant>MYSQL_CLIENT_COMPRESS</constant>,
|
||||
<constant>MYSQL_CLIENT_IGNORE_SPACE</constant> veya
|
||||
<constant>MYSQL_CLIENT_INTERACTIVE</constant>.
|
||||
Daha fazla bilgi için <xref linkend="mysql.client-flags" /> ile ilgili
|
||||
bölümü okuyun. &sqlsafemode;'da bu bağımsız değişken önemsenmez.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><parameter>sunucu</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
MySQL sunucusu. "konak_adı:port" biçiminde ayrıca bir de port
|
||||
içerebileceği gibi localhost için belirtildiğinde ":/bir/yol/soket"
|
||||
biçiminde yerel bir sokete bir yol da belirtebilir.
|
||||
</para>
|
||||
<para>
|
||||
Eğer <link linkend="ini.mysql.default-host">mysql.default_host</link>
|
||||
PHP yönergesi tanımsızsa (öntanımlı), öntanımlı değer
|
||||
'localhost:3306''dır. &sqlsafemode;'da bu bağımsız değişken önemsenmez ve her
|
||||
zaman 'localhost:3306' değeri kullanılır.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>kullanıcı_adı</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Kullanıcı adı. Öntanımlı değer
|
||||
<link linkend="ini.mysql.default-user">mysql.default_user</link> ile
|
||||
tanımlanır. &sqlsafemode;'da, bu bağımsız değişken önemsenmez ve sunucu
|
||||
sürecinin sahibi olan kullanıcı kullanılır.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>parola</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Parola. Öntanımlı değer
|
||||
<link linkend="ini.mysql.default-password">mysql.default_password</link>
|
||||
ile tanımlanır. &sqlsafemode;'da, bu bağımsız değişken önemsenmez ve boş
|
||||
parola kullanılır.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>yeni_bağlantı</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Eğer <function>mysql_connect</function> aynı bağımsız değişkenlerle ikinci kez
|
||||
çağrılırsa, yeni bir bağlantı kurulmaz, zaten açık olan bağlantının
|
||||
belirteci döndürülür. <parameter>yeni_bağlantı</parameter>
|
||||
bağımsız değişkeni bu davranışı değiştirir ve
|
||||
<function>mysql_connect</function>, daha önce aynı bağımsız değişkenlerle
|
||||
çağrılmış olsa bile her zaman yeni bir bağlantı açar. &sqlsafemode;'da
|
||||
bu bağımsız değişken önemsenmez.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>istemci_seçenekleri</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<parameter>istemci_seçenekleri</parameter> bağımsız değişkeni şu sabitlerin bir karışımı olabilir:
|
||||
128 (<literal>LOAD DATA LOCAL</literal> tutamağı etkin),
|
||||
<constant>MYSQL_CLIENT_SSL</constant>,
|
||||
<constant>MYSQL_CLIENT_COMPRESS</constant>,
|
||||
<constant>MYSQL_CLIENT_IGNORE_SPACE</constant> veya
|
||||
<constant>MYSQL_CLIENT_INTERACTIVE</constant>.
|
||||
Daha fazla bilgi için <xref linkend="mysql.client-flags"/> ile ilgili
|
||||
bölümü okuyun. &sqlsafemode;'da bu bağımsız değişken önemsenmez.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
@@ -116,10 +114,9 @@
|
||||
|
||||
<refsect1 role="examples">
|
||||
&reftitle.examples;
|
||||
<para>
|
||||
<example>
|
||||
<title>- <function>mysql_connect</function> örneği</title>
|
||||
<programlisting role="php">
|
||||
<example>
|
||||
<title>- <function>mysql_connect</function> örneği</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
$link = mysql_connect('localhost', 'mysql_user', 'mysql_password');
|
||||
@@ -130,13 +127,11 @@ echo 'Başarıyla bağlandı';
|
||||
mysql_close($link);
|
||||
?>
|
||||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
</para>
|
||||
<para>
|
||||
<example>
|
||||
<title>- <literal>konak_adı:port</literal> sözdizimini kullanan <function>mysql_connect</function> örneği</title>
|
||||
<programlisting role="php">
|
||||
</programlisting>
|
||||
</example>
|
||||
<example>
|
||||
<title>- <literal>konak_adı:port</literal> sözdizimini kullanan <function>mysql_connect</function> örneği</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
// 3307 portundan example.com'a bağlanıyoruz
|
||||
@@ -156,13 +151,11 @@ echo 'Başarıyla bağlandı';
|
||||
mysql_close($link);
|
||||
?>
|
||||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
</para>
|
||||
<para>
|
||||
<example>
|
||||
<title>- ":/bir/yol/soket" sözdizimini kullanan <function>mysql_connect</function> örneği</title>
|
||||
<programlisting role="php">
|
||||
</programlisting>
|
||||
</example>
|
||||
<example>
|
||||
<title>- ":/bir/yol/soket" sözdizimini kullanan <function>mysql_connect</function> örneği</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
// localhost ve sokete, örneğin /tmp/mysql.sock, bağlanıyoruz
|
||||
@@ -185,9 +178,8 @@ echo 'Başarıyla bağlandı';
|
||||
mysql_close($link);
|
||||
?>
|
||||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
</para>
|
||||
</programlisting>
|
||||
</example>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="notes">
|
||||
@@ -223,15 +215,12 @@ mysql_close($link);
|
||||
|
||||
<refsect1 role="seealso">
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<simplelist>
|
||||
<member><function>mysql_pconnect</function></member>
|
||||
<member><function>mysql_close</function></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
<simplelist>
|
||||
<member><function>mysql_pconnect</function></member>
|
||||
<member><function>mysql_close</function></member>
|
||||
</simplelist>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- EN-Revision: 8a4247cc1b7daf4daaaec8701d46d1daa1c0b886 Maintainer: mustafa Status: ready -->
|
||||
<refentry xml:id="function.mysql-create-db" xmlns="http://docbook.org/ns/docbook">
|
||||
<!-- EN-Revision: bb0f34cf97860c362ff10ebb050fc80daff9876b Maintainer: mustafa Status: ready -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.mysql-create-db">
|
||||
<refnamediv>
|
||||
<refname>mysql_create_db</refname>
|
||||
<refpurpose>Bir MySQL veritabanı oluşturur</refpurpose>
|
||||
@@ -31,19 +31,17 @@
|
||||
|
||||
<refsect1 role="parameters">
|
||||
&reftitle.parameters;
|
||||
<para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><parameter>veritabanı_adı</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Oluşturulacak veritabanının adı.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
&mysql.linkid.description;
|
||||
</variablelist>
|
||||
</para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><parameter>veritabanı_adı</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Oluşturulacak veritabanının adı.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
&mysql.linkid.description;
|
||||
</variablelist>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
@@ -55,16 +53,15 @@
|
||||
|
||||
<refsect1 role="examples">
|
||||
&reftitle.examples;
|
||||
<para>
|
||||
<example>
|
||||
<title>- <function>mysql_create_db</function> yerine kullanılacak kod örneği</title>
|
||||
<para>
|
||||
<function>mysql_create_db</function> işlevinin kullanımı
|
||||
önerilmemektedir. Bunun yerine <literal>CREATE DATABASE</literal>
|
||||
deyimini çalıştırmak için <function>mysql_query</function>
|
||||
kullanmak tercih edilebilir.
|
||||
</para>
|
||||
<programlisting role="php">
|
||||
<example>
|
||||
<title>- <function>mysql_create_db</function> yerine kullanılacak kod örneği</title>
|
||||
<para>
|
||||
<function>mysql_create_db</function> işlevinin kullanımı
|
||||
önerilmemektedir. Bunun yerine <literal>CREATE DATABASE</literal>
|
||||
deyimini çalıştırmak için <function>mysql_query</function>
|
||||
kullanmak tercih edilebilir.
|
||||
</para>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
$link = mysql_connect('localhost', 'mysql_user', 'mysql_password');
|
||||
@@ -80,15 +77,14 @@ if (mysql_query($sql, $link)) {
|
||||
}
|
||||
?>
|
||||
]]>
|
||||
</programlisting>
|
||||
&example.outputs.similar;
|
||||
<screen>
|
||||
</programlisting>
|
||||
&example.outputs.similar;
|
||||
<screen>
|
||||
<![CDATA[
|
||||
benim_vt veritabanı başarıyla oluşturuldu
|
||||
]]>
|
||||
</screen>
|
||||
</example>
|
||||
</para>
|
||||
</screen>
|
||||
</example>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="notes">
|
||||
@@ -109,15 +105,12 @@ benim_vt veritabanı başarıyla oluşturuldu
|
||||
|
||||
<refsect1 role="seealso">
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<simplelist>
|
||||
<member><function>mysql_query</function></member>
|
||||
<member><function>mysql_select_db</function></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
<simplelist>
|
||||
<member><function>mysql_query</function></member>
|
||||
<member><function>mysql_select_db</function></member>
|
||||
</simplelist>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- EN-Revision: 5fabd07880ab15b0ad2cf7eb055c7c2b36d7120f Maintainer: mustafa Status: ready -->
|
||||
<refentry xml:id="function.mysql-db-name" xmlns="http://docbook.org/ns/docbook">
|
||||
<!-- EN-Revision: bb0f34cf97860c362ff10ebb050fc80daff9876b Maintainer: mustafa Status: ready -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.mysql-db-name">
|
||||
<refnamediv>
|
||||
<refname>mysql_db_name</refname>
|
||||
<refpurpose><function>mysql_list_dbs</function> çağrısından veritabanı adını alır</refpurpose>
|
||||
@@ -21,34 +21,32 @@
|
||||
|
||||
<refsect1 role="parameters">
|
||||
&reftitle.parameters;
|
||||
<para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><parameter>sonuç</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Bir <function>mysql_list_dbs</function> çağrısının sonuç göstericisi.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>satır</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Sonuç kümesine indis.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>alan</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Alan adı.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><parameter>sonuç</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Bir <function>mysql_list_dbs</function> çağrısının sonuç göstericisi.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>satır</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Sonuç kümesine indis.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>alan</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Alan adı.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
@@ -62,10 +60,9 @@
|
||||
|
||||
<refsect1 role="examples">
|
||||
&reftitle.examples;
|
||||
<para>
|
||||
<example>
|
||||
<title>- <function>mysql_db_name</function> örneği</title>
|
||||
<programlisting role="php">
|
||||
<example>
|
||||
<title>- <function>mysql_db_name</function> örneği</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
error_reporting(E_ALL);
|
||||
@@ -81,9 +78,8 @@ while ($i < $bgl) {
|
||||
}
|
||||
?>
|
||||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
</para>
|
||||
</programlisting>
|
||||
</example>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="notes">
|
||||
@@ -98,15 +94,12 @@ while ($i < $bgl) {
|
||||
|
||||
<refsect1 role="seealso">
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<simplelist>
|
||||
<member><function>mysql_list_dbs</function></member>
|
||||
<member><function>mysql_tablename</function></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
<simplelist>
|
||||
<member><function>mysql_list_dbs</function></member>
|
||||
<member><function>mysql_tablename</function></member>
|
||||
</simplelist>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- EN-Revision: 684a3c40c755f2a70e57df478a5d37d6c0f30ef9 Maintainer: mustafa Status: ready -->
|
||||
<refentry xml:id="function.mysql-db-query" xmlns="http://docbook.org/ns/docbook">
|
||||
<!-- EN-Revision: bb0f34cf97860c362ff10ebb050fc80daff9876b Maintainer: mustafa Status: ready -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.mysql-db-query">
|
||||
<refnamediv>
|
||||
<refname>mysql_db_query</refname>
|
||||
<refpurpose>Veritabanını seçer ve bir sorgu çalıştırır</refpurpose>
|
||||
@@ -32,32 +32,29 @@
|
||||
|
||||
<refsect1 role="parameters">
|
||||
&reftitle.parameters;
|
||||
<para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><parameter>veritabanı</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Seçilecek veritabanının adı.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>sorgu</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
MySQL sorgusu.
|
||||
</para>
|
||||
<para>
|
||||
Sorgunun içindeki verinin <link
|
||||
linkend="function.mysql-real-escape-string" >gerektiği gibi öncelenmesi
|
||||
gerekir</link>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
&mysql.linkid.description;
|
||||
</variablelist>
|
||||
</para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><parameter>veritabanı</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Seçilecek veritabanının adı.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>sorgu</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
MySQL sorgusu.
|
||||
</para>
|
||||
<para>
|
||||
Sorgunun içindeki verinin <link linkend="function.mysql-real-escape-string">gerektiği gibi öncelenmesi
|
||||
gerekir</link>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
&mysql.linkid.description;
|
||||
</variablelist>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
@@ -72,11 +69,10 @@
|
||||
|
||||
<refsect1 role="examples">
|
||||
&reftitle.examples;
|
||||
<para>
|
||||
<example>
|
||||
<title>- <function>mysql_db_query</function> yerine kullanılabilecek kod
|
||||
örneği</title>
|
||||
<programlisting role="php">
|
||||
<example>
|
||||
<title>- <function>mysql_db_query</function> yerine kullanılabilecek kod
|
||||
örneği</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
|
||||
@@ -107,9 +103,8 @@ mysql_free_result($result);
|
||||
|
||||
?>
|
||||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
</para>
|
||||
</programlisting>
|
||||
</example>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="notes">
|
||||
@@ -130,15 +125,12 @@ mysql_free_result($result);
|
||||
|
||||
<refsect1 role="seealso">
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<simplelist>
|
||||
<member><function>mysql_query</function></member>
|
||||
<member><function>mysql_select_db</function></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
<simplelist>
|
||||
<member><function>mysql_query</function></member>
|
||||
<member><function>mysql_select_db</function></member>
|
||||
</simplelist>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- EN-Revision: b95d28e6ec86e4a71e012737d36ebdc1cf009180 Maintainer: mustafa Status: ready -->
|
||||
<refentry xml:id="function.mysql-fetch-lengths" xmlns="http://docbook.org/ns/docbook">
|
||||
<!-- EN-Revision: bb0f34cf97860c362ff10ebb050fc80daff9876b Maintainer: mustafa Status: ready -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.mysql-fetch-lengths">
|
||||
<refnamediv>
|
||||
<refname>mysql_fetch_lengths</refname>
|
||||
<refpurpose>Bir sonuçtaki her bir çıktının uzunluğunu al</refpurpose>
|
||||
@@ -39,11 +39,9 @@
|
||||
|
||||
<refsect1 role="parameters">
|
||||
&reftitle.parameters;
|
||||
<para>
|
||||
<variablelist>
|
||||
&mysql.result.description;
|
||||
</variablelist>
|
||||
</para>
|
||||
<variablelist>
|
||||
&mysql.result.description;
|
||||
</variablelist>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
@@ -55,10 +53,9 @@
|
||||
|
||||
<refsect1 role="examples">
|
||||
&reftitle.examples;
|
||||
<para>
|
||||
<example>
|
||||
<title>- <function>mysql_fetch_lengths</function> örneği</title>
|
||||
<programlisting role="php">
|
||||
<example>
|
||||
<title>- <function>mysql_fetch_lengths</function> örneği</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
$result = mysql_query("SELECT id,email FROM people WHERE id = '42'");
|
||||
@@ -73,9 +70,9 @@ print_r($row);
|
||||
print_r($lengths);
|
||||
?>
|
||||
]]>
|
||||
</programlisting>
|
||||
&example.outputs.similar;
|
||||
<screen>
|
||||
</programlisting>
|
||||
&example.outputs.similar;
|
||||
<screen>
|
||||
<![CDATA[
|
||||
Array
|
||||
(
|
||||
@@ -88,23 +85,19 @@ Array
|
||||
[1] => 16
|
||||
)
|
||||
]]>
|
||||
</screen>
|
||||
</example>
|
||||
</para>
|
||||
</screen>
|
||||
</example>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="seealso">
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<simplelist>
|
||||
<member><function>mysql_field_len</function></member>
|
||||
<member><function>mysql_fetch_row</function></member>
|
||||
<member><function>strlen</function></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
<simplelist>
|
||||
<member><function>mysql_field_len</function></member>
|
||||
<member><function>mysql_fetch_row</function></member>
|
||||
<member><function>strlen</function></member>
|
||||
</simplelist>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- EN-Revision: b95d28e6ec86e4a71e012737d36ebdc1cf009180 Maintainer: mustafa Status: ready -->
|
||||
<refentry xml:id="function.mysql-field-len" xmlns="http://docbook.org/ns/docbook">
|
||||
<!-- EN-Revision: bb0f34cf97860c362ff10ebb050fc80daff9876b Maintainer: mustafa Status: ready -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.mysql-field-len">
|
||||
<refnamediv>
|
||||
<refname>mysql_field_len</refname>
|
||||
<refpurpose>Belirtilen alanın uzunluğunu döndürür</refpurpose>
|
||||
@@ -31,12 +31,10 @@
|
||||
|
||||
<refsect1 role="parameters">
|
||||
&reftitle.parameters;
|
||||
<para>
|
||||
<variablelist>
|
||||
&mysql.result.description;
|
||||
&mysql.field-offset.req.description;
|
||||
</variablelist>
|
||||
</para>
|
||||
<variablelist>
|
||||
&mysql.result.description;
|
||||
&mysql.field-offset.req.description;
|
||||
</variablelist>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
@@ -49,10 +47,9 @@
|
||||
|
||||
<refsect1 role="examples">
|
||||
&reftitle.examples;
|
||||
<para>
|
||||
<example>
|
||||
<title>- <function>mysql_field_len</function> örneği</title>
|
||||
<programlisting role="php">
|
||||
<example>
|
||||
<title>- <function>mysql_field_len</function> örneği</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
$result = mysql_query("SELECT id,email FROM people WHERE id = '42'");
|
||||
@@ -66,9 +63,8 @@ $uzunluk = mysql_field_len($result, 0);
|
||||
echo $uzunluk;
|
||||
?>
|
||||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
</para>
|
||||
</programlisting>
|
||||
</example>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="notes">
|
||||
@@ -83,15 +79,12 @@ echo $uzunluk;
|
||||
|
||||
<refsect1 role="seealso">
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<simplelist>
|
||||
<member><function>mysql_fetch_lengths</function></member>
|
||||
<member><function>strlen</function></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
<simplelist>
|
||||
<member><function>mysql_fetch_lengths</function></member>
|
||||
<member><function>strlen</function></member>
|
||||
</simplelist>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- EN-Revision: 3678ad381351e239a28248ac235a41336d970011 Maintainer: mustafa Status: ready -->
|
||||
<refentry xml:id="function.mysql-field-seek" xmlns="http://docbook.org/ns/docbook">
|
||||
<!-- EN-Revision: bb0f34cf97860c362ff10ebb050fc80daff9876b Maintainer: mustafa Status: ready -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.mysql-field-seek">
|
||||
<refnamediv>
|
||||
<refname>mysql_field_seek</refname>
|
||||
<refpurpose>Sonuç göstericisini belirtilen alan konumuna ayarla</refpurpose>
|
||||
@@ -37,12 +37,10 @@
|
||||
|
||||
<refsect1 role="parameters">
|
||||
&reftitle.parameters;
|
||||
<para>
|
||||
<variablelist>
|
||||
&mysql.result.description;
|
||||
&mysql.field-offset.req.description;
|
||||
</variablelist>
|
||||
</para>
|
||||
<variablelist>
|
||||
&mysql.result.description;
|
||||
&mysql.field-offset.req.description;
|
||||
</variablelist>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
@@ -54,14 +52,11 @@
|
||||
|
||||
<refsect1 role="seealso">
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<simplelist>
|
||||
<member><function>mysql_fetch_field</function></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
<simplelist>
|
||||
<member><function>mysql_fetch_field</function></member>
|
||||
</simplelist>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- EN-Revision: 65e697ff671608989432a6e6bf8ae8128b2be2c7 Maintainer: mustafa Status: ready -->
|
||||
<refentry xml:id="function.mysql-field-table" xmlns="http://docbook.org/ns/docbook">
|
||||
<!-- EN-Revision: bb0f34cf97860c362ff10ebb050fc80daff9876b Maintainer: mustafa Status: ready -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.mysql-field-table">
|
||||
<refnamediv>
|
||||
<refname>mysql_field_table</refname>
|
||||
<refpurpose>Belirtilen alanı içeren tablonun adını al</refpurpose>
|
||||
@@ -30,12 +30,10 @@
|
||||
|
||||
<refsect1 role="parameters">
|
||||
&reftitle.parameters;
|
||||
<para>
|
||||
<variablelist>
|
||||
&mysql.result.description;
|
||||
&mysql.field-offset.req.description;
|
||||
</variablelist>
|
||||
</para>
|
||||
<variablelist>
|
||||
&mysql.result.description;
|
||||
&mysql.field-offset.req.description;
|
||||
</variablelist>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
@@ -47,10 +45,9 @@
|
||||
|
||||
<refsect1 role="examples">
|
||||
&reftitle.examples;
|
||||
<para>
|
||||
<example>
|
||||
<title>- <function>mysql_field_table</function> örneği</title>
|
||||
<programlisting role="php">
|
||||
<example>
|
||||
<title>- <function>mysql_field_table</function> örneği</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
|
||||
@@ -70,9 +67,8 @@ for ($i = 0; $i < mysql_num_fields($sonuc); ++$i) {
|
||||
|
||||
?>
|
||||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
</para>
|
||||
</programlisting>
|
||||
</example>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="notes">
|
||||
@@ -87,14 +83,11 @@ for ($i = 0; $i < mysql_num_fields($sonuc); ++$i) {
|
||||
|
||||
<refsect1 role="seealso">
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<simplelist>
|
||||
<member><function>mysql_list_tables</function></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
<simplelist>
|
||||
<member><function>mysql_list_tables</function></member>
|
||||
</simplelist>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 65e697ff671608989432a6e6bf8ae8128b2be2c7 Maintainer: mustafa Status: ready -->
|
||||
<refentry xml:id="function.mysql-free-result" xmlns="http://docbook.org/ns/docbook">
|
||||
<!-- EN-Revision: bb0f34cf97860c362ff10ebb050fc80daff9876b Maintainer: mustafa Status: ready -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.mysql-free-result">
|
||||
<refnamediv>
|
||||
<refname>mysql_free_result</refname>
|
||||
<refpurpose>Sonuç belleğini serbest bırakır</refpurpose>
|
||||
@@ -38,11 +38,9 @@
|
||||
|
||||
<refsect1 role="parameters">
|
||||
&reftitle.parameters;
|
||||
<para>
|
||||
<variablelist>
|
||||
&mysql.result.description;
|
||||
</variablelist>
|
||||
</para>
|
||||
<variablelist>
|
||||
&mysql.result.description;
|
||||
</variablelist>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
@@ -61,10 +59,9 @@
|
||||
|
||||
<refsect1 role="examples">
|
||||
&reftitle.examples;
|
||||
<para>
|
||||
<example>
|
||||
<title>- <function>mysql_free_result</function> örneği</title>
|
||||
<programlisting role="php">
|
||||
<example>
|
||||
<title>- <function>mysql_free_result</function> örneği</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
$sonuç = mysql_query("SELECT id,email FROM people WHERE id = '42'");
|
||||
@@ -82,9 +79,8 @@ echo $row['id'];
|
||||
echo $row['email'];
|
||||
?>
|
||||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
</para>
|
||||
</programlisting>
|
||||
</example>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="notes">
|
||||
@@ -99,15 +95,12 @@ echo $row['email'];
|
||||
|
||||
<refsect1 role="seealso">
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<simplelist>
|
||||
<member><function>mysql_query</function></member>
|
||||
<member><function>is_resource</function></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
<simplelist>
|
||||
<member><function>mysql_query</function></member>
|
||||
<member><function>is_resource</function></member>
|
||||
</simplelist>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- EN-Revision: ff4017b6334dae2d5353fe99df8089a828795324 Maintainer: mustafa Status: ready -->
|
||||
<refentry xml:id="function.mysql-get-client-info" xmlns="http://docbook.org/ns/docbook">
|
||||
<!-- EN-Revision: bb0f34cf97860c362ff10ebb050fc80daff9876b Maintainer: mustafa Status: ready -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.mysql-get-client-info">
|
||||
<refnamediv>
|
||||
<refname>mysql_get_client_info</refname>
|
||||
<refpurpose>MySQL istemci sürüm bilgisini al</refpurpose>
|
||||
@@ -46,38 +46,33 @@
|
||||
|
||||
<refsect1 role="examples">
|
||||
&reftitle.examples;
|
||||
<para>
|
||||
<example>
|
||||
<title>- <function>mysql_get_client_info</function> örneği</title>
|
||||
<programlisting role="php">
|
||||
<example>
|
||||
<title>- <function>mysql_get_client_info</function> örneği</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
printf("MySQL istemci sürümü: %s\n", mysql_get_client_info());
|
||||
?>
|
||||
]]>
|
||||
</programlisting>
|
||||
&example.outputs.similar;
|
||||
<screen>
|
||||
</programlisting>
|
||||
&example.outputs.similar;
|
||||
<screen>
|
||||
<![CDATA[
|
||||
MySQL istemci sürümü: 3.23.39
|
||||
]]>
|
||||
</screen>
|
||||
</example>
|
||||
</para>
|
||||
</screen>
|
||||
</example>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="seealso">
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<simplelist>
|
||||
<member><function>mysql_get_host_info</function></member>
|
||||
<member><function>mysql_get_proto_info</function></member>
|
||||
<member><function>mysql_get_server_info</function></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
<simplelist>
|
||||
<member><function>mysql_get_host_info</function></member>
|
||||
<member><function>mysql_get_proto_info</function></member>
|
||||
<member><function>mysql_get_server_info</function></member>
|
||||
</simplelist>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- EN-Revision: ff4017b6334dae2d5353fe99df8089a828795324 Maintainer: mustafa Status: ready -->
|
||||
<refentry xml:id="function.mysql-get-host-info" xmlns="http://docbook.org/ns/docbook">
|
||||
<!-- EN-Revision: bb0f34cf97860c362ff10ebb050fc80daff9876b Maintainer: mustafa Status: ready -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.mysql-get-host-info">
|
||||
<refnamediv>
|
||||
<refname>mysql_get_host_info</refname>
|
||||
<refpurpose>MySQL konak bilgisini al</refpurpose>
|
||||
@@ -34,11 +34,9 @@
|
||||
|
||||
<refsect1 role="parameters">
|
||||
&reftitle.parameters;
|
||||
<para>
|
||||
<variablelist>
|
||||
&mysql.linkid.description;
|
||||
</variablelist>
|
||||
</para>
|
||||
<variablelist>
|
||||
&mysql.linkid.description;
|
||||
</variablelist>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
@@ -51,10 +49,9 @@
|
||||
|
||||
<refsect1 role="examples">
|
||||
&reftitle.examples;
|
||||
<para>
|
||||
<example>
|
||||
<title>- <function>mysql_get_host_info</function> örneği</title>
|
||||
<programlisting role="php">
|
||||
<example>
|
||||
<title>- <function>mysql_get_host_info</function> örneği</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
$link = mysql_connect('localhost', 'mysql_user', 'mysql_parolası');
|
||||
@@ -64,29 +61,25 @@ if (!$link) {
|
||||
printf("MySQL konak bilgisi: %s\n", mysql_get_host_info());
|
||||
?>
|
||||
]]>
|
||||
</programlisting>
|
||||
&example.outputs.similar;
|
||||
<screen>
|
||||
</programlisting>
|
||||
&example.outputs.similar;
|
||||
<screen>
|
||||
<![CDATA[
|
||||
MySQL konak bilgisi: Localhost via UNIX socket
|
||||
]]>
|
||||
</screen>
|
||||
</example>
|
||||
</para>
|
||||
</screen>
|
||||
</example>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="seealso">
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<simplelist>
|
||||
<member><function>mysql_get_client_info</function></member>
|
||||
<member><function>mysql_get_proto_info</function></member>
|
||||
<member><function>mysql_get_server_info</function></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
<simplelist>
|
||||
<member><function>mysql_get_client_info</function></member>
|
||||
<member><function>mysql_get_proto_info</function></member>
|
||||
<member><function>mysql_get_server_info</function></member>
|
||||
</simplelist>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- EN-Revision: b95d28e6ec86e4a71e012737d36ebdc1cf009180 Maintainer: mustafa Status: ready -->
|
||||
<refentry xml:id="function.mysql-get-proto-info" xmlns="http://docbook.org/ns/docbook">
|
||||
<!-- EN-Revision: bb0f34cf97860c362ff10ebb050fc80daff9876b Maintainer: mustafa Status: ready -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.mysql-get-proto-info">
|
||||
<refnamediv>
|
||||
<refname>mysql_get_proto_info</refname>
|
||||
<refpurpose>MySQL protokol sürüm bilgisini al</refpurpose>
|
||||
@@ -28,11 +28,9 @@
|
||||
|
||||
<refsect1 role="parameters">
|
||||
&reftitle.parameters;
|
||||
<para>
|
||||
<variablelist>
|
||||
&mysql.linkid.description;
|
||||
</variablelist>
|
||||
</para>
|
||||
<variablelist>
|
||||
&mysql.linkid.description;
|
||||
</variablelist>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
@@ -44,10 +42,9 @@
|
||||
|
||||
<refsect1 role="examples">
|
||||
&reftitle.examples;
|
||||
<para>
|
||||
<example>
|
||||
<title>- <function>mysql_get_proto_info</function> örneği</title>
|
||||
<programlisting role="php">
|
||||
<example>
|
||||
<title>- <function>mysql_get_proto_info</function> örneği</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
$link = mysql_connect('localhost', 'mysql_user', 'mysql_parolası');
|
||||
@@ -57,29 +54,25 @@ if (!$link) {
|
||||
printf("MySQL protokol sürümü: %s\n", mysql_get_proto_info());
|
||||
?>
|
||||
]]>
|
||||
</programlisting>
|
||||
&example.outputs.similar;
|
||||
<screen>
|
||||
</programlisting>
|
||||
&example.outputs.similar;
|
||||
<screen>
|
||||
<![CDATA[
|
||||
MySQL protokol sürümü: 10
|
||||
]]>
|
||||
</screen>
|
||||
</example>
|
||||
</para>
|
||||
</screen>
|
||||
</example>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="seealso">
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<simplelist>
|
||||
<member><function>mysql_get_client_info</function></member>
|
||||
<member><function>mysql_get_host_info</function></member>
|
||||
<member><function>mysql_get_server_info</function></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
<simplelist>
|
||||
<member><function>mysql_get_client_info</function></member>
|
||||
<member><function>mysql_get_host_info</function></member>
|
||||
<member><function>mysql_get_server_info</function></member>
|
||||
</simplelist>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- EN-Revision: ff4017b6334dae2d5353fe99df8089a828795324 Maintainer: mustafa Status: ready -->
|
||||
<refentry xml:id="function.mysql-get-server-info" xmlns="http://docbook.org/ns/docbook">
|
||||
<!-- EN-Revision: bb0f34cf97860c362ff10ebb050fc80daff9876b Maintainer: mustafa Status: ready -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.mysql-get-server-info">
|
||||
<refnamediv>
|
||||
<refname>mysql_get_server_info</refname>
|
||||
<refpurpose>MySQL sunucu bilgisini al</refpurpose>
|
||||
@@ -33,11 +33,9 @@
|
||||
|
||||
<refsect1 role="parameters">
|
||||
&reftitle.parameters;
|
||||
<para>
|
||||
<variablelist>
|
||||
&mysql.linkid.description;
|
||||
</variablelist>
|
||||
</para>
|
||||
<variablelist>
|
||||
&mysql.linkid.description;
|
||||
</variablelist>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
@@ -49,10 +47,9 @@
|
||||
|
||||
<refsect1 role="examples">
|
||||
&reftitle.examples;
|
||||
<para>
|
||||
<example>
|
||||
<title>- <function>mysql_get_server_info</function> örneği</title>
|
||||
<programlisting role="php">
|
||||
<example>
|
||||
<title>- <function>mysql_get_server_info</function> örneği</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
$link = mysql_connect('localhost', 'mysql_user', 'mysql_parolası');
|
||||
@@ -62,30 +59,26 @@ if (!$link) {
|
||||
printf("MySQL sunucu sürümü: %s\n", mysql_get_server_info());
|
||||
?>
|
||||
]]>
|
||||
</programlisting>
|
||||
&example.outputs.similar;
|
||||
<screen>
|
||||
</programlisting>
|
||||
&example.outputs.similar;
|
||||
<screen>
|
||||
<![CDATA[
|
||||
MySQL sunucu sürümü: 4.0.1-alpha
|
||||
]]>
|
||||
</screen>
|
||||
</example>
|
||||
</para>
|
||||
</screen>
|
||||
</example>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="seealso">
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<simplelist>
|
||||
<member><function>mysql_get_client_info</function></member>
|
||||
<member><function>mysql_get_host_info</function></member>
|
||||
<member><function>mysql_get_proto_info</function></member>
|
||||
<member><function>phpversion</function></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
<simplelist>
|
||||
<member><function>mysql_get_client_info</function></member>
|
||||
<member><function>mysql_get_host_info</function></member>
|
||||
<member><function>mysql_get_proto_info</function></member>
|
||||
<member><function>phpversion</function></member>
|
||||
</simplelist>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- EN-Revision: e41806c30bf6975e452c0d4ce35ab0984c2fa68c Maintainer: mustafa Status: ready -->
|
||||
<refentry xml:id="function.mysql-info" xmlns="http://docbook.org/ns/docbook">
|
||||
<!-- EN-Revision: bb0f34cf97860c362ff10ebb050fc80daff9876b Maintainer: mustafa Status: ready -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.mysql-info">
|
||||
<refnamediv>
|
||||
<refname>mysql_info</refname>
|
||||
<refpurpose>En son sorgu hakkında bilgi al</refpurpose>
|
||||
@@ -28,11 +28,9 @@
|
||||
|
||||
<refsect1 role="parameters">
|
||||
&reftitle.parameters;
|
||||
<para>
|
||||
<variablelist>
|
||||
&mysql.linkid.description;
|
||||
</variablelist>
|
||||
</para>
|
||||
<variablelist>
|
||||
&mysql.linkid.description;
|
||||
</variablelist>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
@@ -46,14 +44,13 @@
|
||||
|
||||
<refsect1 role="examples">
|
||||
&reftitle.examples;
|
||||
<para>
|
||||
<example>
|
||||
<title>- İlgili MySQL Deyimleri</title>
|
||||
<para>
|
||||
Dizge döndüren deyimler. Sayılar sadece betimleme amaçlıdır; yani,
|
||||
değerleri sorguya göre olacaktır.
|
||||
</para>
|
||||
<programlisting role="mysql">
|
||||
<example>
|
||||
<title>- İlgili MySQL Deyimleri</title>
|
||||
<para>
|
||||
Dizge döndüren deyimler. Sayılar sadece betimleme amaçlıdır; yani,
|
||||
değerleri sorguya göre olacaktır.
|
||||
</para>
|
||||
<programlisting role="mysql">
|
||||
<![CDATA[
|
||||
INSERT INTO ... SELECT ...
|
||||
String format: Records: 23 Duplicates: 0 Warnings: 0
|
||||
@@ -66,9 +63,8 @@ String format: Records: 60 Duplicates: 0 Warnings: 0
|
||||
UPDATE
|
||||
String format: Rows matched: 65 Changed: 65 Warnings: 0
|
||||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
</para>
|
||||
</programlisting>
|
||||
</example>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="notes">
|
||||
@@ -84,16 +80,13 @@ String format: Rows matched: 65 Changed: 65 Warnings: 0
|
||||
|
||||
<refsect1 role="seealso">
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<simplelist>
|
||||
<member><function>mysql_affected_rows</function></member>
|
||||
<member><function>mysql_insert_id</function></member>
|
||||
<member><function>mysql_stat</function></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
<simplelist>
|
||||
<member><function>mysql_affected_rows</function></member>
|
||||
<member><function>mysql_insert_id</function></member>
|
||||
<member><function>mysql_stat</function></member>
|
||||
</simplelist>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- EN-Revision: e41806c30bf6975e452c0d4ce35ab0984c2fa68c Maintainer: mustafa Status: ready -->
|
||||
<refentry xml:id="function.mysql-list-dbs" xmlns="http://docbook.org/ns/docbook">
|
||||
<!-- EN-Revision: bb0f34cf97860c362ff10ebb050fc80daff9876b Maintainer: mustafa Status: ready -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.mysql-list-dbs">
|
||||
<refnamediv>
|
||||
<refname>mysql_list_dbs</refname>
|
||||
<refpurpose>Bir MySQL sunucusundaki kullanılabilir veritabanlarını listeler
|
||||
@@ -30,11 +30,9 @@
|
||||
|
||||
<refsect1 role="parameters">
|
||||
&reftitle.parameters;
|
||||
<para>
|
||||
<variablelist>
|
||||
&mysql.linkid.description;
|
||||
</variablelist>
|
||||
</para>
|
||||
<variablelist>
|
||||
&mysql.linkid.description;
|
||||
</variablelist>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
@@ -50,10 +48,9 @@
|
||||
|
||||
<refsect1 role="examples">
|
||||
&reftitle.examples;
|
||||
<para>
|
||||
<example>
|
||||
<title>- <function>mysql_list_dbs</function> kullanmama örneği</title>
|
||||
<programlisting role="php">
|
||||
<example>
|
||||
<title>- <function>mysql_list_dbs</function> kullanmama örneği</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
// mysql_list_dbs() olmaksızın kullanım
|
||||
@@ -73,17 +70,16 @@ while ($row = mysql_fetch_object($db_list)) {
|
||||
}
|
||||
?>
|
||||
]]>
|
||||
</programlisting>
|
||||
&example.outputs.similar;
|
||||
<screen>
|
||||
</programlisting>
|
||||
&example.outputs.similar;
|
||||
<screen>
|
||||
<![CDATA[
|
||||
database1
|
||||
database2
|
||||
database3
|
||||
]]>
|
||||
</screen>
|
||||
</example>
|
||||
</para>
|
||||
</screen>
|
||||
</example>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="notes">
|
||||
@@ -98,15 +94,12 @@ database3
|
||||
|
||||
<refsect1 role="seealso">
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<simplelist>
|
||||
<member><function>mysql_db_name</function></member>
|
||||
<member><function>mysql_select_db</function></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
<simplelist>
|
||||
<member><function>mysql_db_name</function></member>
|
||||
<member><function>mysql_select_db</function></member>
|
||||
</simplelist>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- EN-Revision: e41806c30bf6975e452c0d4ce35ab0984c2fa68c Maintainer: mustafa Status: ready -->
|
||||
<refentry xml:id="function.mysql-list-fields" xmlns="http://docbook.org/ns/docbook">
|
||||
<!-- EN-Revision: bb0f34cf97860c362ff10ebb050fc80daff9876b Maintainer: mustafa Status: ready -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.mysql-list-fields">
|
||||
<refnamediv>
|
||||
<refname>mysql_list_fields</refname>
|
||||
<refpurpose>MySQL tablosunun alanlarını listeler</refpurpose>
|
||||
@@ -36,27 +36,25 @@
|
||||
|
||||
<refsect1 role="parameters">
|
||||
&reftitle.parameters;
|
||||
<para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><parameter>veritabanı_adı</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Sorgulanan veritabanının adı.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>tablo_adı</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Sorgulanan tablonun adı.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
&mysql.linkid.description;
|
||||
</variablelist>
|
||||
</para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><parameter>veritabanı_adı</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Sorgulanan veritabanının adı.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>tablo_adı</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Sorgulanan tablonun adı.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
&mysql.linkid.description;
|
||||
</variablelist>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
@@ -75,11 +73,10 @@
|
||||
|
||||
<refsect1 role="examples">
|
||||
&reftitle.examples;
|
||||
<para>
|
||||
<example>
|
||||
<title>- <function>mysql_list_fields</function> yerine kullanılabilecek
|
||||
kod örneği</title>
|
||||
<programlisting role="php">
|
||||
<example>
|
||||
<title>- <function>mysql_list_fields</function> yerine kullanılabilecek
|
||||
kod örneği</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
$sonuç = mysql_query("SHOW COLUMNS FROM birtablo");
|
||||
@@ -94,9 +91,9 @@ if (mysql_num_rows($sonuç) > 0) {
|
||||
}
|
||||
?>
|
||||
]]>
|
||||
</programlisting>
|
||||
&example.outputs.similar;
|
||||
<screen>
|
||||
</programlisting>
|
||||
&example.outputs.similar;
|
||||
<screen>
|
||||
<![CDATA[
|
||||
Array
|
||||
(
|
||||
@@ -117,9 +114,8 @@ Array
|
||||
[Extra] =>
|
||||
)
|
||||
]]>
|
||||
</screen>
|
||||
</example>
|
||||
</para>
|
||||
</screen>
|
||||
</example>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="notes">
|
||||
@@ -134,15 +130,12 @@ Array
|
||||
|
||||
<refsect1 role="seealso">
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<simplelist>
|
||||
<member><function>mysql_field_flags</function></member>
|
||||
<member><function>mysql_info</function></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
<simplelist>
|
||||
<member><function>mysql_field_flags</function></member>
|
||||
<member><function>mysql_info</function></member>
|
||||
</simplelist>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- EN-Revision: b95d28e6ec86e4a71e012737d36ebdc1cf009180 Maintainer: mustafa Status: ready -->
|
||||
<refentry xml:id="function.mysql-list-processes" xmlns="http://docbook.org/ns/docbook">
|
||||
<!-- EN-Revision: bb0f34cf97860c362ff10ebb050fc80daff9876b Maintainer: mustafa Status: ready -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.mysql-list-processes">
|
||||
<refnamediv>
|
||||
<refname>mysql_list_processes</refname>
|
||||
<refpurpose>MySQL süreçlerini listeler</refpurpose>
|
||||
@@ -28,11 +28,9 @@
|
||||
|
||||
<refsect1 role="parameters">
|
||||
&reftitle.parameters;
|
||||
<para>
|
||||
<variablelist>
|
||||
&mysql.linkid.description;
|
||||
</variablelist>
|
||||
</para>
|
||||
<variablelist>
|
||||
&mysql.linkid.description;
|
||||
</variablelist>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
@@ -45,10 +43,9 @@
|
||||
|
||||
<refsect1 role="examples">
|
||||
&reftitle.examples;
|
||||
<para>
|
||||
<example>
|
||||
<title>- <function>mysql_list_processes</function> örneği</title>
|
||||
<programlisting role="php">
|
||||
<example>
|
||||
<title>- <function>mysql_list_processes</function> örneği</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
$link = mysql_connect('localhost', 'mysql_user', 'mysql_parolası');
|
||||
@@ -61,29 +58,25 @@ while ($row = mysql_fetch_assoc($result)){
|
||||
mysql_free_result($result);
|
||||
?>
|
||||
]]>
|
||||
</programlisting>
|
||||
&example.outputs.similar;
|
||||
<screen>
|
||||
</programlisting>
|
||||
&example.outputs.similar;
|
||||
<screen>
|
||||
<![CDATA[
|
||||
1 localhost test Processlist 0
|
||||
4 localhost mysql sleep 5
|
||||
]]>
|
||||
</screen>
|
||||
</example>
|
||||
</para>
|
||||
</screen>
|
||||
</example>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="seealso">
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<simplelist>
|
||||
<member><function>mysql_thread_id</function></member>
|
||||
<member><function>mysql_stat</function></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
<simplelist>
|
||||
<member><function>mysql_thread_id</function></member>
|
||||
<member><function>mysql_stat</function></member>
|
||||
</simplelist>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- EN-Revision: dafb1509d0b124bffe6ce275b5105b30b3fcec63 Maintainer: mustafa Status: ready -->
|
||||
<refentry xml:id="function.mysql-list-tables" xmlns="http://docbook.org/ns/docbook">
|
||||
<!-- EN-Revision: bb0f34cf97860c362ff10ebb050fc80daff9876b Maintainer: mustafa Status: ready -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.mysql-list-tables">
|
||||
<refnamediv>
|
||||
<refname>mysql_list_tables</refname>
|
||||
<refpurpose>Bir MySQL veritabanındaki tabloları listele</refpurpose>
|
||||
@@ -34,19 +34,17 @@
|
||||
|
||||
<refsect1 role="parameters">
|
||||
&reftitle.parameters;
|
||||
<para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><parameter>veritabanı</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Veritabanının adı.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
&mysql.linkid.description;
|
||||
</variablelist>
|
||||
</para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><parameter>veritabanı</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Veritabanının adı.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
&mysql.linkid.description;
|
||||
</variablelist>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
@@ -64,11 +62,10 @@
|
||||
|
||||
<refsect1 role="examples">
|
||||
&reftitle.examples;
|
||||
<para>
|
||||
<example>
|
||||
<title>- <function>mysql_list_tables</function> yerine kullanılabilecek
|
||||
kod örneği</title>
|
||||
<programlisting role="php">
|
||||
<example>
|
||||
<title>- <function>mysql_list_tables</function> yerine kullanılabilecek
|
||||
kod örneği</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
$dbname = 'mysql_dbname';
|
||||
@@ -94,9 +91,8 @@ while ($row = mysql_fetch_row($result)) {
|
||||
mysql_free_result($result);
|
||||
?>
|
||||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
</para>
|
||||
</programlisting>
|
||||
</example>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="notes">
|
||||
@@ -111,15 +107,12 @@ mysql_free_result($result);
|
||||
|
||||
<refsect1 role="seealso">
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<simplelist>
|
||||
<member><function>mysql_list_dbs</function></member>
|
||||
<member><function>mysql_tablename</function></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
<simplelist>
|
||||
<member><function>mysql_list_dbs</function></member>
|
||||
<member><function>mysql_tablename</function></member>
|
||||
</simplelist>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- EN-Revision: b95d28e6ec86e4a71e012737d36ebdc1cf009180 Maintainer: mustafa Status: ready -->
|
||||
<refentry xml:id="function.mysql-num-fields" xmlns="http://docbook.org/ns/docbook">
|
||||
<!-- EN-Revision: bb0f34cf97860c362ff10ebb050fc80daff9876b Maintainer: mustafa Status: ready -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.mysql-num-fields">
|
||||
<refnamediv>
|
||||
<refname>mysql_num_fields</refname>
|
||||
<refpurpose>Sonuçtaki alan sayısını al</refpurpose>
|
||||
@@ -29,11 +29,9 @@
|
||||
|
||||
<refsect1 role="parameters">
|
||||
&reftitle.parameters;
|
||||
<para>
|
||||
<variablelist>
|
||||
&mysql.result.description;
|
||||
</variablelist>
|
||||
</para>
|
||||
<variablelist>
|
||||
&mysql.result.description;
|
||||
</variablelist>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
@@ -46,10 +44,9 @@
|
||||
|
||||
<refsect1 role="examples">
|
||||
&reftitle.examples;
|
||||
<para>
|
||||
<example>
|
||||
<title>- <function>mysql_num_fields</function> örneği</title>
|
||||
<programlisting role="php">
|
||||
<example>
|
||||
<title>- <function>mysql_num_fields</function> örneği</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
$result = mysql_query("SELECT id,email FROM people WHERE id = '42'");
|
||||
@@ -62,9 +59,8 @@ if (!$result) {
|
||||
echo mysql_num_fields($result);
|
||||
?>
|
||||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
</para>
|
||||
</programlisting>
|
||||
</example>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="notes">
|
||||
@@ -79,17 +75,14 @@ echo mysql_num_fields($result);
|
||||
|
||||
<refsect1 role="seealso">
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<simplelist>
|
||||
<member><function>mysql_select_db</function></member>
|
||||
<member><function>mysql_query</function></member>
|
||||
<member><function>mysql_fetch_field</function></member>
|
||||
<member><function>mysql_num_rows</function></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
<simplelist>
|
||||
<member><function>mysql_select_db</function></member>
|
||||
<member><function>mysql_query</function></member>
|
||||
<member><function>mysql_fetch_field</function></member>
|
||||
<member><function>mysql_num_rows</function></member>
|
||||
</simplelist>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- EN-Revision: b95d28e6ec86e4a71e012737d36ebdc1cf009180 Maintainer: mustafa Status: ready -->
|
||||
<refentry xml:id="function.mysql-num-rows" xmlns="http://docbook.org/ns/docbook">
|
||||
<!-- EN-Revision: bb0f34cf97860c362ff10ebb050fc80daff9876b Maintainer: mustafa Status: ready -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.mysql-num-rows">
|
||||
<refnamediv>
|
||||
<refname>mysql_num_rows</refname>
|
||||
<refpurpose>Sonuçtaki satır sayısını al</refpurpose>
|
||||
@@ -34,11 +34,9 @@
|
||||
|
||||
<refsect1 role="parameters">
|
||||
&reftitle.parameters;
|
||||
<para>
|
||||
<variablelist>
|
||||
&mysql.result.description;
|
||||
</variablelist>
|
||||
</para>
|
||||
<variablelist>
|
||||
&mysql.result.description;
|
||||
</variablelist>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
@@ -51,10 +49,9 @@
|
||||
|
||||
<refsect1 role="examples">
|
||||
&reftitle.examples;
|
||||
<para>
|
||||
<example>
|
||||
<title>- <function>mysql_num_rows</function> örneği</title>
|
||||
<programlisting role="php">
|
||||
<example>
|
||||
<title>- <function>mysql_num_rows</function> örneği</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
|
||||
@@ -68,9 +65,8 @@ echo "$num_rows Satır\n";
|
||||
|
||||
?>
|
||||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
</para>
|
||||
</programlisting>
|
||||
</example>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="notes">
|
||||
@@ -92,18 +88,15 @@ echo "$num_rows Satır\n";
|
||||
|
||||
<refsect1 role="seealso">
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<simplelist>
|
||||
<member><function>mysql_affected_rows</function></member>
|
||||
<member><function>mysql_connect</function></member>
|
||||
<member><function>mysql_data_seek</function></member>
|
||||
<member><function>mysql_select_db</function></member>
|
||||
<member><function>mysql_query</function></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
<simplelist>
|
||||
<member><function>mysql_affected_rows</function></member>
|
||||
<member><function>mysql_connect</function></member>
|
||||
<member><function>mysql_data_seek</function></member>
|
||||
<member><function>mysql_select_db</function></member>
|
||||
<member><function>mysql_query</function></member>
|
||||
</simplelist>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: ed56c4e375ef51f88d578741f1b5074d31fc0988 Maintainer: mustafa Status: ready -->
|
||||
<refentry xml:id="function.mysql-ping" xmlns="http://docbook.org/ns/docbook">
|
||||
<!-- EN-Revision: bb0f34cf97860c362ff10ebb050fc80daff9876b Maintainer: mustafa Status: ready -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.mysql-ping">
|
||||
<refnamediv>
|
||||
<refname>mysql_ping</refname>
|
||||
<refpurpose>Bir sunucu bağlantısına ping at, bağlantı yoksa tekrar bağlan
|
||||
@@ -40,11 +40,9 @@
|
||||
|
||||
<refsect1 role="parameters">
|
||||
&reftitle.parameters;
|
||||
<para>
|
||||
<variablelist>
|
||||
&mysql.linkid.description;
|
||||
</variablelist>
|
||||
</para>
|
||||
<variablelist>
|
||||
&mysql.linkid.description;
|
||||
</variablelist>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
@@ -57,10 +55,9 @@
|
||||
|
||||
<refsect1 role="examples">
|
||||
&reftitle.examples;
|
||||
<para>
|
||||
<example>
|
||||
<title>- <function>mysql_ping</function> örneği</title>
|
||||
<programlisting role="php">
|
||||
<example>
|
||||
<title>- <function>mysql_ping</function> örneği</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
set_time_limit(0);
|
||||
@@ -86,22 +83,18 @@ mysql_free_result($result);
|
||||
$result2 = mysql_query($sql2);
|
||||
?>
|
||||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
</para>
|
||||
</programlisting>
|
||||
</example>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="seealso">
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<simplelist>
|
||||
<member><function>mysql_thread_id</function></member>
|
||||
<member><function>mysql_list_processes</function></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
<simplelist>
|
||||
<member><function>mysql_thread_id</function></member>
|
||||
<member><function>mysql_list_processes</function></member>
|
||||
</simplelist>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- EN-Revision: 65e697ff671608989432a6e6bf8ae8128b2be2c7 Maintainer: mustafa Status: ready -->
|
||||
<refentry xml:id="function.mysql-select-db" xmlns="http://docbook.org/ns/docbook">
|
||||
<!-- EN-Revision: bb0f34cf97860c362ff10ebb050fc80daff9876b Maintainer: mustafa Status: ready -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.mysql-select-db">
|
||||
<refnamediv>
|
||||
<refname>mysql_select_db</refname>
|
||||
<refpurpose>Bir MySQL veritabanı seçer</refpurpose>
|
||||
@@ -32,19 +32,17 @@
|
||||
|
||||
<refsect1 role="parameters">
|
||||
&reftitle.parameters;
|
||||
<para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><parameter>veritabanı_adı</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Seçilecek veritabanının adı.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
&mysql.linkid.description;
|
||||
</variablelist>
|
||||
</para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><parameter>veritabanı_adı</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Seçilecek veritabanının adı.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
&mysql.linkid.description;
|
||||
</variablelist>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
@@ -56,10 +54,9 @@
|
||||
|
||||
<refsect1 role="examples">
|
||||
&reftitle.examples;
|
||||
<para>
|
||||
<example>
|
||||
<title>- <function>mysql_select_db</function> örneği</title>
|
||||
<programlisting role="php">
|
||||
<example>
|
||||
<title>- <function>mysql_select_db</function> örneği</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
|
||||
@@ -75,9 +72,8 @@ if (!$db_selected) {
|
||||
}
|
||||
?>
|
||||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
</para>
|
||||
</programlisting>
|
||||
</example>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="notes">
|
||||
@@ -92,16 +88,13 @@ if (!$db_selected) {
|
||||
|
||||
<refsect1 role="seealso">
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<simplelist>
|
||||
<member><function>mysql_connect</function></member>
|
||||
<member><function>mysql_pconnect</function></member>
|
||||
<member><function>mysql_query</function></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
<simplelist>
|
||||
<member><function>mysql_connect</function></member>
|
||||
<member><function>mysql_pconnect</function></member>
|
||||
<member><function>mysql_query</function></member>
|
||||
</simplelist>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- EN-Revision: ff4017b6334dae2d5353fe99df8089a828795324 Maintainer: nilgun Status: ready -->
|
||||
<refentry xml:id="function.mysql-stat" xmlns="http://docbook.org/ns/docbook">
|
||||
<!-- EN-Revision: bb0f34cf97860c362ff10ebb050fc80daff9876b Maintainer: nilgun Status: ready -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.mysql-stat">
|
||||
<refnamediv>
|
||||
<refname>mysql_stat</refname>
|
||||
<refpurpose>Geçerli sunucu durumunu döndürür</refpurpose>
|
||||
@@ -33,11 +33,9 @@
|
||||
|
||||
<refsect1 role="parameters">
|
||||
&reftitle.parameters;
|
||||
<para>
|
||||
<variablelist>
|
||||
&mysql.linkid.description;
|
||||
</variablelist>
|
||||
</para>
|
||||
<variablelist>
|
||||
&mysql.linkid.description;
|
||||
</variablelist>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
@@ -53,10 +51,9 @@
|
||||
|
||||
<refsect1 role="examples">
|
||||
&reftitle.examples;
|
||||
<para>
|
||||
<example>
|
||||
<title>- <function>mysql_stat</function> örneği</title>
|
||||
<programlisting role="php">
|
||||
<example>
|
||||
<title>- <function>mysql_stat</function> örneği</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
$link = mysql_connect('localhost', 'mysql_user', 'mysql_password');
|
||||
@@ -64,9 +61,9 @@ $status = explode(' ', mysql_stat($link));
|
||||
print_r($status);
|
||||
?>
|
||||
]]>
|
||||
</programlisting>
|
||||
&example.outputs.similar;
|
||||
<screen>
|
||||
</programlisting>
|
||||
&example.outputs.similar;
|
||||
<screen>
|
||||
<![CDATA[
|
||||
Array
|
||||
(
|
||||
@@ -80,13 +77,11 @@ Array
|
||||
[7] => Queries per second avg: 245.595
|
||||
)
|
||||
]]>
|
||||
</screen>
|
||||
</example>
|
||||
</para>
|
||||
<para>
|
||||
<example>
|
||||
<title>- Bir başka <function>mysql_stat</function> örneği</title>
|
||||
<programlisting role="php">
|
||||
</screen>
|
||||
</example>
|
||||
<example>
|
||||
<title>- Bir başka <function>mysql_stat</function> örneği</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
$link = mysql_connect('localhost', 'mysql_user', 'mysql_password');
|
||||
@@ -96,9 +91,9 @@ while ($row = mysql_fetch_assoc($result)) {
|
||||
}
|
||||
?>
|
||||
]]>
|
||||
</programlisting>
|
||||
&example.outputs.similar;
|
||||
<screen>
|
||||
</programlisting>
|
||||
&example.outputs.similar;
|
||||
<screen>
|
||||
<![CDATA[
|
||||
back_log = 50
|
||||
basedir = /usr/local/
|
||||
@@ -111,23 +106,19 @@ bdb_shared_data = OFF
|
||||
bdb_tmpdir = /var/tmp/
|
||||
...
|
||||
]]>
|
||||
</screen>
|
||||
</example>
|
||||
</para>
|
||||
</screen>
|
||||
</example>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="seealso">
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<simplelist>
|
||||
<member><function>mysql_get_server_info</function></member>
|
||||
<member><function>mysql_list_processes</function></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
<simplelist>
|
||||
<member><function>mysql_get_server_info</function></member>
|
||||
<member><function>mysql_list_processes</function></member>
|
||||
</simplelist>
|
||||
</refsect1>
|
||||
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- EN-Revision: 5fabd07880ab15b0ad2cf7eb055c7c2b36d7120f Maintainer: mustafa Status: ready -->
|
||||
<refentry xml:id="function.mysql-tablename" xmlns="http://docbook.org/ns/docbook">
|
||||
<!-- EN-Revision: bb0f34cf97860c362ff10ebb050fc80daff9876b Maintainer: mustafa Status: ready -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.mysql-tablename">
|
||||
<refnamediv>
|
||||
<refname>mysql_tablename</refname>
|
||||
<refpurpose>Alanın tablo adını al</refpurpose>
|
||||
@@ -35,27 +35,25 @@
|
||||
|
||||
<refsect1 role="parameters">
|
||||
&reftitle.parameters;
|
||||
<para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><parameter>sonuç</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<function>mysql_list_tables</function> işlevinden döndürülen
|
||||
<type>resource</type> türünde bir sonuç göstericisi.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>i</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Tamsayı indisi (satır/tablo numarası)
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><parameter>sonuç</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<function>mysql_list_tables</function> işlevinden döndürülen
|
||||
<type>resource</type> türünde bir sonuç göstericisi.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>i</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Tamsayı indisi (satır/tablo numarası)
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
@@ -72,10 +70,9 @@
|
||||
|
||||
<refsect1 role="examples">
|
||||
&reftitle.examples;
|
||||
<para>
|
||||
<example>
|
||||
<title>- <function>mysql_tablename</function> örneği</title>
|
||||
<programlisting role="php">
|
||||
<example>
|
||||
<title>- <function>mysql_tablename</function> örneği</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
mysql_connect("localhost", "mysql_user", "mysql_password");
|
||||
@@ -88,9 +85,8 @@ for ($i = 0; $i < $num_rows; $i++) {
|
||||
mysql_free_result($result);
|
||||
?>
|
||||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
</para>
|
||||
</programlisting>
|
||||
</example>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="notes">
|
||||
@@ -105,16 +101,13 @@ mysql_free_result($result);
|
||||
|
||||
<refsect1 role="seealso">
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<simplelist>
|
||||
<member><function>mysql_list_tables</function></member>
|
||||
<member><function>mysql_field_table</function></member>
|
||||
<member><function>mysql_db_name</function></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
<simplelist>
|
||||
<member><function>mysql_list_tables</function></member>
|
||||
<member><function>mysql_field_table</function></member>
|
||||
<member><function>mysql_db_name</function></member>
|
||||
</simplelist>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- EN-Revision: b95d28e6ec86e4a71e012737d36ebdc1cf009180 Maintainer: mustafa Status: ready -->
|
||||
<refentry xml:id="function.mysql-thread-id" xmlns="http://docbook.org/ns/docbook">
|
||||
<!-- EN-Revision: bb0f34cf97860c362ff10ebb050fc80daff9876b Maintainer: mustafa Status: ready -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.mysql-thread-id">
|
||||
<refnamediv>
|
||||
<refname>mysql_thread_id</refname>
|
||||
<refpurpose>Geçerli evre numarasını döndür</refpurpose>
|
||||
@@ -30,11 +30,9 @@
|
||||
|
||||
<refsect1 role="parameters">
|
||||
&reftitle.parameters;
|
||||
<para>
|
||||
<variablelist>
|
||||
&mysql.linkid.description;
|
||||
</variablelist>
|
||||
</para>
|
||||
<variablelist>
|
||||
&mysql.linkid.description;
|
||||
</variablelist>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
@@ -46,10 +44,9 @@
|
||||
|
||||
<refsect1 role="examples">
|
||||
&reftitle.examples;
|
||||
<para>
|
||||
<example>
|
||||
<title>- <function>mysql_thread_id</function> örneği</title>
|
||||
<programlisting role="php">
|
||||
<example>
|
||||
<title>- <function>mysql_thread_id</function> örneği</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
$link = mysql_connect('localhost', 'mysql_user', 'mysql_password');
|
||||
@@ -59,28 +56,24 @@ if ($thread_id){
|
||||
}
|
||||
?>
|
||||
]]>
|
||||
</programlisting>
|
||||
&example.outputs.similar;
|
||||
<screen>
|
||||
</programlisting>
|
||||
&example.outputs.similar;
|
||||
<screen>
|
||||
<![CDATA[
|
||||
geçerli evre numarası 73
|
||||
]]>
|
||||
</screen>
|
||||
</example>
|
||||
</para>
|
||||
</screen>
|
||||
</example>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="seealso">
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<simplelist>
|
||||
<member><function>mysql_ping</function></member>
|
||||
<member><function>mysql_list_processes</function></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
<simplelist>
|
||||
<member><function>mysql_ping</function></member>
|
||||
<member><function>mysql_list_processes</function></member>
|
||||
</simplelist>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- EN-Revision: e41806c30bf6975e452c0d4ce35ab0984c2fa68c Maintainer: nilgun Status: ready -->
|
||||
<refentry xml:id="function.mysql-unbuffered-query" xmlns="http://docbook.org/ns/docbook">
|
||||
<!-- EN-Revision: bb0f34cf97860c362ff10ebb050fc80daff9876b Maintainer: nilgun Status: ready -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.mysql-unbuffered-query">
|
||||
<refnamediv>
|
||||
<refname>mysql_unbuffered_query</refname>
|
||||
<refpurpose>Sonuç kümesi tamponlanmayan ve alınmayan bir SQL sorgusu
|
||||
@@ -40,24 +40,21 @@
|
||||
|
||||
<refsect1 role="parameters">
|
||||
&reftitle.parameters;
|
||||
<para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><parameter>sorgu</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Bir SQL sorgusu.
|
||||
</para>
|
||||
<para>
|
||||
Sorgunun içerdiği verinin <link
|
||||
linkend="function.mysql-real-escape-string">gerektiği gibi öncelenmesi
|
||||
gerekir</link>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
&mysql.linkid.description;
|
||||
</variablelist>
|
||||
</para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><parameter>sorgu</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Bir SQL sorgusu.
|
||||
</para>
|
||||
<para>
|
||||
Sorgunun içerdiği verinin <link linkend="function.mysql-real-escape-string">gerektiği gibi öncelenmesi
|
||||
gerekir</link>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
&mysql.linkid.description;
|
||||
</variablelist>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
@@ -92,14 +89,11 @@
|
||||
|
||||
<refsect1 role="seealso">
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<simplelist>
|
||||
<member><function>mysql_query</function></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
<simplelist>
|
||||
<member><function>mysql_query</function></member>
|
||||
</simplelist>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 40667918dcff1d5c9f7ecdc88b5caca24ba0686c Maintainer: mustafa Status: ready -->
|
||||
<section xml:id="mysql.configuration" xmlns="http://docbook.org/ns/docbook">
|
||||
<!-- EN-Revision: bb0f34cf97860c362ff10ebb050fc80daff9876b Maintainer: mustafa Status: ready -->
|
||||
<section xmlns="http://docbook.org/ns/docbook" xml:id="mysql.configuration">
|
||||
&reftitle.runtime;
|
||||
&extension.runtime;
|
||||
<para>
|
||||
@@ -22,76 +22,76 @@
|
||||
mysql.allow_local_infile</link></entry>
|
||||
<entry>"1"</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
<entry/>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.mysql.allow-persistent">mysql.allow_persistent
|
||||
</link></entry>
|
||||
<entry>"1"</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
<entry/>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.mysql.max-persistent">mysql.max_persistent
|
||||
</link></entry>
|
||||
<entry>"-1"</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
<entry/>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.mysql.max-links">mysql.max_links</link></entry>
|
||||
<entry>"-1"</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
<entry/>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.mysql.trace-mode">mysql.trace_mode
|
||||
</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
<entry/>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.mysql.default-port">mysql.default_port
|
||||
</link></entry>
|
||||
<entry>NULL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
<entry/>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.mysql.default-socket">mysql.default_socket
|
||||
</link></entry>
|
||||
<entry>NULL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
<entry/>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.mysql.default-host">mysql.default_host
|
||||
</link></entry>
|
||||
<entry>NULL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
<entry/>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.mysql.default-user">mysql.default_user
|
||||
</link></entry>
|
||||
<entry>NULL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
<entry/>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.mysql.default-password">mysql.default_password
|
||||
</link></entry>
|
||||
<entry>NULL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
<entry/>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.mysql.connect-timeout">mysql.connect_timeout
|
||||
</link></entry>
|
||||
<entry>"60"</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
<entry/>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
@@ -101,159 +101,156 @@
|
||||
|
||||
&ini.descriptions.title;
|
||||
|
||||
<para>
|
||||
<variablelist>
|
||||
<varlistentry xml:id="ini.mysql.allow-local-infile">
|
||||
<term>
|
||||
<parameter>mysql.allow_local_infile</parameter>
|
||||
<type>int</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
PHP'nin bakış açısından LOAD DATA deyimleriyle yerel dosyalara
|
||||
erişime izin verir.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<variablelist>
|
||||
<varlistentry xml:id="ini.mysql.allow-local-infile">
|
||||
<term>
|
||||
<parameter>mysql.allow_local_infile</parameter>
|
||||
<type>int</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
PHP'nin bakış açısından LOAD DATA deyimleriyle yerel dosyalara
|
||||
erişime izin verir.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry xml:id="ini.mysql.allow-persistent">
|
||||
<term>
|
||||
<parameter>mysql.allow_persistent</parameter>
|
||||
<type>bool</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
MySQL'e <link linkend="features.persistent-connections">Kalıcı
|
||||
bağlantı</link> yapılmasına izin verilip verilmeyeceğini belirler.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="ini.mysql.allow-persistent">
|
||||
<term>
|
||||
<parameter>mysql.allow_persistent</parameter>
|
||||
<type>bool</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
MySQL'e <link linkend="features.persistent-connections">Kalıcı
|
||||
bağlantı</link> yapılmasına izin verilip verilmeyeceğini belirler.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry xml:id="ini.mysql.max-persistent">
|
||||
<term>
|
||||
<parameter>mysql.max_persistent</parameter>
|
||||
<type>int</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Süreç başına azami kalıcı MySQL bağlantı sayısı.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="ini.mysql.max-persistent">
|
||||
<term>
|
||||
<parameter>mysql.max_persistent</parameter>
|
||||
<type>int</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Süreç başına azami kalıcı MySQL bağlantı sayısı.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry xml:id="ini.mysql.max-links">
|
||||
<term>
|
||||
<parameter>mysql.max_links</parameter>
|
||||
<type>int</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Kalıcı bağlantılar da dahil, süreç başına en yüksek MySQL bağlantı sayısı.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="ini.mysql.max-links">
|
||||
<term>
|
||||
<parameter>mysql.max_links</parameter>
|
||||
<type>int</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Kalıcı bağlantılar da dahil, süreç başına en yüksek MySQL bağlantı sayısı.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry xml:id="ini.mysql.trace-mode">
|
||||
<term>
|
||||
<parameter>mysql.trace_mode</parameter>
|
||||
<type>bool</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
İz sürme kipi. <literal>mysql.trace_mode</literal> seçildiği zaman,
|
||||
tablo/indis taramaları, boş olmayan sonuç kümeleri ve SQL hataları için
|
||||
uyarı gösterilir.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="ini.mysql.trace-mode">
|
||||
<term>
|
||||
<parameter>mysql.trace_mode</parameter>
|
||||
<type>bool</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
İz sürme kipi. <literal>mysql.trace_mode</literal> seçildiği zaman,
|
||||
tablo/indis taramaları, boş olmayan sonuç kümeleri ve SQL hataları için
|
||||
uyarı gösterilir.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry xml:id="ini.mysql.default-port">
|
||||
<term>
|
||||
<parameter>mysql.default_port</parameter>
|
||||
<type>string</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Eğer başka bir port numarası belirtilmediyse,
|
||||
veritabanı sunucusuna bağlanırken kullanılacak öntanımlı port numarası.
|
||||
Eğer öntanımlı bir değer tanımlanmadıysa, port sırasıyla
|
||||
<envar>MYSQL_TCP_PORT</envar> ortam değişkeninden,
|
||||
<filename>/etc/services</filename> dosyasındaki
|
||||
<literal>mysql-tcp</literal> girdisinden
|
||||
veya <constant>MYSQL_PORT</constant> sabitinden alınır.
|
||||
Win32 sadece <constant>MYSQL_PORT</constant> sabitini kullanacaktır.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="ini.mysql.default-port">
|
||||
<term>
|
||||
<parameter>mysql.default_port</parameter>
|
||||
<type>string</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Eğer başka bir port numarası belirtilmediyse,
|
||||
veritabanı sunucusuna bağlanırken kullanılacak öntanımlı port numarası.
|
||||
Eğer öntanımlı bir değer tanımlanmadıysa, port sırasıyla
|
||||
<envar>MYSQL_TCP_PORT</envar> ortam değişkeninden,
|
||||
<filename>/etc/services</filename> dosyasındaki
|
||||
<literal>mysql-tcp</literal> girdisinden
|
||||
veya <constant>MYSQL_PORT</constant> sabitinden alınır.
|
||||
Win32 sadece <constant>MYSQL_PORT</constant> sabitini kullanacaktır.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry xml:id="ini.mysql.default-socket">
|
||||
<term>
|
||||
<parameter>mysql.default_socket</parameter>
|
||||
<type>string</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Yereldeki bir veritabanı sunucusuna bağlanırken başka bir soket adı
|
||||
belirtilmediyse kullanılacak olan öntanımlı soket adı.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="ini.mysql.default-host">
|
||||
<term>
|
||||
<parameter>mysql.default_host</parameter>
|
||||
<type>string</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Veritabanı sunucusuna bağlanırken eğer başka bir konak belirtilmediyse
|
||||
kullanılacak olan öntanımlı konak. &sqlsafemode;'da geçerli değildir.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="ini.mysql.default-socket">
|
||||
<term>
|
||||
<parameter>mysql.default_socket</parameter>
|
||||
<type>string</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Yereldeki bir veritabanı sunucusuna bağlanırken başka bir soket adı
|
||||
belirtilmediyse kullanılacak olan öntanımlı soket adı.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="ini.mysql.default-host">
|
||||
<term>
|
||||
<parameter>mysql.default_host</parameter>
|
||||
<type>string</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Veritabanı sunucusuna bağlanırken eğer başka bir konak belirtilmediyse
|
||||
kullanılacak olan öntanımlı konak. &sqlsafemode;'da geçerli değildir.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry xml:id="ini.mysql.default-user">
|
||||
<term>
|
||||
<parameter>mysql.default_user</parameter>
|
||||
<type>string</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Veritabanı sunucusuna bağlanırken eğer başka bir kullanıcı adı
|
||||
belirtilmediyse kullanılacak olan öntanımlı kullanıcı adı.
|
||||
&sqlsafemode;'da geçerli değildir.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="ini.mysql.default-user">
|
||||
<term>
|
||||
<parameter>mysql.default_user</parameter>
|
||||
<type>string</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Veritabanı sunucusuna bağlanırken eğer başka bir kullanıcı adı
|
||||
belirtilmediyse kullanılacak olan öntanımlı kullanıcı adı.
|
||||
&sqlsafemode;'da geçerli değildir.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry xml:id="ini.mysql.default-password">
|
||||
<term>
|
||||
<parameter>mysql.default_password</parameter>
|
||||
<type>string</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Veritabanı sunucusuna bağlanırken eğer başka bir parola belirtilmediyse
|
||||
kullanılacak olan öntanımlı parola. &sqlsafemode;'da geçerli değildir.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="ini.mysql.connect-timeout">
|
||||
<term>
|
||||
<parameter>mysql.connect_timeout</parameter>
|
||||
<type>int</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Saniye cinsinden bağlantı zaman aşımı süresi. Linux'ta, bu zaman aşımı
|
||||
süresi sunucudan ilk cevabı beklemek için de kullanılır.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="ini.mysql.default-password">
|
||||
<term>
|
||||
<parameter>mysql.default_password</parameter>
|
||||
<type>string</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Veritabanı sunucusuna bağlanırken eğer başka bir parola belirtilmediyse
|
||||
kullanılacak olan öntanımlı parola. &sqlsafemode;'da geçerli değildir.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="ini.mysql.connect-timeout">
|
||||
<term>
|
||||
<parameter>mysql.connect_timeout</parameter>
|
||||
<type>int</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Saniye cinsinden bağlantı zaman aşımı süresi. Linux'ta, bu zaman aşımı
|
||||
süresi sunucudan ilk cevabı beklemek için de kullanılır.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
</para>
|
||||
</variablelist>
|
||||
</section>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
|
||||
Reference in New Issue
Block a user