<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>LAMP for WEB &#187; mysql</title>
	<atom:link href="http://www.lampforweb.com/index.php/category/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lampforweb.com</link>
	<description>Linux Apache Mysql Php - Örnek uygulama, ipuçları, döküman, duyuru v.s</description>
	<lastBuildDate>Sun, 27 Dec 2009 07:41:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Mysql &#8220;The table is full&#8221; hatası ve Max_data_length</title>
		<link>http://www.lampforweb.com/index.php/mysql/mysql-the-table-is-full-hatasi-ve-max_data_length/</link>
		<comments>http://www.lampforweb.com/index.php/mysql/mysql-the-table-is-full-hatasi-ve-max_data_length/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 11:55:04 +0000</pubDate>
		<dc:creator>longvehicle</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[myisam]]></category>

		<guid isPermaLink="false">http://www.lampforweb.com/index.php/mysql/mysql-the-table-is-full-hatasi-ve-max_data_length/</guid>
		<description><![CDATA[Mysql myisam depolama motoru varsayılan olarak 32bit bir adresleme yaptığı için index dosyaları 4gb&#8217;dan daha büyük bir data (MYD dosyası) adresleyememektedir. Bu sorunu aşmak için tablo oluşturulurken verilecek olan ayarlarla adreslenecek data miktarının en fazla boyutu belirlenebilir. Tablo zaten var olan bir tablo ise alter table komutu ile tablonun oluşturma ayarları değiştirilebilir. Burada dikkat edilmesi [...]]]></description>
		<wfw:commentRss>http://www.lampforweb.com/index.php/mysql/mysql-the-table-is-full-hatasi-ve-max_data_length/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Update sorgularında &#8220;join&#8221; ve &#8220;replace&#8221;</title>
		<link>http://www.lampforweb.com/index.php/mysql/update-sorgularinda-join-ve-replace/</link>
		<comments>http://www.lampforweb.com/index.php/mysql/update-sorgularinda-join-ve-replace/#comments</comments>
		<pubDate>Wed, 05 Nov 2008 13:12:05 +0000</pubDate>
		<dc:creator>longvehicle</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://www.lampforweb.com/index.php/mysql/update-sorgularinda-join-ve-replace/</guid>
		<description><![CDATA[Birden fazla tablodaki kontrollere göre yapacağınız bir update sorgusunu aşağıdaki gibi oluşturabilirsiniz.

UPDATE 	tablo1
	INNER JOIN tablo2 ON tablo1.id=tablo2.id AND tablo2.sehir_id='34'
	SET tablo1.metin=REPLACE&#40;tablo1.metin,'İst.','İstanbul'&#41;
	WHERE tablo1.metin LIKE &#34;%İst.%&#34;

Bu sorgu ile tablo2 ile joinlenen tablo1&#8242;deki metin alnında replace komutu ile değişiklik yapılıyor.
]]></description>
		<wfw:commentRss>http://www.lampforweb.com/index.php/mysql/update-sorgularinda-join-ve-replace/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PHP, Mysql ve Ajax ile Sürükle-Bırak Sıralı Listeler</title>
		<link>http://www.lampforweb.com/index.php/mysql/php-mysql-ajax-ornek-uygulama-surukle-birak-sirali-listeler/</link>
		<comments>http://www.lampforweb.com/index.php/mysql/php-mysql-ajax-ornek-uygulama-surukle-birak-sirali-listeler/#comments</comments>
		<pubDate>Fri, 15 Feb 2008 20:00:51 +0000</pubDate>
		<dc:creator>longvehicle</dc:creator>
				<category><![CDATA[ajax]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[örnek uygulama]]></category>

		<guid isPermaLink="false">http://www.lampforweb.com/index.php/mysql/php-ve-ajax-ile-surukle-birak-sirali-listeler/</guid>
		<description><![CDATA[Web uygulamalarında çoğu zaman bir listenin sıralamasını kullanıcı seçimi doğrultusunda sunmak gerekir. Favori kataplar, müzikler v.s Bu listelerdeki sıralamayı kullanıcıya göre ayarlamak için de genellikle &#8220;Yukarı Taşı&#8221;,&#8221;Aşağı Taşı&#8221;,&#8221;En Üste&#8221;,&#8221;En Alta&#8221; gibi butonlar koyup kullanıcının her seferinde sadece bir adım atlayarak sıralamayı yapmasını isteriz. Bir başka yöntemde listedeki her satıra textbox koyup sıralamanın bu kutulardaki sayılara [...]]]></description>
		<wfw:commentRss>http://www.lampforweb.com/index.php/mysql/php-mysql-ajax-ornek-uygulama-surukle-birak-sirali-listeler/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Her Konuda Kopya Kağıtları (Cheat Sheets)</title>
		<link>http://www.lampforweb.com/index.php/linux/her-konuda-kopya-kagitlari-cheat-sheets/</link>
		<comments>http://www.lampforweb.com/index.php/linux/her-konuda-kopya-kagitlari-cheat-sheets/#comments</comments>
		<pubDate>Wed, 13 Feb 2008 09:57:53 +0000</pubDate>
		<dc:creator>longvehicle</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[cheat sheets]]></category>
		<category><![CDATA[döküman]]></category>
		<category><![CDATA[kaynakça]]></category>

		<guid isPermaLink="false">http://www.lampforweb.com/index.php/linux/her-konuda-kopya-kagitlari-cheat-sheets/</guid>
		<description><![CDATA[Scott Klarr isimli bir arkadaşımız hemen hemen her konuda cheat sheets diye tabir edilen kopya kağıtlarını bir araya toplamış. Programlama, bilgisayar sistemleri ve tasarım konularında çok sayıda kopya kağıdı mevcut. Elimin altında her konuda özet bir belge olsun diyenler için bire bir.

Linux-Unix sistemler için kopya kağıtları.
Apache için kopya kağıtları.
Mysql için kopya kağıtları.
Php için kopya kağıtları.
Css [...]]]></description>
		<wfw:commentRss>http://www.lampforweb.com/index.php/linux/her-konuda-kopya-kagitlari-cheat-sheets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mysql Türkçe Tarih Formatı</title>
		<link>http://www.lampforweb.com/index.php/mysql/mysqlde-turkce-tarih-formati/</link>
		<comments>http://www.lampforweb.com/index.php/mysql/mysqlde-turkce-tarih-formati/#comments</comments>
		<pubDate>Thu, 31 Jan 2008 22:05:50 +0000</pubDate>
		<dc:creator>soylu</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[mysql functions]]></category>
		<category><![CDATA[tarih format]]></category>

		<guid isPermaLink="false">http://www.lampforweb.com/index.php/mysql/mysqlde-turkce-tarih-formati/</guid>
		<description><![CDATA[Mysql&#8217;de verileri Türkçe tarih formatı şeklinde çekerek ekrana basmayı bir çoğumuz istemişizdir. Mysql&#8217;de tarih formatı varsayılan olarak &#8220;Yıl-Ay-Gün&#8221; olarak gelmektedir.
Şimdi bunu avantajları ve dezavantajları ile beraber nasıl kullanabiliceğimizi anlatmaya çalışacağız. Faydalanacağımız mysql fonksiyonu date_format() fonksiyonudur.
Fonksiyonun kullanımı :

date_format&#40;tarih,istenilen_format&#41;

ör:

SELECT date_format&#40;kayit_tarihi, '%d-%m-%Y'&#41;  AS yeni_tarih FROM kayitlar WHERE durum='4'

Yukarıdaki sorgu sonucunda gelen sonuç &#8220;2008-01-31&#8243; şeklindeki bir değer için [...]]]></description>
		<wfw:commentRss>http://www.lampforweb.com/index.php/mysql/mysqlde-turkce-tarih-formati/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Veri Tabanları, SQL Dili, MySQL &#8211; 2</title>
		<link>http://www.lampforweb.com/index.php/mysql/veri-tabanlari-sql-dili-mysql-2/</link>
		<comments>http://www.lampforweb.com/index.php/mysql/veri-tabanlari-sql-dili-mysql-2/#comments</comments>
		<pubDate>Thu, 24 Jan 2008 19:37:59 +0000</pubDate>
		<dc:creator>disclaimer</dc:creator>
				<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.lampforweb.com/index.php/mysql/veri-tabanlari-sql-dili-mysql-2/</guid>
		<description><![CDATA[Veritabanı kullanımında önemli olan bir şey de hangi iş için hangi veritabanının kullanılacağına karar vermektir.
Hangi veritabanının kullanılacağına karar vermek için sahip olmak istenen özellikler bilinmeli ve hangi veritabanı istenen özellikleri karşılıyor araştırılmalıdır.
Web programlama da genelde isimleri beraber anılan programlama dilleri ve veritabanları birlikte kullanılır.
PHP/MySQL, ASP/MSSQL,JAVA/Oracle vb.
Veritabanlarını sahip oldukları özelliklere göre farklı şekillerde sınıflandırabiliriz. 
Veritabanları data [...]]]></description>
		<wfw:commentRss>http://www.lampforweb.com/index.php/mysql/veri-tabanlari-sql-dili-mysql-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache Php Mysql Kurulumu</title>
		<link>http://www.lampforweb.com/index.php/apache/apache-php-mysql-kurulumu/</link>
		<comments>http://www.lampforweb.com/index.php/apache/apache-php-mysql-kurulumu/#comments</comments>
		<pubDate>Tue, 14 Aug 2007 08:19:55 +0000</pubDate>
		<dc:creator>longvehicle</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php mysql kurulumu]]></category>

		<guid isPermaLink="false">http://www.lampforweb.com/2007/08/14/apache-php-mysql-kurulumu/</guid>
		<description><![CDATA[Web programlamaya yeni başlayanlar için Apache Php Mysql kurulumu hakkında  bilgi verelim istedik. Kurulum için 2 alternatifiniz var; her programı ayrı ayrı  kurup ayarlarını elle yapmak yada hazır kurulum programlarını kullanarak tek  adımda tüm kurulumu gerçekleştirmek. Yeni başlayanlar büyük ihtimalle hazır  kurulum programlarını tercih edecektir (Tavsiye edilir). Ama bu üçlünün (Apache [...]]]></description>
		<wfw:commentRss>http://www.lampforweb.com/index.php/apache/apache-php-mysql-kurulumu/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Veri Tabanları, SQL Dili, MySQL &#8211; 1</title>
		<link>http://www.lampforweb.com/index.php/mysql/veri-tabanlari-sql-dili-mysql-1/</link>
		<comments>http://www.lampforweb.com/index.php/mysql/veri-tabanlari-sql-dili-mysql-1/#comments</comments>
		<pubDate>Thu, 26 Jul 2007 08:31:28 +0000</pubDate>
		<dc:creator>disclaimer</dc:creator>
				<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.lampforweb.com/2007/07/26/veri-tabanlari-sql-dili-mysql-1/</guid>
		<description><![CDATA[Program yazmanın nedeni genelde veriyi işlemek ve onu bilgiye dönüştürebilmektir. Yazdığımız programlar çok farklı kaynaklardan veri alabilmektedir. Bu kaynak bazen bir kullanıcı arayüzündeki form, bazen gökyüzündeki bir balona bağlı bir sensörün ürettiği bir elektronik sinyal, bazen de binlerce satırlık metin dosyaları olarak karşımıza çıkmaktadır.
Veri çoğaldıkça onu yönetmekte zorlaşmakta ve profesyonel bir çalışma gerektirmektedir. BASIC, PASCAL, [...]]]></description>
		<wfw:commentRss>http://www.lampforweb.com/index.php/mysql/veri-tabanlari-sql-dili-mysql-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dinamik açılan kutular oluşturma</title>
		<link>http://www.lampforweb.com/index.php/mysql/dinamik-acilan-kutular-olusturma/</link>
		<comments>http://www.lampforweb.com/index.php/mysql/dinamik-acilan-kutular-olusturma/#comments</comments>
		<pubDate>Sun, 15 Jul 2007 20:52:05 +0000</pubDate>
		<dc:creator>soylu</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php örnek]]></category>

		<guid isPermaLink="false">http://www.lampforweb.com/2007/07/15/dinamik-acilan-kutular-olusturma/</guid>
		<description><![CDATA[Projelerimizde sıkça ihtiyaç duyabileceğimiz konulardan biri olan veritabanındaki veriler ile dinamik açılan kutular oluşturma için güzel bir örnek.
 Aşağıdaki örnekte, veritabanındaki şehirlerin açılan kutu içerisinde nasıl kullanılabileceğinizi göreceğiz.

&#60;?
$sehirler_sorgu=mysql_query&#40;&#34;select sehir_id,sehir_adi from sehirler&#34;&#41;;
?&#62;
&#60;select name=&#34;sehirler&#34;&#62;
&#60;?
while&#40;$sehirler_sonuc=mysql_fetch_object&#40;&#41;&#41;
&#123;
?&#62;
    &#60;option value=&#34;&#60;?=$sehirler_sonuc-&#62;sehir_id?&#62;&#34;&#62;&#60;?=$sehirler_sonuc-&#62;sehir_adi?&#62;&#60;/option&#62;
&#60;?
&#125;
?&#62;
&#60;/select&#62;

]]></description>
		<wfw:commentRss>http://www.lampforweb.com/index.php/mysql/dinamik-acilan-kutular-olusturma/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL Türkçe Karakter Sorunu</title>
		<link>http://www.lampforweb.com/index.php/mysql/mysql-41-ve-50-da-yasanan-turkce-karakter-sorunu/</link>
		<comments>http://www.lampforweb.com/index.php/mysql/mysql-41-ve-50-da-yasanan-turkce-karakter-sorunu/#comments</comments>
		<pubDate>Tue, 10 Jul 2007 16:39:48 +0000</pubDate>
		<dc:creator>disclaimer</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[hata]]></category>
		<category><![CDATA[türkçe karakter]]></category>
		<category><![CDATA[utf8]]></category>

		<guid isPermaLink="false">http://www.lampforweb.com/?p=14</guid>
		<description><![CDATA[Mysql 3.23 veya 4.0 dan 4.1 ve üzeri bir versiyona geçiş yapıldığında bazı enteresan karakter sorunları meydana gelmekte. Türkçe&#8217;ye özgü ş,ı,ğ,ü,ç,ö,Ö,Ç,Ş,Ğ,Ü,İ gibi karakterler yerine soru işareti (?) döndürmekte.
Bu sorunun çözümü için yapılması gereken şey MySQL ile olan bağlantınızın doğru dil kodlaması üzerinden yapılmasını sağlamak.
Bunu iki yöntemle yapabiliriz.
1. yöntemde my.ini veya my.cnf dosyalarının içinde bulunan [client] [...]]]></description>
		<wfw:commentRss>http://www.lampforweb.com/index.php/mysql/mysql-41-ve-50-da-yasanan-turkce-karakter-sorunu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
