<?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>One Kind Of Life &#187; Base de Datos</title>
	<atom:link href="http://www.doutdex.com/blog/category/base-de-datos/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.doutdex.com/blog</link>
	<description>Experience analyzing new softwares</description>
	<lastBuildDate>Wed, 04 Jan 2012 13:01:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>MySQL ERROR 1005 (HY000): Can’t create table ‘NameTable.frm’ (errno: 150)</title>
		<link>http://www.doutdex.com/blog/2009/07/29/mysql-error-1005-hy000-can-t-create-table-nametable-frm-errno-150/</link>
		<comments>http://www.doutdex.com/blog/2009/07/29/mysql-error-1005-hy000-can-t-create-table-nametable-frm-errno-150/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 22:25:57 +0000</pubDate>
		<dc:creator>doutdex</dc:creator>
				<category><![CDATA[Base de Datos]]></category>
		<category><![CDATA[Mysql]]></category>

		<guid isPermaLink="false">http://www.doutdex.com/blog/2009/07/29/ysql-error-1005-hy000-can%e2%80%99t-create-table-%e2%80%98nametable-frm%e2%80%99-errno-150/</guid>
		<description><![CDATA[This error 150 means &#8220;MySQL error code 150: Foreign key constraint is incorrectly formed&#8221; So the common problem occurs if you try to create a new table with a foreign key without the table source FK (the source table doesn&#8217;t exist into DB ), the solution is create first the table source of the FK [...]]]></description>
		<wfw:commentRss>http://www.doutdex.com/blog/2009/07/29/mysql-error-1005-hy000-can-t-create-table-nametable-frm-errno-150/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backup database -base de datos- mysql en archivo con cron con timestamp date fecha</title>
		<link>http://www.doutdex.com/blog/2009/06/20/backup-database-base-de-datos-mysql-en-archivo-con-cron-con-timestamp-date-fecha/</link>
		<comments>http://www.doutdex.com/blog/2009/06/20/backup-database-base-de-datos-mysql-en-archivo-con-cron-con-timestamp-date-fecha/#comments</comments>
		<pubDate>Sat, 20 Jun 2009 17:22:55 +0000</pubDate>
		<dc:creator>doutdex</dc:creator>
				<category><![CDATA[Base de Datos]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mysql]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[cron]]></category>

		<guid isPermaLink="false">http://www.doutdex.com/blog/2009/06/20/backup-database-base-de-datos-mysql-en-archivo-con-cron-con-timestamp-date-fecha/</guid>
		<description><![CDATA[Amigos un ejemplo practico de respaldar una base de datos: Comandos: 1) Editar el archivo de crones para el usuario crontab -e 2) Agregar una línea indicando cada cuanto se va ejecutar, para este ejemplo puntual el cron se ejecutará semanalmente todos los días Lunes a las 10:30 de la mañana. 30 10 * * [...]]]></description>
		<wfw:commentRss>http://www.doutdex.com/blog/2009/06/20/backup-database-base-de-datos-mysql-en-archivo-con-cron-con-timestamp-date-fecha/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>15 Ways to Kill Your Mysql Application Performance</title>
		<link>http://www.doutdex.com/blog/2009/03/12/15-ways-to-kill-your-mysql-application-performance/</link>
		<comments>http://www.doutdex.com/blog/2009/03/12/15-ways-to-kill-your-mysql-application-performance/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 13:46:51 +0000</pubDate>
		<dc:creator>doutdex</dc:creator>
				<category><![CDATA[Base de Datos]]></category>
		<category><![CDATA[Mysql]]></category>
		<category><![CDATA[performance]]></category>

		<guid isPermaLink="false">http://www.doutdex.com/blog/?p=367</guid>
		<description><![CDATA[Nice presentation by Jay Pipes. 15 Ways to Kill Your Mysql Application Performance View more presentations from guest9912e5.]]></description>
		<wfw:commentRss>http://www.doutdex.com/blog/2009/03/12/15-ways-to-kill-your-mysql-application-performance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Instalar Mysql 6.0 en windows XP</title>
		<link>http://www.doutdex.com/blog/2008/05/15/instalar-mysql-60-en-windows-xp/</link>
		<comments>http://www.doutdex.com/blog/2008/05/15/instalar-mysql-60-en-windows-xp/#comments</comments>
		<pubDate>Fri, 16 May 2008 03:32:39 +0000</pubDate>
		<dc:creator>doutdex</dc:creator>
				<category><![CDATA[Base de Datos]]></category>
		<category><![CDATA[Mysql]]></category>

		<guid isPermaLink="false">http://doutdex.wordpress.com/?p=33</guid>
		<description><![CDATA[Primero ir a www.mysql.com descargar la ultima versión, la versión autoinstalable. Luego instalar por defecto, siguiente si sabes que ese puerto esta usado para algo cambiarlo sino dejarlo, 3306, y dejar la contraseña para root Abrir consola: cd /Archivos de Programa/mysql/Mysql 6.0/bin/ ejecuta mysqlshow -u root -p mysql Este comando muestra los puertos mysqladmin mysqladmin [...]]]></description>
		<wfw:commentRss>http://www.doutdex.com/blog/2008/05/15/instalar-mysql-60-en-windows-xp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Conexión a mysql desde PHP, buscar</title>
		<link>http://www.doutdex.com/blog/2007/10/29/conexion-a-mysql-desde-php-insertar-eliminar/</link>
		<comments>http://www.doutdex.com/blog/2007/10/29/conexion-a-mysql-desde-php-insertar-eliminar/#comments</comments>
		<pubDate>Mon, 29 Oct 2007 13:13:07 +0000</pubDate>
		<dc:creator>doutdex</dc:creator>
				<category><![CDATA[Base de Datos]]></category>
		<category><![CDATA[Mysql]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://doutdex.wordpress.com/2007/10/29/conexion-a-mysql-desde-php-insertar-eliminar/</guid>
		<description><![CDATA[Aquí indico como hacer una conexión a mysql (BD) usando PHP Primero debemos configurar la Base de datos, es decir, tener creada una BD (miBD) con un usuario(miUSER) y contraseña (miPASS) con permisos para leer y escribir dentro de ella, sabiendo esto, y alguna tabla conocida previamente creada ejm: &#8216;documents&#8217;, se utilizarán 2 archivos: 1 [...]]]></description>
		<wfw:commentRss>http://www.doutdex.com/blog/2007/10/29/conexion-a-mysql-desde-php-insertar-eliminar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Conflicto puerto 8080 Oracle XE 10 (problem with port 8080) &#8211; Oracle 10g Listener port 8080 conflict</title>
		<link>http://www.doutdex.com/blog/2007/07/15/conflicto-puerto-8080-oracle-xe-10-problem-with-port-8080-oracle-10g-listener-port-8080-conflict/</link>
		<comments>http://www.doutdex.com/blog/2007/07/15/conflicto-puerto-8080-oracle-xe-10-problem-with-port-8080-oracle-10g-listener-port-8080-conflict/#comments</comments>
		<pubDate>Sun, 15 Jul 2007 15:40:37 +0000</pubDate>
		<dc:creator>doutdex</dc:creator>
				<category><![CDATA[Base de Datos]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[database]]></category>

		<guid isPermaLink="false">http://doutdex.wordpress.com/2007/07/15/conflicto-puerto-8080-oracle-xe-10-problem-with-port-8080-oracle-10g-listener-port-8080-conflict/</guid>
		<description><![CDATA[When you installed Oracle XE by default in your pc (win and linux), the XE have one utility(the web-app service from oracle is running. to access by WEB using the port http:8080, http://127.0.0.1:8080/apex user: SYSTEM and password: &#8220;of the installation&#8221;, well if you dont have any other service running on the 8080 port, works fine!!! [...]]]></description>
		<wfw:commentRss>http://www.doutdex.com/blog/2007/07/15/conflicto-puerto-8080-oracle-xe-10-problem-with-port-8080-oracle-10g-listener-port-8080-conflict/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

