<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/">
  <channel>
    <title>Databases</title>
    <description>Dedicated to database and SQL related topics (MySQL, PostgreSQL, Oracle, SQL Server, etc.).</description>
    <pubDate>Sun, 19 Oct 2014 20:41:44 +0000</pubDate>
    <lastBuildDate>Sun, 19 Oct 2014 20:41:44 +0000</lastBuildDate>
    <generator>Digital Point</generator>
    <link>https://forums.digitalpoint.com/forums/databases.57/</link>
    <atom:link rel="self" type="application/rss+xml" href="https://forums.digitalpoint.com/forums/databases.57/index.rss"/>
    <item>
      <title>[mysql] compare 2 columns insert a third 1</title>
      <pubDate>Wed, 15 Oct 2014 06:57:48 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/mysql-compare-2-columns-insert-a-third-1.2735526/</link>
      <guid>https://forums.digitalpoint.com/threads/mysql-compare-2-columns-insert-a-third-1.2735526/</guid>
      <author>darkvisje</author>
      <dc:creator>darkvisje</dc:creator>
      <content:encoded><![CDATA[Dear all,<br />
I&#039;ve a little problem with a mysql statement. I want to insert a new column, with a record from an other table:<br />
<br />
table1:<br />
id<br />
username<br />
<br />
table2:<br />
name<br />
<b>userid (new column) -&gt; int, default value 0</b><br />
<br />
What i want to do is compare table1.username with table2.name and insert table1.id into table2.userid if they match. And if there is no match, the userid table can be empty.<br />
<br />
Its a query I run 1 time to get the tables oke<br />
<br />
Someone that can help me with the statement to accomplish this?]]></content:encoded>
      <slash:comments>2</slash:comments>
    </item>
    <item>
      <title>How do I download my files from the server</title>
      <pubDate>Wed, 01 Oct 2014 01:18:57 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/how-do-i-download-my-files-from-the-server.2728210/</link>
      <guid>https://forums.digitalpoint.com/threads/how-do-i-download-my-files-from-the-server.2728210/</guid>
      <author>Chancey</author>
      <dc:creator>Chancey</dc:creator>
      <content:encoded><![CDATA[I need to get my files from hosting server so I can transfer it to another hosting company.]]></content:encoded>
      <slash:comments>9</slash:comments>
    </item>
    <item>
      <title>How to host Online ETK database on the web?</title>
      <pubDate>Sun, 21 Sep 2014 10:46:12 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/how-to-host-online-etk-database-on-the-web.2122948/</link>
      <guid>https://forums.digitalpoint.com/threads/how-to-host-online-etk-database-on-the-web.2122948/</guid>
      <author>parlla</author>
      <dc:creator>parlla</dc:creator>
      <content:encoded><![CDATA[I know it is possible but how to do it? I need to extract BMW ETK database to MYSQL and make a website like realoem dot com. Any help?]]></content:encoded>
      <slash:comments>7</slash:comments>
    </item>
    <item>
      <title>How do I count 2 columns and then aggregate?</title>
      <pubDate>Sat, 20 Sep 2014 10:53:57 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/how-do-i-count-2-columns-and-then-aggregate.2729752/</link>
      <guid>https://forums.digitalpoint.com/threads/how-do-i-count-2-columns-and-then-aggregate.2729752/</guid>
      <author>Masterful</author>
      <dc:creator>Masterful</dc:creator>
      <content:encoded><![CDATA[I have 2 simple tables:<br />
<br />
<br />
categories<br />
-----------<br />
category_id<br />
category_name<br />
<br />
<br />
movies<br />
--------<br />
id<br />
movie_name<br />
category_id<br />
subcategory_id<br />
<br />
<br />
As you can see, the movies can be given a category and a sub-category.<br />
<br />
<br />
I can select the categories and count how many movies there are in each category like this:<br />
<br />
<br />
SELECT category_name, COUNT(id) AS Number_of_Movies<br />
FROM `categories`<br />
JOIN `movies` USING(category_id)<br />
GROUP BY category_id<br />
ORDER BY category_name ASC<br />
<br />
<br />
But how do I include the sub-categories in...<br />
<br />
<a href="https://forums.digitalpoint.com/threads/how-do-i-count-2-columns-and-then-aggregate.2729752/" target="_blank" class="internalLink">How do I count 2 columns and then aggregate?</a>]]></content:encoded>
      <slash:comments>9</slash:comments>
    </item>
    <item>
      <title>Replace info in mySQL</title>
      <pubDate>Thu, 18 Sep 2014 03:13:10 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/replace-info-in-mysql.2722856/</link>
      <guid>https://forums.digitalpoint.com/threads/replace-info-in-mysql.2722856/</guid>
      <author>thecubehost</author>
      <dc:creator>thecubehost</dc:creator>
      <content:encoded><![CDATA[Hi there, <br />
<br />
I duplicated a wordpress site on another domain name. And I want to go into the database and change everything which contains &quot;website1surl.com&quot; to &quot;secondnewwebsitesurl.com&quot; so that all the images and what not are not being fed from the site at the previous domain.]]></content:encoded>
      <slash:comments>7</slash:comments>
    </item>
    <item>
      <title>Production database server</title>
      <pubDate>Mon, 15 Sep 2014 15:27:09 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/production-database-server.2732381/</link>
      <guid>https://forums.digitalpoint.com/threads/production-database-server.2732381/</guid>
      <author>bgcadmin</author>
      <dc:creator>bgcadmin</dc:creator>
      <content:encoded><![CDATA[Hello!<br />
Sorry if posted in the wrong section but:<br />
<br />
I have a problem, that i&#039;d like to address to you. We are creating an webapp that shows infos and statistics. And we have a problem about how to &#039;do right&#039; our server configuration<br />
<br />
The thing is that our apps use crons to do few things, and crons sometimes blocks our database, and when that happens, whole application is frozen, which means no user input, no pages loading etc.<br />
<br />
What should we do to prevent this from happening? is there a way to...<br />
<br />
<a href="https://forums.digitalpoint.com/threads/production-database-server.2732381/" target="_blank" class="internalLink">Production database server</a>]]></content:encoded>
      <slash:comments>4</slash:comments>
    </item>
    <item>
      <title>Feeds 2 database</title>
      <pubDate>Thu, 11 Sep 2014 17:00:17 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/feeds-2-database.2732524/</link>
      <guid>https://forums.digitalpoint.com/threads/feeds-2-database.2732524/</guid>
      <author>redlandgames</author>
      <dc:creator>redlandgames</dc:creator>
      <content:encoded><![CDATA[Guys i need someone who has servers running on php 5.5   to test some software , its from feeds2mysql  dot com  it ran ok on 5.2  php but since Hostgator updated servers to 5.5  it showed errors , can anyone help please its easy to install thanks]]></content:encoded>
    </item>
    <item>
      <title>Data entry or ceptcha entry work</title>
      <pubDate>Mon, 01 Sep 2014 06:15:47 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/data-entry-or-ceptcha-entry-work.2731300/</link>
      <guid>https://forums.digitalpoint.com/threads/data-entry-or-ceptcha-entry-work.2731300/</guid>
      <author>Enamul</author>
      <dc:creator>Enamul</dc:creator>
      <content:encoded><![CDATA[I am a part time, NGO worker. I teach computer some people, they are physically unable to work hard. Now I am trying to manage some data entry or ceptcha entry work for them. how can I get that kind of job from 100% authentic source.]]></content:encoded>
      <slash:comments>4</slash:comments>
    </item>
    <item>
      <title>Country Information Database</title>
      <pubDate>Fri, 29 Aug 2014 11:02:57 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/country-information-database.2731296/</link>
      <guid>https://forums.digitalpoint.com/threads/country-information-database.2731296/</guid>
      <author>hexahow</author>
      <dc:creator>hexahow</dc:creator>
      <content:encoded><![CDATA[IP2Location released their Country Information database for free. It contains data of commonly used currency, commonly used language, population, capital and total area information for each country. This information is available for download at IP2Location&#039;s website in CSV format.<br />
Have a look if anyone of you need it.]]></content:encoded>
    </item>
    <item>
      <title>Where is my damn 1064 error ?</title>
      <pubDate>Thu, 28 Aug 2014 18:27:38 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/where-is-my-damn-1064-error.2729911/</link>
      <guid>https://forums.digitalpoint.com/threads/where-is-my-damn-1064-error.2729911/</guid>
      <author>schlogo</author>
      <dc:creator>schlogo</dc:creator>
      <content:encoded><![CDATA[Hello<br />
<br />
I have a function that gives me a 1064 error  :<br />
<br />
1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near &#039;&#039; at line 1 SQL=SELECT * FROM c6diq_locplantes_offices WHERE fk_site_id =<br />
<br />
I know it s a syntax error but i don&#039;t see it :-/<br />
<br />
Here s the code. Can someone point it ?<br />
<br />


<div class="bbCodeBlock bbCodeCode">
	<div class="type">Code (Text):</div>
	<div class="code"><ol class="text" style="font-family:monospace;"><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; function getOffices(){</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; $site = JRequest::getVar('site');</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; &nbsp; &nbsp; $query = &quot;SELECT * FROM #__locplantes_offices WHERE...</div></li>
</ol></div>
</div><a href="https://forums.digitalpoint.com/threads/where-is-my-damn-1064-error.2729911/" target="_blank" class="internalLink">Where is my damn 1064 error ?</a>]]></content:encoded>
      <slash:comments>3</slash:comments>
    </item>
    <item>
      <title>OEM Car Parts Dataset for EMEA Region</title>
      <pubDate>Wed, 20 Aug 2014 08:44:38 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/oem-car-parts-dataset-for-emea-region.2730232/</link>
      <guid>https://forums.digitalpoint.com/threads/oem-car-parts-dataset-for-emea-region.2730232/</guid>
      <author>arb_uk</author>
      <dc:creator>arb_uk</dc:creator>
      <content:encoded><![CDATA[Hi,<br />
I am in an urgent need of OEM car parts database (or dataset) for EMEA region that is needed for a development project. I have spent considerable time enquiring with few companies and bodies but no luck. I hope that someone here can help me or guide me in the right direction.<br />
Thanks in advance.]]></content:encoded>
      <slash:comments>4</slash:comments>
    </item>
    <item>
      <title>LIKE or REGEXP</title>
      <pubDate>Tue, 19 Aug 2014 11:39:11 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/like-or-regexp.2726485/</link>
      <guid>https://forums.digitalpoint.com/threads/like-or-regexp.2726485/</guid>
      <author>bumbar</author>
      <dc:creator>bumbar</dc:creator>
      <content:encoded><![CDATA[Hello,<br />
<br />
I have table with phone number... I have to do a search query number<br />
<br />
Simple<br />
id number<br />
1 123456<br />
2 223344<br />
3 9999<br />
<br />
if I test with query:<br />
&quot;SELECT*<br />
FROM`phones`<br />
WHERE number LIKE &#039;%223344%&#039;&quot;<br />
<br />
find numbers - succeess!<br />
<br />
But if I select like this:<br />
&quot;SELECT*<br />
FROM`phones`<br />
WHERE number LIKE &#039;%<span style="color: #ff0000">059</span>223344%&#039;&quot;<br />
<br />
Or<br />
<br />
&quot;SELECT*<br />
FROM`phones`<br />
WHERE number LIKE &#039;%223344<span style="color: #ff0000">111</span>%&#039;&quot;<br />
<br />
Not found....<br />
<br />
How do I find the number to the query? Perhaps REGEXP?<br />
<br />
Thank you!]]></content:encoded>
      <slash:comments>3</slash:comments>
    </item>
    <item>
      <title>looking for boat spec databases.</title>
      <pubDate>Thu, 14 Aug 2014 12:37:47 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/looking-for-boat-spec-databases.2729872/</link>
      <guid>https://forums.digitalpoint.com/threads/looking-for-boat-spec-databases.2729872/</guid>
      <author>goblingreen</author>
      <dc:creator>goblingreen</dc:creator>
      <content:encoded><![CDATA[Hi.<br />
Im looking for databases with boat specs. Make model an year.<br />
If someone could scrape it of other sites im willing to pay.]]></content:encoded>
    </item>
    <item>
      <title>SMS from Mysql through  PHP website</title>
      <pubDate>Sat, 02 Aug 2014 09:23:30 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/sms-from-mysql-through-php-website.2577243/</link>
      <guid>https://forums.digitalpoint.com/threads/sms-from-mysql-through-php-website.2577243/</guid>
      <author>Sayfuddin</author>
      <dc:creator>Sayfuddin</dc:creator>
      <content:encoded><![CDATA[Hi! I want to create a PHP site with added SMS functionality (dating services site). I was suggested a gateway to use as the engine (google: ozekisms php). I will use Mysql database to put the records in it.<br />
<br />
As the documentation mentions PHP website can send SMS messages by simply placing records into a mysql database table called ozekimessageout. So I can create HTML form, that the visitors of the website will fill in. When the form is submitted I am able to create record in the...<br />
<br />
<a href="https://forums.digitalpoint.com/threads/sms-from-mysql-through-php-website.2577243/" target="_blank" class="internalLink">SMS from Mysql through  PHP website</a>]]></content:encoded>
      <slash:comments>3</slash:comments>
    </item>
    <item>
      <title>Mysql count or PHP count</title>
      <pubDate>Tue, 29 Jul 2014 02:56:20 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/mysql-count-or-php-count.2716555/</link>
      <guid>https://forums.digitalpoint.com/threads/mysql-count-or-php-count.2716555/</guid>
      <author>whiteSensation</author>
      <dc:creator>whiteSensation</dc:creator>
      <content:encoded><![CDATA[What is better mysql count or PHP num rows?]]></content:encoded>
      <slash:comments>6</slash:comments>
    </item>
    <item>
      <title>How To Interpret Mysql_slow_queries</title>
      <pubDate>Mon, 14 Jul 2014 16:29:41 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/how-to-interpret-mysql_slow_queries.2726799/</link>
      <guid>https://forums.digitalpoint.com/threads/how-to-interpret-mysql_slow_queries.2726799/</guid>
      <author>kertoon</author>
      <dc:creator>kertoon</dc:creator>
      <content:encoded><![CDATA[What does  Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0 mean?]]></content:encoded>
    </item>
    <item>
      <title>Closed Microjob website</title>
      <pubDate>Fri, 11 Jul 2014 10:15:38 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/closed-microjob-website.2699797/</link>
      <guid>https://forums.digitalpoint.com/threads/closed-microjob-website.2699797/</guid>
      <author>dagroup</author>
      <dc:creator>dagroup</dc:creator>
      <content:encoded><![CDATA[If you had a microjob website and was not able to make it productive I would like to chat with you about what script you used, how long you operated it, what marketing you did, successful and unsuccessful, what you tried, how many users, did you have a licensed script, did you keep a copy of everything,  did you pay posters to start,  did you do split testing, just everything that you would be willing to openly discuss.<br />
<br />
i am seeking info and can pay small amount for actual data. you can...<br />
<br />
<a href="https://forums.digitalpoint.com/threads/closed-microjob-website.2699797/" target="_blank" class="internalLink">Closed Microjob website</a>]]></content:encoded>
      <slash:comments>9</slash:comments>
    </item>
    <item>
      <title>Modelling Question</title>
      <pubDate>Mon, 07 Jul 2014 17:09:50 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/modelling-question.2726042/</link>
      <guid>https://forums.digitalpoint.com/threads/modelling-question.2726042/</guid>
      <author>Jeremy Benson</author>
      <dc:creator>Jeremy Benson</dc:creator>
      <content:encoded><![CDATA[Hello,<br />
<br />
I have a question regarding my database model. I&#039;m going to have different types of profiles where users can post show information... Users can have music, video, and drama profiles, amongst others. <br />
<br />
I had a database table set up called musicprofile. It had show1date, show1time, show1venue, show1country and so forth up to a ninth show. I got thinking since I had multiple types of profiles I should segregate all those show variables into their own table so I would only have to type them...<br />
<br />
<a href="https://forums.digitalpoint.com/threads/modelling-question.2726042/" target="_blank" class="internalLink">Modelling Question</a>]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
    <item>
      <title>Help with query [WP]</title>
      <pubDate>Wed, 18 Jun 2014 09:40:24 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/help-with-query-wp.2723817/</link>
      <guid>https://forums.digitalpoint.com/threads/help-with-query-wp.2723817/</guid>
      <author>tovidebne</author>
      <dc:creator>tovidebne</dc:creator>
      <content:encoded><![CDATA[Hello,<br />
Can someone helps me with what should be the query(mysql_query) for update dates(date=now) of all post in specific category (ex. cat_id=164) in WordPress database?]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
    <item>
      <title>How do I ?</title>
      <pubDate>Fri, 13 Jun 2014 14:29:20 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/how-do-i.2723321/</link>
      <guid>https://forums.digitalpoint.com/threads/how-do-i.2723321/</guid>
      <author>Paul M.</author>
      <dc:creator>Paul M.</dc:creator>
      <content:encoded><![CDATA[Hi<br />
<br />
How do I view the entire contents of this database? What would I need to type in the search box to do this? &gt;&gt;&gt; <a href="https://ucpi.sco.ca.gov/UCP/Default.aspx" target="_blank" class="externalLink" rel="nofollow">https://ucpi.sco.ca.gov/UCP/Default.aspx</a><br />
<br />
<a href="https://forums.digitalpoint.com/threads/how-do-i.2723321/" target="_blank" class="internalLink">How do I ?</a>]]></content:encoded>
      <slash:comments>2</slash:comments>
    </item>
    <item>
      <title>Encoding problem in Joomla 1.5/VM 1</title>
      <pubDate>Thu, 12 Jun 2014 12:22:48 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/encoding-problem-in-joomla-1-5-vm-1.2723319/</link>
      <guid>https://forums.digitalpoint.com/threads/encoding-problem-in-joomla-1-5-vm-1.2723319/</guid>
      <author>abrodski</author>
      <dc:creator>abrodski</dc:creator>
      <content:encoded><![CDATA[Hello everybody!<br />
I&#039;m still using Joomla 1.5 &#039;cos I have Virtuemart 1.x.x<br />
Recently I installed a pretty good component called JoomlaStat for web analytics. It works well, but there&#039;s one problem. It&#039;s does display those visited paged that are written in Cyrillics. I double-checked with hosting and I ran phpinfo.php test. What developers recommended is installed on the server. Now... I read at couple of forums that if one changes in PhpMyAdmin those table that belong to the component from Latin...<br />
<br />
<a href="https://forums.digitalpoint.com/threads/encoding-problem-in-joomla-1-5-vm-1.2723319/" target="_blank" class="internalLink">Encoding problem in Joomla 1.5/VM 1</a>]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
    <item>
      <title>What is nosql database?</title>
      <pubDate>Tue, 27 May 2014 13:41:05 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/what-is-nosql-database.2675220/</link>
      <guid>https://forums.digitalpoint.com/threads/what-is-nosql-database.2675220/</guid>
      <author>rmmrj</author>
      <dc:creator>rmmrj</dc:creator>
      <content:encoded><![CDATA[Can anyone tell me, how to implement nosql databases? What are the pros and cons of it?<br />
<br />
Thanks<br />
Ramesh]]></content:encoded>
      <slash:comments>8</slash:comments>
    </item>
    <item>
      <title>Help with database query</title>
      <pubDate>Tue, 27 May 2014 13:39:47 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/help-with-database-query.2716905/</link>
      <guid>https://forums.digitalpoint.com/threads/help-with-database-query.2716905/</guid>
      <author>Asso</author>
      <dc:creator>Asso</dc:creator>
      <content:encoded><![CDATA[I am doind this query<br />
<br />
UPDATE trans t<br />
JOIN accounts  ON(t.user_id = a.id)<br />
JOIN <br />
(SELECT user_id FROM trans GROUP BY user_id HAVING SUM(amount) &gt; 0.00005460 ) tt<br />
ON(tt.user_id = a.id)<br />
GROUP BY a.id<br />
SET t.paidout=1<br />
<br />
and i get this error<br />
<br />
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near &#039;GROUP BY a.id SET t.paidout=1&#039; at line 6<br />
<br />
Any help would be apreciated]]></content:encoded>
      <slash:comments>3</slash:comments>
    </item>
    <item>
      <title>How to create a local host by global</title>
      <pubDate>Sun, 25 May 2014 06:43:34 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/how-to-create-a-local-host-by-global.2721157/</link>
      <guid>https://forums.digitalpoint.com/threads/how-to-create-a-local-host-by-global.2721157/</guid>
      <author>Raiyan.Shahin</author>
      <dc:creator>Raiyan.Shahin</dc:creator>
      <content:encoded><![CDATA[how to create a local host by global like my PC have a local host i create by XMAPP but  this software not running than i can&#039;t connect this this page and there have another issue how to globally connect my page anothe]]></content:encoded>
      <slash:comments>2</slash:comments>
    </item>
    <item>
      <title>How Do You Protect Your Database?</title>
      <pubDate>Thu, 22 May 2014 20:11:36 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/how-do-you-protect-your-database.2685827/</link>
      <guid>https://forums.digitalpoint.com/threads/how-do-you-protect-your-database.2685827/</guid>
      <author>Masterful</author>
      <dc:creator>Masterful</dc:creator>
      <content:encoded><![CDATA[I have a webform on my site. It allows people to submit information to my database. At the moment, the webform has no protection.<br />
<br />
What kind of security measures should I have in place to protect my database?<br />
<br />
Are bad bots the only risk these days?<br />
<br />
I use <b>mysql_real_escape_string($_POST[&#039;&#039;])</b> to escape special characters, and I use <b>trim($string)</b> to trim whitespace from the beginning and end of every string.  Should I be using any other PHP functions to protect my database?<br />
<br />
Any...<br />
<br />
<a href="https://forums.digitalpoint.com/threads/how-do-you-protect-your-database.2685827/" target="_blank" class="internalLink">How Do You Protect Your Database?</a>]]></content:encoded>
      <slash:comments>16</slash:comments>
    </item>
    <item>
      <title>Wordpress portal</title>
      <pubDate>Wed, 21 May 2014 16:31:28 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/wordpress-portal.2720797/</link>
      <guid>https://forums.digitalpoint.com/threads/wordpress-portal.2720797/</guid>
      <author>Earl Sargent</author>
      <dc:creator>Earl Sargent</dc:creator>
      <content:encoded><![CDATA[I need help with a WordPress portal login. I would like to use the WordPress login form to log directly into <a href="https://login.secureserver.net/?app=wbe" target="_blank" class="externalLink" rel="nofollow">https://login.secureserver.net/?app=wbe</a>. I don&#039;t want a redirect. I&#039;ve used a login redirect, but I would rather have the form place me directly into the mailbox. Thanks.<br />
<br />
<a href="https://forums.digitalpoint.com/threads/wordpress-portal.2720797/" target="_blank" class="internalLink">Wordpress portal</a>]]></content:encoded>
    </item>
    <item>
      <title>Databases of casino and poker players</title>
      <pubDate>Wed, 21 May 2014 11:19:07 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/databases-of-casino-and-poker-players.2719697/</link>
      <guid>https://forums.digitalpoint.com/threads/databases-of-casino-and-poker-players.2719697/</guid>
      <author>juvefarmer</author>
      <dc:creator>juvefarmer</dc:creator>
      <content:encoded><![CDATA[Hello<br />
<br />
I have a client that is looking for lists of poker and casino players.<br />
<br />
Send a pm]]></content:encoded>
      <slash:comments>3</slash:comments>
    </item>
    <item>
      <title>How can i protect my database from Hack?</title>
      <pubDate>Tue, 06 May 2014 14:14:24 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/how-can-i-protect-my-database-from-hack.2694180/</link>
      <guid>https://forums.digitalpoint.com/threads/how-can-i-protect-my-database-from-hack.2694180/</guid>
      <author>ram.sharma</author>
      <dc:creator>ram.sharma</dc:creator>
      <content:encoded><![CDATA[I am creating stock exchange site. and there is very important information will save in database. so as my title my question is How can i protect my database from Hack?<br />
<br />
Is there any way to create automatiç backup of every change in databse]]></content:encoded>
      <slash:comments>8</slash:comments>
    </item>
    <item>
      <title>HELP extracting data from existing websites</title>
      <pubDate>Mon, 05 May 2014 18:17:59 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/help-extracting-data-from-existing-websites.2707033/</link>
      <guid>https://forums.digitalpoint.com/threads/help-extracting-data-from-existing-websites.2707033/</guid>
      <author>mrG93</author>
      <dc:creator>mrG93</dc:creator>
      <content:encoded><![CDATA[I need to be able to extract data from existing websites such as amazon, play etc. Data such as titles, images, prices and listing categories and url for their products and store this information in a database. Obviously these retailers will update and add to their product list all of the time so i will need my database to be always up to date. Also as i will be gathering lots of information i will the whole process to be done pretty quickly.<br />
<br />
Can anyone recommend an automated software for what...<br />
<br />
<a href="https://forums.digitalpoint.com/threads/help-extracting-data-from-existing-websites.2707033/" target="_blank" class="internalLink">HELP extracting data from existing websites</a>]]></content:encoded>
      <slash:comments>8</slash:comments>
    </item>
    <item>
      <title>Remote database privileges</title>
      <pubDate>Fri, 02 May 2014 14:21:26 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/remote-database-privileges.2718154/</link>
      <guid>https://forums.digitalpoint.com/threads/remote-database-privileges.2718154/</guid>
      <author>asteraki1976</author>
      <dc:creator>asteraki1976</dc:creator>
      <content:encoded><![CDATA[Hi<br />
<br />
If i run both commands on my database server:<br />
<br />
mysql -e &quot;GRANT ALL PRIVILEGES ON *.* TO &#039;root&#039;@&#039;123.456.789.000&#039; IDENTIFIED BY &#039;password&#039; WITH GRANT OPTION;&quot;<br />
<br />
and<br />
<br />
mysql -e &quot;GRANT ALL PRIVILEGES ON *.* TO &#039;root&#039;@&#039;000.987.654.321&#039; IDENTIFIED BY &#039;password&#039; WITH GRANT OPTION;&quot;<br />
<br />
The second command will overwrite the first one or not?<br />
<br />
Both remote servers with ip:<br />
<br />
123.456.789.000<br />
987.654.321.000<br />
<br />
will be able to connect to the sql?<br />
<br />
Thank you]]></content:encoded>
      <slash:comments>2</slash:comments>
    </item>
    <item>
      <title>Membership database problem - help needed URGENTLY</title>
      <pubDate>Wed, 30 Apr 2014 18:58:29 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/membership-database-problem-help-needed-urgently.1735770/</link>
      <guid>https://forums.digitalpoint.com/threads/membership-database-problem-help-needed-urgently.1735770/</guid>
      <author>sam2698</author>
      <dc:creator>sam2698</dc:creator>
      <content:encoded><![CDATA[Firstly the database is currently in mdb format so I need to convert it to an sql file. what software would you recommend.<br />
<br />
Secondly I have to use this db to create a very simple membership site, where the person registers, logs in, and is redirected to a members only page.<br />
<br />
Question is, do you know any simple to follow instructions I can use to create it. Any language is fine, as long as I can get the end result.<br />
<br />
Thanks a lot for your help.]]></content:encoded>
      <slash:comments>2</slash:comments>
    </item>
    <item>
      <title>No Privileges database show on my local host.</title>
      <pubDate>Tue, 29 Apr 2014 16:12:45 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/no-privileges-database-show-on-my-local-host.2706811/</link>
      <guid>https://forums.digitalpoint.com/threads/no-privileges-database-show-on-my-local-host.2706811/</guid>
      <author>Md Nazmul Islam</author>
      <dc:creator>Md Nazmul Islam</dc:creator>
      <content:encoded><![CDATA[Hello Experts, On my local host phpMyAdmin showing &quot;No Privileges&quot; I can&#039;t create a new database. My current php version 5.4.16 MySQL version 5.6.12 and Apache version 2.4.4 <br />
<br />
Need help <span class="smileWrapper"><img src="styles/default/xenforo/clear.png" class="mceSmilieSprite mceSmilie1" alt=":)" title="Smile    :)" /></span><span class="smileWrapper"><img src="styles/default/xenforo/clear.png" class="mceSmilieSprite mceSmilie1" alt=":)" title="Smile    :)" /></span><span class="smileWrapper"><img src="styles/default/xenforo/clear.png" class="mceSmilieSprite mceSmilie1" alt=":)" title="Smile    :)" /></span>]]></content:encoded>
      <slash:comments>3</slash:comments>
    </item>
    <item>
      <title>pass ms access database field to another page</title>
      <pubDate>Thu, 24 Apr 2014 08:19:22 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/pass-ms-access-database-field-to-another-page.1434621/</link>
      <guid>https://forums.digitalpoint.com/threads/pass-ms-access-database-field-to-another-page.1434621/</guid>
      <author>aspbeginner</author>
      <dc:creator>aspbeginner</dc:creator>
      <content:encoded><![CDATA[hi, <br />
<br />
how do i pass the value of a ms access database field from page 1 to page 2<br />
this is the code that i&#039;m trying to modify:<br />
&lt;a href=&quot;send.asp?Rec=&lt;%=rs(&quot;RecNo&quot;)%&gt;&amp;Safe=&lt;%if rs(&quot;PW&quot;)&lt;&gt;&quot;&quot; then response.write &quot;True&quot;%&gt;&quot;&gt;DOWNLOAD&lt;/a&gt;&lt;/p&gt;<br />
<br />
RECNo is a record number of a table <br />
<br />
what should come out is i should be able to catch the &quot;file name of that particular record (or whatever value this field has)&quot; and pass it on to the second page. and how do i catch the value to the 2nd page. i&#039;m using...<br />
<br />
<a href="https://forums.digitalpoint.com/threads/pass-ms-access-database-field-to-another-page.1434621/" target="_blank" class="internalLink">pass ms access database field to another page</a>]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
    <item>
      <title>user rights management schema require</title>
      <pubDate>Thu, 24 Apr 2014 07:27:48 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/user-rights-management-schema-require.1838481/</link>
      <guid>https://forums.digitalpoint.com/threads/user-rights-management-schema-require.1838481/</guid>
      <author>digitalpointhamza</author>
      <dc:creator>digitalpointhamza</dc:creator>
      <content:encoded><![CDATA[user rights management schema<br />
how i can design ............<br />
usr rights schema inclucding rights on modeuls]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
    <item>
      <title>Relation feature in PHP MyAdmin   -   how to activate?</title>
      <pubDate>Thu, 24 Apr 2014 07:13:31 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/relation-feature-in-php-myadmin-how-to-activate.1898138/</link>
      <guid>https://forums.digitalpoint.com/threads/relation-feature-in-php-myadmin-how-to-activate.1898138/</guid>
      <author>UST_Thesis_group</author>
      <dc:creator>UST_Thesis_group</dc:creator>
      <content:encoded><![CDATA[i am using xampp Version 1.7.1 . my friend and i are using this for a long time... <br />
The problem is, i can&#039;t use the designer view for the tables and it seems like the relation feature is not activated...my friend&#039;s PHP myADMIN is working just fine<span class="smileWrapper"><img src="styles/default/xenforo/clear.png" class="mceSmilieSprite mceSmilie4" alt=":mad:" title="Mad    :mad:" /></span>..... HOW can i activate the relation feature and the designer view?<br />
<br />
tnx very much  <span class="smileWrapper"><img src="styles/default/xenforo/clear.png" class="mceSmilieSprite mceSmilie1" alt=":)" title="Smile    :)" /></span>]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
    <item>
      <title>whta is tuning related to the db?</title>
      <pubDate>Thu, 24 Apr 2014 05:37:01 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/whta-is-tuning-related-to-the-db.2477205/</link>
      <guid>https://forums.digitalpoint.com/threads/whta-is-tuning-related-to-the-db.2477205/</guid>
      <author>abdurrahman</author>
      <dc:creator>abdurrahman</dc:creator>
      <content:encoded><![CDATA[please reply me .......<br />
<br />
<br />
thanks]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
    <item>
      <title>Cassandr</title>
      <pubDate>Tue, 22 Apr 2014 05:45:23 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/cassandr.2716974/</link>
      <guid>https://forums.digitalpoint.com/threads/cassandr.2716974/</guid>
      <author>Amjad Chughtai</author>
      <dc:creator>Amjad Chughtai</dc:creator>
      <content:encoded><![CDATA[Can anyone explain Cassandra in simple sentences. Why is it so ideal?]]></content:encoded>
    </item>
    <item>
      <title>Have you ever used Windows Password Reset Software?</title>
      <pubDate>Fri, 18 Apr 2014 11:50:28 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/have-you-ever-used-windows-password-reset-software.2587979/</link>
      <guid>https://forums.digitalpoint.com/threads/have-you-ever-used-windows-password-reset-software.2587979/</guid>
      <author>janejackson</author>
      <dc:creator>janejackson</dc:creator>
      <content:encoded><![CDATA[Hi<br />
<br />
Have you ever used Windows Password Reset Software? I want to sale these kind of software it&#039;s usable?]]></content:encoded>
      <slash:comments>2</slash:comments>
    </item>
    <item>
      <title>Percona's Xtrabackup backup all files or only the database?</title>
      <pubDate>Wed, 16 Apr 2014 19:35:08 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/perconas-xtrabackup-backup-all-files-or-only-the-database.2716380/</link>
      <guid>https://forums.digitalpoint.com/threads/perconas-xtrabackup-backup-all-files-or-only-the-database.2716380/</guid>
      <author>asteraki1976</author>
      <dc:creator>asteraki1976</dc:creator>
      <content:encoded><![CDATA[Hello<br />
<br />
I am testing Percona&#039;s xtrabackup tool on a test server with only one (MariaDB) database inside  named &quot;database1&quot; and i got the backup using:<br />
<br />


<div class="bbCodeBlock bbCodeCode">
	<div class="type">Code (Text):</div>
	<div class="code"><ol class="text" style="font-family:monospace;"><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">innobackupex /path/to/backupdir/</div></li>
</ol></div>
</div>Then i go to the path to check the files inside and i notice that all files from /var/lib/mysql/ are there ....<br />
<br />
This is the way it should work?<br />
<br />
I thought that it will copy only the database and not all the rest of the files....<br />
<br />
If this is the way that it works and i move to another server after...<br />
<br />
<a href="https://forums.digitalpoint.com/threads/perconas-xtrabackup-backup-all-files-or-only-the-database.2716380/" target="_blank" class="internalLink">Percona&#039;s Xtrabackup backup all files or only the database?</a>]]></content:encoded>
    </item>
    <item>
      <title>visual basic and access connection problem in code</title>
      <pubDate>Wed, 09 Apr 2014 16:15:51 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/visual-basic-and-access-connection-problem-in-code.2715406/</link>
      <guid>https://forums.digitalpoint.com/threads/visual-basic-and-access-connection-problem-in-code.2715406/</guid>
      <author>mojojojo</author>
      <dc:creator>mojojojo</dc:creator>
      <content:encoded><![CDATA[hello<br />
now I am using visual basic 2013 and problem with .mdb database connectivity .<br />
1.How i save data into database . <br />
2.how i add regional font.]]></content:encoded>
    </item>
    <item>
      <title>Help! Site has been hacked</title>
      <pubDate>Mon, 07 Apr 2014 09:10:19 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/help-site-has-been-hacked.1510509/</link>
      <guid>https://forums.digitalpoint.com/threads/help-site-has-been-hacked.1510509/</guid>
      <author>TTChin</author>
      <dc:creator>TTChin</dc:creator>
      <content:encoded><![CDATA[Please help. My site has been hacked.<br />
<br />
When I type in the URL of my website, it goes to some hacker site, before a message saying the following comes up:<br />
<br />
--------<br />
<br />
Warning: Visiting this site may harm your computer!<br />
The website at <a href="http://www.mysite.com" target="_blank" class="externalLink" rel="nofollow">www.mysite.com</a> [I have removed my site from here]contains elements from the site <a href="http://www.xdxbx.com" target="_blank" class="externalLink" rel="nofollow">www.xdxbx.com</a>, which appears to host malware - software that can hurt your computer or otherwise operate without your consent. Just visiting a site that contains malware can...<br />
<br />
<a href="https://forums.digitalpoint.com/threads/help-site-has-been-hacked.1510509/" target="_blank" class="internalLink">Help! Site has been hacked</a>]]></content:encoded>
      <slash:comments>15</slash:comments>
    </item>
    <item>
      <title>Monetize data</title>
      <pubDate>Sat, 05 Apr 2014 04:14:30 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/monetize-data.2714663/</link>
      <guid>https://forums.digitalpoint.com/threads/monetize-data.2714663/</guid>
      <author>sumeet lunia</author>
      <dc:creator>sumeet lunia</dc:creator>
      <content:encoded><![CDATA[How much data you have and do you want to make Money using it?]]></content:encoded>
      <slash:comments>3</slash:comments>
    </item>
    <item>
      <title>DBA told me to do this but did not say why or its advantages? Can someone help</title>
      <pubDate>Fri, 04 Apr 2014 03:06:47 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/dba-told-me-to-do-this-but-did-not-say-why-or-its-advantages-can-someone-help.2693424/</link>
      <guid>https://forums.digitalpoint.com/threads/dba-told-me-to-do-this-but-did-not-say-why-or-its-advantages-can-someone-help.2693424/</guid>
      <author>Brad77</author>
      <dc:creator>Brad77</dc:creator>
      <content:encoded><![CDATA[This is my present table:<br />
<br />
CREATE TABLE IF NOT EXISTS `geocode_us` (<br />
<br />
  `id` int(11) NOT NULL AUTO_INCREMENT,<br />
<br />
  `loc_b` varchar(32) DEFAULT NULL,<br />
<br />
  `loc_a` varchar(32) DEFAULT NULL,<br />
<br />
  `lat` varchar(16) DEFAULT NULL,<br />
<br />
  `lng` varchar(16) DEFAULT NULL,<br />
<br />
  PRIMARY KEY (`id`),<br />
<br />
  UNIQUE KEY `idx_name` (`loc_a`,`loc_b`,`lat`,`lng`),<br />
<br />
  UNIQUE KEY `idx_name2` (`loc_a`,`loc_b`),<br />
<br />
  UNIQUE KEY `idx_name3` (`lat`,`lng`)<br />
<br />
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=81814 ;<br />
<br />
<br />
<br />
He says to do...<br />
<br />
<a href="https://forums.digitalpoint.com/threads/dba-told-me-to-do-this-but-did-not-say-why-or-its-advantages-can-someone-help.2693424/" target="_blank" class="internalLink">DBA told me to do this but did not say why or its advantages? Can someone help</a>]]></content:encoded>
      <slash:comments>3</slash:comments>
    </item>
    <item>
      <title>Can I host wordpress database in an other server?</title>
      <pubDate>Fri, 21 Mar 2014 01:37:54 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/can-i-host-wordpress-database-in-an-other-server.2702115/</link>
      <guid>https://forums.digitalpoint.com/threads/can-i-host-wordpress-database-in-an-other-server.2702115/</guid>
      <author>hungvn9</author>
      <dc:creator>hungvn9</dc:creator>
      <content:encoded><![CDATA[Hi,<br />
<br />
I wonder if we can host wordpress database (mysql) in an other server which is not the server storing the content (source code, uploads files, plugins, theme...)<br />
Will that make any performance and security improvement? Is there any service specialized in hosting only database?<br />
<br />
Thanks,]]></content:encoded>
      <slash:comments>9</slash:comments>
    </item>
    <item>
      <title>mysql convert charset</title>
      <pubDate>Wed, 12 Mar 2014 06:31:37 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/mysql-convert-charset.2711196/</link>
      <guid>https://forums.digitalpoint.com/threads/mysql-convert-charset.2711196/</guid>
      <author>bumbar</author>
      <dc:creator>bumbar</dc:creator>
      <content:encoded><![CDATA[Hello,<br />
I have data in my table with wrong records...<br />
Cyrillic, but incorrectly recorded.<br />
mysql table collation is utf8_general_ci .<br />
I get data from db table and the code below works properly:<br />


<div class="bbCodeBlock bbCodePHP">
	<div class="type">PHP:</div>
	<div class="code"><ol class="php" style="font-family:monospace;"><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #000088;">$str</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;РЈРµР± Р”РёР·Р°Р№РЅ, РҐРѕСЃС‚РёРЅРі, Р”РѕРјРµР№РЅР&quot;</span><span style="color: #339933;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #b1b100;">echo</span> <a target="_blank" rel="nofollow" href="http://www.php.net/iconv"><span style="color: #990000;">iconv</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;UTF-8&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;cp1251&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li>
</ol></div>
</div>Actual recording is : Уеб Дизайн, Хостинг, Домейн<br />
<br />
But I need this to be done in the sql query.<br />
I use  CONVERT(name USING utf8) but fetch the same wrong.<br />
<br />
Has anyone an idea?<br />
Thank you.]]></content:encoded>
    </item>
    <item>
      <title>how easy is it to create a database that....</title>
      <pubDate>Sun, 09 Mar 2014 18:56:47 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/how-easy-is-it-to-create-a-database-that.2710023/</link>
      <guid>https://forums.digitalpoint.com/threads/how-easy-is-it-to-create-a-database-that.2710023/</guid>
      <author>mark ginn</author>
      <dc:creator>mark ginn</dc:creator>
      <content:encoded><![CDATA[hi guys<br />
<br />
i have a website, with a relevant amount of traffic where people fill out a form, how easy is it to create a database to capture that information and store it on my server?<br />
<br />
thanks<br />
Mark]]></content:encoded>
      <slash:comments>3</slash:comments>
    </item>
    <item>
      <title>MySQL and HBase integration?</title>
      <pubDate>Sat, 08 Mar 2014 01:24:23 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/mysql-and-hbase-integration.2710622/</link>
      <guid>https://forums.digitalpoint.com/threads/mysql-and-hbase-integration.2710622/</guid>
      <author>CG01</author>
      <dc:creator>CG01</dc:creator>
      <content:encoded><![CDATA[I plan to create a social network with a feed like tweeter&#039;s, I planed to use MySQL at first but knew I would need something more &#039;specialized&#039; for big systems. I decided it would be HBase because of it&#039;s BigTable schema that best suits the tweeter-style feed I want.<br />
<br />
I want to know if there is a simplier or better solution than the one I came up with, please write your suggestions and the problems you might see in my approach.<br />
 <br />
The Solution I came up with:<br />
 <br />
I would have all the user&#039;s static...<br />
<br />
<a href="https://forums.digitalpoint.com/threads/mysql-and-hbase-integration.2710622/" target="_blank" class="internalLink">MySQL and HBase integration?</a>]]></content:encoded>
    </item>
    <item>
      <title>how to insert date in oracle</title>
      <pubDate>Wed, 05 Mar 2014 12:29:19 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/how-to-insert-date-in-oracle.109851/</link>
      <guid>https://forums.digitalpoint.com/threads/how-to-insert-date-in-oracle.109851/</guid>
      <author>alanX</author>
      <dc:creator>alanX</dc:creator>
      <content:encoded><![CDATA[Hi all,<br />
   i want to insert Date as following:<br />
<br />
insert into db<br />
values(&#039;12/03/2006&#039;);<br />
<br />
<span style="color: Red">Error: Not a valid month</span><br />
<br />
can anyone help me? (oracle 10g)]]></content:encoded>
      <slash:comments>13</slash:comments>
    </item>
    <item>
      <title>Erro message when importing CSV file: #1044 - Access denied for user 'cpses_mbYVs3FKwW'@'localhost'</title>
      <pubDate>Tue, 04 Mar 2014 05:38:13 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/erro-message-when-importing-csv-file-1044-access-denied-for-user-cpses_mbyvs3fkww-localhost.2706478/</link>
      <guid>https://forums.digitalpoint.com/threads/erro-message-when-importing-csv-file-1044-access-denied-for-user-cpses_mbyvs3fkww-localhost.2706478/</guid>
      <author>MattBOnline</author>
      <dc:creator>MattBOnline</dc:creator>
      <content:encoded><![CDATA[Hi there,<br />
<br />
I cannot import any Excel Spreadsheet CSV files in to PHPMyAdmin.<br />
<br />
I get this error message:<br />
<br />
#1044 - Access denied for user &#039;cpses_mbYVs3FKwW&#039;@&#039;localhost&#039; to database &#039;CSV_DB&#039; <br />
<br />
Does anyone know how to fix this problem?<br />
<br />
Thanks,<br />
Matt.]]></content:encoded>
      <slash:comments>2</slash:comments>
    </item>
    <item>
      <title>Host Warning - What Are They Saying?</title>
      <pubDate>Mon, 03 Mar 2014 18:34:20 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/host-warning-what-are-they-saying.2708388/</link>
      <guid>https://forums.digitalpoint.com/threads/host-warning-what-are-they-saying.2708388/</guid>
      <author>dscurlock</author>
      <dc:creator>dscurlock</dc:creator>
      <content:encoded><![CDATA[I got a warning from my host that I am using to many resources...<br />
<br />
CPU_TIME:241 table_rows_read:361785690 SELECTS:12571 ROWS_UPDATED:752 ROWS_FETCHED:308815 BUSY_TIME:248 ONNECTED_TIME:561 BYTES_SENT:55647984 BYTES_RECEIVED:4075955 WAIT_TIME:7<br />
<br />
Then they list about 20 sites, most get no traffic....<br />
<br />
DB_USER: xxx_store -- TOTAL_CONNECTIONS: 9 -- CONNECTED_TIME: 234 -- CPU_TIME: 197 -- TABLE_ROW_READS: 349934385 -- SELECT_COMMANDS: 3130 -- UPDATE_COMMANDS: -- BUSY_TIME: 201 -- BYTES_SENT:...<br />
<br />
<a href="https://forums.digitalpoint.com/threads/host-warning-what-are-they-saying.2708388/" target="_blank" class="internalLink">Host Warning - What Are They Saying?</a>]]></content:encoded>
      <slash:comments>2</slash:comments>
    </item>
  </channel>
</rss>
