<?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>mysql &#8211; Selman Tunc</title>
	<atom:link href="https://selmantunc.com.tr/tag/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>https://selmantunc.com.tr</link>
	<description></description>
	<lastBuildDate>Thu, 28 Sep 2017 13:38:15 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://selmantunc.com.tr/wp-content/uploads/2023/07/cropped-tumblr_inline_oglumuMbgO1tyldvk_540-150x150-1-32x32.jpg</url>
	<title>mysql &#8211; Selman Tunc</title>
	<link>https://selmantunc.com.tr</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Magento cache sonrası sorunlar</title>
		<link>https://selmantunc.com.tr/uncategorized/magento-cache-sonrasi-sorunlar/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 28 Sep 2017 13:38:15 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[kendime not]]></category>
		<category><![CDATA[magento]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[SQL]]></category>
		<guid isPermaLink="false">http://selmantunc.com.tr/2017/09/28/magento-cache-sonrasi-sorunlar/</guid>

					<description><![CDATA[Eğer magento da cachelerin tamamını temizlediğinizde css url arasında  dev7.yoursite.com bu ifade var ise tam hali aşağıdaki gibi  /home/dev7/web/dev7.yoursite.com/public_html/js/smartwave/jquery/jquery-ui.min.css&#8221;  SELECT * FROM `core_config_data` WHERE `path` LIKE '%merge%' bu sorguyu çalışıtrın&#8230;]]></description>
										<content:encoded><![CDATA[<p>Eğer magento da cachelerin tamamını temizlediğinizde css url arasında  dev7.yoursite.com bu ifade var ise tam hali aşağıdaki gibi </p>
<p>/home/dev7/web/dev7.yoursite.com/public_html/js/smartwave/jquery/jquery-ui.min.css&#8221; <br></p>
<pre><code>SELECT * FROM `core_config_data` WHERE `path` LIKE '%merge%'  </code></pre>
<p>bu sorguyu çalışıtrın ve </p>
<p>dev/js/merge_files  değerini 0 yapın </p>
<p>dev/css/merge_css_files  değerini 0 yapın </p>
<p>gtspeed/cssjs/merge_css  değerini 0 yapın </p>
<p>  default0gtspeed/cssjs/merge_js  değerini 0 yapın </p>
<p>  customgrid/customization_params/merge_base_pagination  değerini 0 yapın</p>
<p>Resimdeki olacak </p>
<figure data-orig-width="709" data-orig-height="652" class="tmblr-full"><img decoding="async" src="https://selmantunc.com.tr/wp-content/uploads/2023/07/tumblr_inline_owzsplM26y1tyldvk_540.png" alt="image" data-orig-width="709" data-orig-height="652"></figure>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>zend framework 1 crud tutorial</title>
		<link>https://selmantunc.com.tr/uncategorized/zend-framework-1-crud-tutorial/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sat, 20 May 2017 20:35:42 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[zend framework]]></category>
		<guid isPermaLink="false">http://selmantunc.com.tr/2017/05/20/zend-framework-1-crud-tutorial/</guid>

					<description><![CDATA[This article will explain you about the CRUD operations of Zend framework 1 in details include topics such as Create a layout, Html 5 and bootsrap css and Database configuration. Let’s take an example of “Ticket”, where&#8230;]]></description>
										<content:encoded><![CDATA[<p>This article will explain you about the CRUD operations of Zend framework 1 in details include topics such as Create a layout, Html 5 and bootsrap css and Database configuration.</p>
<p>Let’s take an example of <b>“Ticket”,</b> where user will create, update and delete the topics of ticket and display the all created tickets at one place. Which will be the complete exercise of our CRUD operation.</p>
<p>Note:- I will use here Zend console commands and all commands need to be executed using cmd prompt.</p>
<p>

zend framework 1 crud,upload,pagination,cvs export example<br><br></p>
<p><a href="https://github.com/stnc/zend-framework-1-ticket-/archive/master.zip">Download Link </a>
<br></p>
<p><a href="https://github.com/stnc/zend-framework-1-ticket-">Source Code </a></p>
<p><br></p>
<p><br></p>
<figure data-orig-width="757" data-orig-height="815" class="tmblr-full"><img decoding="async" src="https://selmantunc.com.tr/wp-content/uploads/2023/07/tumblr_inline_oq9qdqSGV21tyldvk_540.jpg" alt="image" data-orig-width="757" data-orig-height="815"></figure>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Warning: mysql_query(): MySQL server has gone away in hatasının çözümü</title>
		<link>https://selmantunc.com.tr/uncategorized/warning-mysqlquery-mysql-server-has-gone-away/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sat, 29 Jun 2013 22:14:00 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Düzensiz]]></category>
		<category><![CDATA[my.ini]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[mysql ders]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php myasql]]></category>
		<guid isPermaLink="false">http://selmantunc.com.tr/2013/06/29/warning-mysqlquery-mysql-server-has-gone-away/</guid>

					<description><![CDATA[bigdump kullanırken evya phpmyadmin de php de Warning: mysql_query(): MySQL server has gone away hatası alıyorsanız  çözümü my.ini dosyasını açınız my.ini dosyası kullandığınız linux sürümüne göre /etc/my.cnf&#60;br /&#62;/etc/mysql/my.cnf&#60;br /&#62;/usr/etc/my.cnf&#60;br /&#62;~/.my.cnf&#8230;]]></description>
										<content:encoded><![CDATA[<p>bigdump kullanırken evya phpmyadmin de php de Warning: mysql_query(): MySQL server has gone away hatası alıyorsanız  çözümü<br></p>
<div><br><div></div></div>
<p><br /><div>my.ini dosyasını açınız</div>
<br /><div></div>
<br /><div>my.ini dosyası kullandığınız linux sürümüne göre</div>
<br /><div><br /><pre><code>/etc/my.cnf&lt;br /&gt;/etc/mysql/my.cnf&lt;br /&gt;/usr/etc/my.cnf&lt;br /&gt;~/.my.cnf</code></pre>
<br /></div>
<br /><div>Windows da ise</div>
<br /><div></div>
<br /><div><br /><pre><code>C:Windowsmy.ini&lt;br /&gt;C:Windowsmy.cnf&lt;br /&gt;C:my.ini&lt;br /&gt;C:my.cnf&lt;br /&gt;C:Program FilesMySQLMySQL Server 5.5my.ini&lt;br /&gt;C:Program FilesMySQLMySQL Server 5.5my.cnf</code></pre>
<br /></div>
<br /><div>bu yollardan birindedir</div>
<br /><div>my.ini dosyasını açarak içinde arama yaptırın</div>
<br /><div></div>
<br /><div></div>
<br /><div>max_allowed_packet = 1M  //olan yeri bulun</div>
<br /><div></div>
<br /><div>max_allowed_packet = 16M  //bununla değiştirin</div>
<br /><div></div>
<br /><div>ile değiştiriniz ve mysql sunucu restart ediniz</div>
<br /><div></div>
<br /><div>diğer tüm çözümler buradadır.</div>
<br /><div><a href="http://dev.mysql.com/doc/refman/5.1/en/gone-away.html" target="_blank" rel="noopener"><a href="http://dev.mysql.com/doc/refman/5.1/en/gone-away.html">http://dev.mysql.com/doc/refman/5.1/en/gone-away.html</a></a></div>
<br /></div></p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>nesne yönelimli programlama ve php</title>
		<link>https://selmantunc.com.tr/uncategorized/nesne-yonelimli-programlama-ve-php/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sat, 10 Apr 2010 18:26:00 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ezsql]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[nesne yönelimli php]]></category>
		<category><![CDATA[nesne yönelimli programlama]]></category>
		<category><![CDATA[object orient programming]]></category>
		<category><![CDATA[php]]></category>
		<guid isPermaLink="false">http://selmantunc.com.tr/2010/04/10/nesne-yonelimli-programlama-ve-php/</guid>

					<description><![CDATA[Bu konuyla ilgili yazı yazmaktansa bu konuda bulduğum linkleri paylaşmak daha uygun geldi. Bana ben size aşagıda internet den bulduğum siteleri yazayaım ve php ile nesne yönelimli programalama konusunda size&#8230;]]></description>
										<content:encoded><![CDATA[<p>Bu konuyla ilgili yazı yazmaktansa bu konuda bulduğum linkleri paylaşmak daha uygun geldi. Bana ben size aşagıda internet den bulduğum  siteleri yazayaım ve php ile nesne yönelimli programalama konusunda size yardımcı olabilir umarım bu konular.</p>
<p><br /><p>php&#8217;de NEsne yönelimli programlama(object orient programming) Gerekli midir ?  Nesne yönelimli programlama bir programı nesne adı verilen veriler ve bunların arabirimleri kümesi olarak tasarlanmasıdır.  <a target="_blank" href="http://tr.wikipedia.org/wiki/Nesne_Y%C3%B6nelimli_Programlama" rel="noopener">Nesne Yönelimli programlama hakkında daha fazla bilgi okumak için tıklayın.</a></p>
<br /><p>Evet gereklidir ,hatta , ihtiyaçdır prosedürel programlama artık önemini yitrirmiş büyük projelerde ise spagetti kod dediğimiz yapı oluşmuşdur,kod yapısı daha düzenli hale getirmek için nesne yönelimli kod yazmak gereklidir.</p>
<br /><p>Artık prosedürel kodlama küçük sitelerde işimizi görsede artık php için frameowrklerin olması gibi nedenlerden dolayı nesne yönelimli php kodlama yapmak zorundayız.</p>
<br /><p>Mesela en sık kullanılan sql komutları için class kullanmak sitenizin kod karmaşasını düşürür ve <a target="_blank" href="http://www.woyano.com/view/213/Download-ezSQL-Database-Class-205" rel="noopener">Ezsql</a> gibi bir vereitabanı sınıfı ile  kodlamanızı değiştrmeden <strong>Mysql,oracle,mssql,InterBase/FireBird</strong> vs&hellip;gibi veritabanlarına dönüştürebilirsiniz.</p>
<br /><p>Aşağıda yararlılık sırasına göre bir liste yaptım.  <a target="_blank" href="http://www.sametozden.com/Php_ve_Nesne_Yonelimli_Programlama_-1-8-sayfalar.html" rel="noopener">Samet öZden in hazırladığı başlangıç için çok yararlı bir makale </a>  ve <a target="_blank" href="http://www.sametozden.com/Php_ve_Nesne_Yonelimli_Programlama_-2-9-sayfalar.html" rel="noopener"><a href="http://www.sametozden.com/Php_ve_Nesne_Yonelimli_Programlama_-2-9-sayfalar.html">http://www.sametozden.com/Php_ve_Nesne_Yonelimli_Programlama_-2-9-sayfalar.html</a></a></p>
<br /><p>Javam.org sitesinde php ile nesne yönelimli programlama hakkında bir pdf bulunmak da <a target="_blank" href="http://docs.google.com/viewer?a=v&amp;q=cache:o66Z94pli5QJ:javam.org/dosya/javamoop.pdf+javam+org+php.pdf&amp;hl=tr&amp;gl=tr&amp;pid=bl&amp;srcid=ADGEESgl_9g9u9J05j0L4jAdSGShKpeJdJLFmhCLGGg53eU_9KfMJuSa8AnDUpwRB_Penn9szhgnYQwcplDqgfQPvm0yJEGMhfrqZs81x1chaWFwwZDFTES0nuwZ0LsZqI_FonXxH480&amp;sig=AHIEtbS4jlKWvokQ4Yw4wq_PPSgOSFhUeg" rel="noopener">interneten okumak için tıklayın</a>  <a target="_blank" href="http://javam.org/dosya/javamoop.pdf" rel="noopener">İndirmek için tıklayın </a>bunu okumanızı mutlaka tavsiye ederim oldukça güzel hazırlanmıştır.</p>
<br /><p><strong>Ceturk de yayınlanan bir makale :</strong>  <a target="_blank" href="http://www.ceturk.com/web-teknolojileri/nesne-yonelimli-php-bolum-1.html" rel="noopener"><a href="http://www.ceturk.com/web-teknolojileri/nesne-yonelimli-php-bolum-1.html">http://www.ceturk.com/web-teknolojileri/nesne-yonelimli-php-bolum-1.html</a></a></p>
<br /><p><strong>Enes Özden in bir yazısı</strong>  <a target="_blank" href="http://kazaan-ns.blogspot.com/2008/01/nesne-ynelimli-programlama-ve-php-1.html" rel="noopener"><a href="http://kazaan-ns.blogspot.com/2008/01/nesne-ynelimli-programlama-ve-php-1.html">http://kazaan-ns.blogspot.com/2008/01/nesne-ynelimli-programlama-ve-php-1.html</a></a></p>
<br /><p><strong>kodaman.org dan bir yazı</strong>  <a target="_blank" href="http://www.kodaman.org/yazi/php-de-nesne-yonelimli-programlama" rel="noopener"><a href="http://www.kodaman.org/yazi/php-de-nesne-yonelimli-programlama">http://www.kodaman.org/yazi/php-de-nesne-yonelimli-programlama</a></a></p>
<br /><p><a href="http://www.birogrenciklasigi.com"><a href="http://www.birogrenciklasigi.com">http://www.birogrenciklasigi.com</a></a> un hazırladığı bir yazı dizisi</p>
<br /><p><a href="http://www.birogrenciklasigi.com/oop-nerede-ve-ne-zaman-gereklidir.html"><a href="http://www.birogrenciklasigi.com/oop-nerede-ve-ne-zaman-gereklidir.html">http://www.birogrenciklasigi.com/oop-nerede-ve-ne-zaman-gereklidir.html</a></a></p>
<br /><p><a href="http://www.birogrenciklasigi.com/php-ile-nesnel-programlama-1.html">Php  ile Nesnel Programlama &#8211; 1</a></p>
<br /><p><a href="http://www.birogrenciklasigi.com/php-ile-nesnel-programlama-2.html">Php  ile Nesnel Programlama &#8211; 2</a></p>
<br /><p><a href="http://www.birogrenciklasigi.com/php-ile-nesnel-programlama-3.html">Php  ile Nesnel Programlama &#8211; 3</a></p>
<br /><p><a href="http://www.birogrenciklasigi.com/video-ders-php-ile-oop-programlama-bolum-1.html">Video  Ders: Php ile OOP Programlama Bölüm 1</a></p></p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Mysql de rastgele veri döndürmek</title>
		<link>https://selmantunc.com.tr/uncategorized/mysql-de-rastgele-veri-dondurmek/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 03 Jan 2010 15:57:00 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[genel]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[MySQL Dersleri]]></category>
		<category><![CDATA[Mysql rastgele veri]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[web]]></category>
		<guid isPermaLink="false">http://selmantunc.com.tr/2010/01/03/mysql-de-rastgele-veri-dondurmek/</guid>

					<description><![CDATA[select from sozler order by rand() limit 1 burda rand fonksiyonu rastege veri dönderir. ornek kullaım     $query3 = &#8220;select from sozler order by rand() limit 1&#8221;;    $result3 = mysql_query($query3)&#8230;]]></description>
										<content:encoded><![CDATA[<p><br /><h3><big>select <em> from sozler order by <u>rand()</u> limit 1</big></h3>
<br /><p><big>burda rand fonksiyonu rastege veri dönderir.</big></p>
<br /><p>ornek kullaım</p>
<br /><p><big><br />    $query3 = &ldquo;select </em> from sozler order by rand() limit 1&rdquo;;<br />    $result3 = mysql_query($query3) or die (mysql_error());<br />    while ($solzer = mysql_fetch_assoc($result3))<br />    {<br />        echo $sozler[&ldquo;soz&rdquo;];<br />    }</big></p>
<br /><p><big><br /><br /></big></p>
<br /><br /><p> </p>
<br /><br /><p> </p></p>]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
