<?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>Problem With Solutions &#187; mysql</title>
	<atom:link href="http://www.bestdesigns.co.in/blog/category/mysql/feed" rel="self" type="application/rss+xml" />
	<link>http://www.bestdesigns.co.in/blog</link>
	<description>Something Different In Linux</description>
	<lastBuildDate>Fri, 09 Dec 2011 11:55:05 +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>enable mysql  Query cache</title>
		<link>http://www.bestdesigns.co.in/blog/enable-mysql-cache-linux-server</link>
		<comments>http://www.bestdesigns.co.in/blog/enable-mysql-cache-linux-server#comments</comments>
		<pubDate>Sat, 17 Jul 2010 03:09:14 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[enable mysql cache]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=1037</guid>
		<description><![CDATA[How to enable mysql Query cache on linux server? Ans: You need to login to mysql by using root accesss. ========================== root@server[~]#mysql -u root –pPASSWORD mysql&#62; SET GLOBAL query_cache_size = 16777216;              (If you want to set query_cache_size=16 MB) ========================== Then open the my.cnf file and add the following directives. # vi /etc/my.cnf query_cache_size = 268435456<a href="http://www.bestdesigns.co.in/blog/enable-mysql-cache-linux-server">&#160;&#160;[ Read More ]</a>]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/enable-mysql-cache-linux-server/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>reset mysql password in plesk</title>
		<link>http://www.bestdesigns.co.in/blog/reset-mysql-password-plesk</link>
		<comments>http://www.bestdesigns.co.in/blog/reset-mysql-password-plesk#comments</comments>
		<pubDate>Thu, 29 Apr 2010 20:26:26 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[reset mysql password in plesk]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=882</guid>
		<description><![CDATA[Error :  ERROR 1045 (28000): Access denied for user &#8216;root&#8217;@'localhost&#8217; (using password: YES) Solution : To find password for user admin, run [root@server22 ~]# cat /etc/psa/.psa.shadow FfRBehWy [root@server22 ~]# To login to MySQL mysql -u admin -pFfRBehWy For example [root@server22 ~]# mysql -u admin -pFfRBehWy Welcome to the MySQL monitor. Commands end with ; or<a href="http://www.bestdesigns.co.in/blog/reset-mysql-password-plesk">&#160;&#160;[ Read More ]</a>]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/reset-mysql-password-plesk/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mysqldump: Got error</title>
		<link>http://www.bestdesigns.co.in/blog/mysqldump-error</link>
		<comments>http://www.bestdesigns.co.in/blog/mysqldump-error#comments</comments>
		<pubDate>Fri, 19 Mar 2010 06:14:10 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[mysqldump: Got error]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=805</guid>
		<description><![CDATA[Error : When you try to run the mysqldump command to make a backup of database then encounter the following error-exception: mysqldump databasename  &#62; databasename.sql mysqldump: Got error: 1016: Can&#8217;t open file: &#8216;./databasename/wp_142_term_taxonomy.frm&#8217; (errno: 24) when using LOCK TABLES Solution: Open the file /etc/my.cnf and  add the following line and restart the mysql service on<a href="http://www.bestdesigns.co.in/blog/mysqldump-error">&#160;&#160;[ Read More ]</a>]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/mysqldump-error/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>database not connected</title>
		<link>http://www.bestdesigns.co.in/blog/database-connected</link>
		<comments>http://www.bestdesigns.co.in/blog/database-connected#comments</comments>
		<pubDate>Tue, 15 Dec 2009 14:05:36 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[Error and solution]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[database not connected]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=653</guid>
		<description><![CDATA[Error : Your all database details is correct but the database is not connected  in any application. Solution : The problem due the &#8221; sql.safe_mode&#8221;  is &#8220;On&#8221; in php.ini file.  You need to turn off the sql.safe_mode in server  php.ini file sql.safe_mode = Off Done]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/database-connected/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mysql connection in jsp</title>
		<link>http://www.bestdesigns.co.in/blog/mysql-connection-jsp</link>
		<comments>http://www.bestdesigns.co.in/blog/mysql-connection-jsp#comments</comments>
		<pubDate>Mon, 14 Dec 2009 14:41:37 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[Email Marketing Series]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[Tomcat]]></category>
		<category><![CDATA[Mysql connection with jsp page]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=636</guid>
		<description><![CDATA[Database Connection by using jsp page . The URL based mysql connection  is ================================= jdbc:mysql://serverip address/DATABASENAME?user=USERNAME&#38;password=PASSWORD ================================= OR ================================= &#60;!&#8211; Database connection settings &#8211;&#62; &#60;property name=&#8221;connection.driver_class&#8221;&#62;com.mysql.jdbc.Driver&#60;/property&#62; &#60;property name=&#8221;connection.url&#8221;&#62;jdbc:mysql://localhost/database_name&#60;/property&#62; &#60;property name=&#8221;connection.username&#8221;&#62;databses_user&#60;/property&#62; &#60;property name=&#8221;connection.password&#8221;&#62;password&#60;/property&#62; &#60;!&#8211; configuration pool via c3p0&#8211;&#62; ================================= OR ================================= try { Class.forName("com.mysql.jdbc.Driver").newInstance(); // here we are connecting to localhost, port 3306. Change it to<a href="http://www.bestdesigns.co.in/blog/mysql-connection-jsp">&#160;&#160;[ Read More ]</a>]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/mysql-connection-jsp/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Letter case error in Mysql</title>
		<link>http://www.bestdesigns.co.in/blog/letter-case-error-mysql</link>
		<comments>http://www.bestdesigns.co.in/blog/letter-case-error-mysql#comments</comments>
		<pubDate>Mon, 30 Nov 2009 23:55:33 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[letter case error in Mysql]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=548</guid>
		<description><![CDATA[If anyone has run into a situation where sql queries from your java app were erroring out because of letter case in tables and column names in MySQL database, I have a quick solution for you. First, what you should have done, but probably was too creative and used mixed case for creating table names/columns<a href="http://www.bestdesigns.co.in/blog/letter-case-error-mysql">&#160;&#160;[ Read More ]</a>]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/letter-case-error-mysql/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mysql Commands</title>
		<link>http://www.bestdesigns.co.in/blog/mysql-commands-2</link>
		<comments>http://www.bestdesigns.co.in/blog/mysql-commands-2#comments</comments>
		<pubDate>Wed, 25 Nov 2009 19:22:41 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[Linux Commands]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[Mysql Commands]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=500</guid>
		<description><![CDATA[To login (from unix shell) use -h only if needed. # [mysql dir]mysql  -u username -p Create a database on the sql server. mysql&#62; create database [databasename]; List all databases on the sql server. mysql&#62; show databases; Switch to a database. mysql&#62; use [db name]; To see all the tables in the db. mysql&#62; show<a href="http://www.bestdesigns.co.in/blog/mysql-commands-2">&#160;&#160;[ Read More ]</a>]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/mysql-commands-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>why mysql_pconnect is disabled on shared server</title>
		<link>http://www.bestdesigns.co.in/blog/mysql_pconnect-disabled-shared-server</link>
		<comments>http://www.bestdesigns.co.in/blog/mysql_pconnect-disabled-shared-server#comments</comments>
		<pubDate>Fri, 30 Oct 2009 10:18:52 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=268</guid>
		<description><![CDATA[mysql_pconnect() will maintain a persistent connection to the database. Whenever your script calls the connect to database function, it first searches already existing connections to the database and if exists it will use the same connection to connect to the database, if not it will open a new connection to the database. ie. Connection is<a href="http://www.bestdesigns.co.in/blog/mysql_pconnect-disabled-shared-server">&#160;&#160;[ Read More ]</a>]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/mysql_pconnect-disabled-shared-server/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Database Hostname In mysql config file</title>
		<link>http://www.bestdesigns.co.in/blog/database-hostname</link>
		<comments>http://www.bestdesigns.co.in/blog/database-hostname#comments</comments>
		<pubDate>Sun, 09 Aug 2009 14:23:46 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=162</guid>
		<description><![CDATA[Hosting Company ============================= DB_HOST Value Guess ====================== 1and1 db12345678 AN Hosting localhost BlueHost localhost DreamHost mysql.example.com GoDaddy h41mysql52.secureserver.net HostGator localhost HostICan localhost ICDSoft localhost:/tmp/mysql5.sock LaughingSquid localhost MediaTemple GridServer internal-db.s44441.gridserver.com one.com localhost pair Networks dbnnnx.pair.com Yahoo mysql Hosts with cPanel localhost Hosts with Plesk localhost Hosts with DirectAdmin ============================= localhost =======================]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/database-hostname/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Update to latest Mysql version provided by cpanel</title>
		<link>http://www.bestdesigns.co.in/blog/update-to-latest-mysql-version-provided-by-cpanel</link>
		<comments>http://www.bestdesigns.co.in/blog/update-to-latest-mysql-version-provided-by-cpanel#comments</comments>
		<pubDate>Wed, 29 Jul 2009 20:37:40 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=114</guid>
		<description><![CDATA[Update to latest Mysql version provided by cpanel To upgrade the mysql on the cpanel server * The best method to use the cpanel #/script/mysqlup to upgrade the mysql. * To upgrade the mysql from 4.0.x to 4.1.x you need to enable the mysql upgrade in the whm under tweak setting /scripts/upcp &#8211;force /scripts/mysqlup &#8211;force]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/update-to-latest-mysql-version-provided-by-cpanel/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

