<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" 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/" > <channel><title>Comments on: How To Create a MySQL Database on GoDaddy Account</title> <atom:link href="http://www.thewebhostinghero.com/tutorials/godaddy-mysql.html/feed" rel="self" type="application/rss+xml" /><link>http://www.thewebhostinghero.com/tutorials/godaddy-mysql.html</link> <description>Web Hosting Reviews &#38; Coupons</description> <lastBuildDate>Wed, 08 Feb 2012 22:00:45 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <item><title>By: nga</title><link>http://www.thewebhostinghero.com/tutorials/godaddy-mysql.html/comment-page-1#comment-12774</link> <dc:creator>nga</dc:creator> <pubDate>Tue, 07 Feb 2012 17:52:41 +0000</pubDate> <guid isPermaLink="false">http://www.thewebhostinghero.com/?p=4561#comment-12774</guid> <description>hi, i&#039;ve created a mySQL db at goDaddy and i set it up to utf8 at all the possible places, but still when i try to save in hebrew i get ????can anyone help please?</description> <content:encoded><![CDATA[<p>hi,<br /> i&#8217;ve created a mySQL db at goDaddy and i set it up to utf8 at all the possible places, but still when i try to save in hebrew i get ????</p><p>can anyone help please?</p> ]]></content:encoded> </item> <item><title>By: Simon</title><link>http://www.thewebhostinghero.com/tutorials/godaddy-mysql.html/comment-page-1#comment-12773</link> <dc:creator>Simon</dc:creator> <pubDate>Tue, 07 Feb 2012 13:52:39 +0000</pubDate> <guid isPermaLink="false">http://www.thewebhostinghero.com/?p=4561#comment-12773</guid> <description>HiI&#039;ve struggled for a whole day with my problem can anyone help?I&#039;ve created a web site using MAMP and exported it with PHPmyadmin and then imported it into my GoDaddy account...It said upload was successful but how do I get my web site to load up the database(web site)Might be a basic question but I&#039;m a beginner and I feel like I&#039;m one small step from hosting my own web site</description> <content:encoded><![CDATA[<p>Hi</p><p>I&#8217;ve struggled for a whole day with my problem can anyone help?</p><p>I&#8217;ve created a web site using MAMP and exported it with PHPmyadmin and then imported it into my GoDaddy account&#8230;</p><p>It said upload was successful but how do I get my web site to load up the database(web site)</p><p>Might be a basic question but I&#8217;m a beginner and I feel like I&#8217;m one small step from hosting my own web site</p> ]]></content:encoded> </item> <item><title>By: Chase</title><link>http://www.thewebhostinghero.com/tutorials/godaddy-mysql.html/comment-page-1#comment-11867</link> <dc:creator>Chase</dc:creator> <pubDate>Tue, 05 Jul 2011 14:25:17 +0000</pubDate> <guid isPermaLink="false">http://www.thewebhostinghero.com/?p=4561#comment-11867</guid> <description>Any reason in particular you don&#039;t allow us to name the database?Having the database the same as the database username seems, slightly less secure then otherwise. It is a little silly of a limitation.I mean I suppose I can understand you wanting to make it simpler to make databases, however if your manually migrating a database over it can be somewhat(very) annoying to not be able to chose it.</description> <content:encoded><![CDATA[<p>Any reason in particular you don&#8217;t allow us to name the database?</p><p>Having the database the same as the database username seems, slightly less secure then otherwise. It is a little silly of a limitation.</p><p>I mean I suppose I can understand you wanting to make it simpler to make databases, however if your manually migrating a database over it can be somewhat(very) annoying to not be able to chose it.</p> ]]></content:encoded> </item> <item><title>By: Olivia</title><link>http://www.thewebhostinghero.com/tutorials/godaddy-mysql.html/comment-page-1#comment-11741</link> <dc:creator>Olivia</dc:creator> <pubDate>Wed, 18 May 2011 04:22:19 +0000</pubDate> <guid isPermaLink="false">http://www.thewebhostinghero.com/?p=4561#comment-11741</guid> <description>Thanks for the help!  GoDaddy keeps changing things, so the first few steps need to be modified, but I managed to figure it out based on the rest of the steps.</description> <content:encoded><![CDATA[<p>Thanks for the help!  GoDaddy keeps changing things, so the first few steps need to be modified, but I managed to figure it out based on the rest of the steps.</p> ]]></content:encoded> </item> <item><title>By: Don Shave</title><link>http://www.thewebhostinghero.com/tutorials/godaddy-mysql.html/comment-page-1#comment-11737</link> <dc:creator>Don Shave</dc:creator> <pubDate>Thu, 12 May 2011 12:31:59 +0000</pubDate> <guid isPermaLink="false">http://www.thewebhostinghero.com/?p=4561#comment-11737</guid> <description>Hunting endlessly for an answer to my DB access problem, I find this page... wow! Lots of good advice!! My site DB at GoDaddy was loaded several days ago &amp; I&#039;ve been in and out of their phpMyAdmin tool/etc in the hunt without much luck.To quickly summarize, am a noob attempting to drive a new site with PHP (which I think is NOT the issue)... 2 attempts:A) I can connect OK... [$con=mysql_connect($host,$user,$pwd);] but if (and only if) I don&#039;t specify the table... I then can&#039;t read the DB data -- my debug/echo result: ========================= Connected: Resource id #3 SQL select * from &#039;data&#039; where eMail=&#039;DJ.Shave@gmail.com&#039; failed: [] ========================= ps: data/eMail fields are correct / in placeB) If I uncomment the code to select the table... @ mysql_select_db($dbTable, $con) or die (&#039;Selection of &#039;.$dbTable.&#039; DB table failed: &#039;.mysql_error()); I get an access error... ========================= Connected: Resource id #2 trying to select table data Selection of data DB table failed: Access denied for user &#039;silentcriticdb&#039;@&#039;%&#039; to database &#039;data&#039; ========================= Am assuming that the password (shown as &quot;%&quot;) works/etc, so this has to be permissions or some-such stupidity... am guessing that your comment (&quot;Unfortunately, GoDaddy does not allow you to connect remotely...&quot;) might be the root?Thanks in advance for any help you can share! Don</description> <content:encoded><![CDATA[<p>Hunting endlessly for an answer to my DB access problem, I find this page&#8230; wow! Lots of good advice!! My site DB at GoDaddy was loaded several days ago &amp; I&#8217;ve been in and out of their phpMyAdmin tool/etc in the hunt without much luck.</p><p>To quickly summarize, am a noob attempting to drive a new site with PHP (which I think is NOT the issue)&#8230; 2 attempts:</p><p>A) I can connect OK&#8230;<br /> [$con=mysql_connect($host,$user,$pwd);]<br /> but if (and only if) I don&#8217;t specify the table&#8230;<br /> I then can&#8217;t read the DB data &#8212; my debug/echo result:<br /> =========================<br /> Connected: Resource id #3<br /> SQL select * from &#8216;data&#8217; where eMail=&#8217;DJ.Shave@gmail.com&#8217; failed: []<br /> =========================<br /> ps: data/eMail fields are correct / in place</p><p>B) If I uncomment the code to select the table&#8230;<br /> @ mysql_select_db($dbTable, $con)<br /> or die (&#8216;Selection of &#8216;.$dbTable.&#8217; DB table<br /> failed: &#8216;.mysql_error());<br /> I get an access error&#8230;<br /> =========================<br /> Connected: Resource id #2<br /> trying to select table data<br /> Selection of data DB table failed:<br /> Access denied for user &#8216;silentcriticdb&#8217;@'%&#8217; to database &#8216;data&#8217;<br /> =========================<br /> Am assuming that the password (shown as &#8220;%&#8221;) works/etc, so this has to be permissions or some-such stupidity&#8230; am guessing that your comment (&#8220;Unfortunately, GoDaddy does not allow you to<br /> connect remotely&#8230;&#8221;) might be the root?</p><p>Thanks in advance for any help you can share!<br /> Don</p> ]]></content:encoded> </item> <item><title>By: Sumanta Das</title><link>http://www.thewebhostinghero.com/tutorials/godaddy-mysql.html/comment-page-1#comment-11726</link> <dc:creator>Sumanta Das</dc:creator> <pubDate>Thu, 28 Apr 2011 12:43:30 +0000</pubDate> <guid isPermaLink="false">http://www.thewebhostinghero.com/?p=4561#comment-11726</guid> <description>Hi, can anybody please share their experience about the required time to restore a database on Go-Daddy? I have restored a database 4/5 hour back. but still it is showing &quot;pending restore... &quot;</description> <content:encoded><![CDATA[<p>Hi,<br /> can anybody please share their experience about the required time to restore a database on Go-Daddy? I have restored a database 4/5 hour back. but still it is showing &#8220;pending restore&#8230; &#8220;</p> ]]></content:encoded> </item> <item><title>By: Arild</title><link>http://www.thewebhostinghero.com/tutorials/godaddy-mysql.html/comment-page-1#comment-11646</link> <dc:creator>Arild</dc:creator> <pubDate>Fri, 25 Feb 2011 18:20:05 +0000</pubDate> <guid isPermaLink="false">http://www.thewebhostinghero.com/?p=4561#comment-11646</guid> <description>Ok, thanks for the help. I am trying to upload the phpmyAdmin to the server (godaddy) and take it from there, seems like a bit more stuff I can do with that one (like select the fields that are linked etc for easier db updating et all)Thansk again!</description> <content:encoded><![CDATA[<p>Ok, thanks for the help. I am trying to upload the phpmyAdmin to the server (godaddy) and take it from there, seems like a bit more stuff I can do with that one (like select the fields that are linked etc for easier db updating et all)</p><p>Thansk again!</p> ]]></content:encoded> </item> <item><title>By: The Web Hosting Hero</title><link>http://www.thewebhostinghero.com/tutorials/godaddy-mysql.html/comment-page-1#comment-11645</link> <dc:creator>The Web Hosting Hero</dc:creator> <pubDate>Fri, 25 Feb 2011 17:48:35 +0000</pubDate> <guid isPermaLink="false">http://www.thewebhostinghero.com/?p=4561#comment-11645</guid> <description>Sorry, I meant: &quot;You’ll have to use inner joins to combine data from multiple tables in your SQL query&quot;.</description> <content:encoded><![CDATA[<p>Sorry, I meant: &#8220;You’ll have to use inner joins to combine data from multiple tables in your SQL query&#8221;.</p> ]]></content:encoded> </item> <item><title>By: The Web Hosting Hero</title><link>http://www.thewebhostinghero.com/tutorials/godaddy-mysql.html/comment-page-1#comment-11644</link> <dc:creator>The Web Hosting Hero</dc:creator> <pubDate>Fri, 25 Feb 2011 17:48:00 +0000</pubDate> <guid isPermaLink="false">http://www.thewebhostinghero.com/?p=4561#comment-11644</guid> <description>No this will only ensure data integrity between tables.You&#039;ll have to use inner joins to combine data from multiple tables.</description> <content:encoded><![CDATA[<p>No this will only ensure data integrity between tables.</p><p>You&#8217;ll have to use inner joins to combine data from multiple tables.</p> ]]></content:encoded> </item> <item><title>By: Arild</title><link>http://www.thewebhostinghero.com/tutorials/godaddy-mysql.html/comment-page-1#comment-11643</link> <dc:creator>Arild</dc:creator> <pubDate>Fri, 25 Feb 2011 17:28:06 +0000</pubDate> <guid isPermaLink="false">http://www.thewebhostinghero.com/?p=4561#comment-11643</guid> <description>ah, I used CASCADE and I guess that worked, thanks! it added them as Indexes in the structure pane (on players table).Now I need to start plugging this into html/php pages and get the results out :) my next question would obviously be: do I need to do anything more than just return the field countryID and if they have a 1 it would return as Spain (as that is 1 in country table) or is there any more to it?As you see, complete novice on this part. Once I get this down I can design the shit out of it!</description> <content:encoded><![CDATA[<p>ah, I used CASCADE and I guess that worked, thanks! it added them as Indexes in the structure pane (on players table).</p><p>Now I need to start plugging this into html/php pages and get the results out <img src='http://netdna.thewebhostinghero.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> my next question would obviously be: do I need to do anything more than just return the field countryID and if they have a 1 it would return as Spain (as that is 1 in country table) or is there any more to it?</p><p>As you see, complete novice on this part. Once I get this down I can design the shit out of it!</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using xcache
Database Caching using xcache
Object Caching 513/549 objects using xcache
Content Delivery Network via netdna.thewebhostinghero.com

Served from: www.thewebhostinghero.com @ 2012-02-12 00:24:34 -->
