<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>MySQL Forums - Sample Database (Sakila)</title>
        <description>Forum to discuss the sample database included with MySQL</description>
        <link>http://forums.mysql.com/list.php?121</link>
        <lastBuildDate>Thu, 23 May 2013 11:01:19 +0000</lastBuildDate>
        <generator>Phorum 5.2.19</generator>
        <item>
            <guid>http://forums.mysql.com/read.php?121,587120,587120#msg-587120</guid>
            <title>Miami Heat vs Indiana Pacers Game 1 Live (no replies)</title>
            <link>http://forums.mysql.com/read.php?121,587120,587120#msg-587120</link>
            <description><![CDATA[ Worst season, the Indiana Pacers gave the Metropolis Alter a anxiety in the support modify of the playoffs. This experience around, they trust to do author than that as they approaching Gritty 1 of the Asian Discussion Finals against LeBron Felon and Co.<br />
<br />
<a href="https://www.gameinformer.com/blogs/members/b/watchheatvspacerslive_blog/archive/2013/05/22/mhvsipg1.aspx"  rel="nofollow">https://www.gameinformer.com/blogs/members/b/watchheatvspacerslive_blog/archive/2013/05/22/mhvsipg1.aspx</a>]]></description>
            <dc:creator>rob smith</dc:creator>
            <category>Sample Database (Sakila)</category>
            <pubDate>Wed, 22 May 2013 23:38:22 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?121,585451,585451#msg-585451</guid>
            <title>mysql community server database corrupted (no replies)</title>
            <link>http://forums.mysql.com/read.php?121,585451,585451#msg-585451</link>
            <description><![CDATA[ i am getting a 2003 (hy000) error when trying to connect to localhost.  However, i know that mysql service is running fine because I am able to use mysql to connect to network database.  immediately after initial installation, the following command did work:<br />
<br />
mysql -u root --password=root<br />
<br />
My best guess is that the database itself (within Windows 7) has somehow been corrupted.  Is there a way of wiping out the old local host database, and downloading a new one, without having to re-install the mysql community server application?]]></description>
            <dc:creator>Steve Schooler</dc:creator>
            <category>Sample Database (Sakila)</category>
            <pubDate>Fri, 03 May 2013 23:26:53 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?121,580182,580182#msg-580182</guid>
            <title>film_text table has a different storage engine type. why? (1 reply)</title>
            <link>http://forums.mysql.com/read.php?121,580182,580182#msg-580182</link>
            <description><![CDATA[ when i export the sakila model to generate a schema i notice that the film_text table has a different engine type compared to all the other tables. it uses myisam vs innodb. why is this?<br />
i don't see any specific setting in the workbench.]]></description>
            <dc:creator>shri amin</dc:creator>
            <category>Sample Database (Sakila)</category>
            <pubDate>Thu, 28 Feb 2013 01:21:47 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?121,578255,578255#msg-578255</guid>
            <title>Database problem (1 reply)</title>
            <link>http://forums.mysql.com/read.php?121,578255,578255#msg-578255</link>
            <description><![CDATA[ Hi there.<br />
When i import my database to phpmyadmin this comes.<br />
<br />
Error<br />
<br />
SQL query:<br />
<br />
--<br />
-- Database: `information_schema`<br />
--<br />
CREATE DATABASE `information_schema` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;<br />
<br />
MySQL said: Documentation<br />
#1044 - Access denied for user 'a3317965_smf'@'localhost' to database 'information_schema']]></description>
            <dc:creator>Nadeem Ahmad</dc:creator>
            <category>Sample Database (Sakila)</category>
            <pubDate>Mon, 04 Mar 2013 06:30:23 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?121,578176,578176#msg-578176</guid>
            <title>How does an SQL database work and how is it different from mySQL? (no replies)</title>
            <link>http://forums.mysql.com/read.php?121,578176,578176#msg-578176</link>
            <description><![CDATA[ am trying to understand these systems and i want to know, how does an SQL database work?<br />
Does a user simply register and get added to the table?<br />
That table can be modified by admins?<br />
<br />
Please explain the operation of an SQL Database in a website and how it is different from a mySQL database.]]></description>
            <dc:creator>news int</dc:creator>
            <category>Sample Database (Sakila)</category>
            <pubDate>Wed, 30 Jan 2013 10:12:29 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?121,577129,577129#msg-577129</guid>
            <title>Helping design my baseball database (1 reply)</title>
            <link>http://forums.mysql.com/read.php?121,577129,577129#msg-577129</link>
            <description><![CDATA[ Hi, I'm creating a website about professional and I would like someone to help me with my database design. Im designed the player bios, but I'm kind confused how to do the player stat. I'm not even sure if the player bios is design properly. Can you guys help me out. I'm using the python web frame django, so I'm not a database guru.<br />
<br />
Player:<br />
	player_id<br />
	mlb_id<br />
	name<br />
	last<br />
	middle<br />
	jersey_number<br />
	weight<br />
	height<br />
	birth_date<br />
	birth_city = foreignkey (City)<br />
	birth_country= foreignKey(Country)<br />
	pro_debut_date<br />
	primary_position = foreignkey(Position)<br />
	team_name = foreignKey (team)<br />
	throws_arm = foreignKey(Throws)<br />
	bats_arm = Foreying Key(Bats)<br />
<br />
City:<br />
	name:<br />
Country:<br />
	name:<br />
Position:<br />
	name:<br />
team:<br />
	name:<br />
	shortname:<br />
	city:<br />
	state:<br />
<br />
Throws:<br />
	arm:<br />
Bats:<br />
	arm:<br />
<br />
Now about the player stat,<br />
<br />
stat:<br />
      year:<br />
      hits:<br />
      doubles:<br />
      homeruns:<br />
      rbi:<br />
      average:<br />
      total:<br />
<br />
Thanks in advance]]></description>
            <dc:creator>David Gomez</dc:creator>
            <category>Sample Database (Sakila)</category>
            <pubDate>Thu, 10 Jan 2013 05:14:34 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?121,574925,574925#msg-574925</guid>
            <title>Sql query (no replies)</title>
            <link>http://forums.mysql.com/read.php?121,574925,574925#msg-574925</link>
            <description><![CDATA[ Hi,<br />
<br />
I have table having two column tid,parent<br />
data is mapped as chiled, parent like (tid, parent) (800,0)(810,800)(820,800)(811,810)(811,6457)(808,0)(830,808)(840,808)(5524,830) so on<br />
<br />
i want to get data all tid of 807 or 808 etc<br />
<br />
this list i need to use in other query's where condition<br />
i try to write function using Group Concat it is fetching records if function directly run but in where codition it is not working<br />
<br />
Please help it is urgen]]></description>
            <dc:creator>vishnu patil</dc:creator>
            <category>Sample Database (Sakila)</category>
            <pubDate>Thu, 29 Nov 2012 18:46:24 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?121,572149,572149#msg-572149</guid>
            <title>LineString returns null for spatial points type (no replies)</title>
            <link>http://forums.mysql.com/read.php?121,572149,572149#msg-572149</link>
            <description><![CDATA[ In the MySQL server (5.0.95), I tried the following command. It returns NULL. In another server (5.0.77), it works fine. Can anyone give some suggestions? Thanks a lot! <br />
<br />
mysql&gt; select LineString(AsBinary(GeomFromText('POINT(38.774929 -122.419415)')), AsBinary(GeomFromText('POINT(37.774929 -122.419415)'))) ; <br />
+----------------------------------------------------------------------------------------------------------------------------+ <br />
| LineString(AsBinary(GeomFromText('POINT(38.774929 -122.419415)')), AsBinary(GeomFromText('POINT(37.774929 -122.419415)'))) | <br />
+----------------------------------------------------------------------------------------------------------------------------+ <br />
| NULL | <br />
+----------------------------------------------------------------------------------------------------------------------------+ <br />
1 row in set (0.00 sec) <br />
<br />
<br />
mysql&gt; SHOW VARIABLES LIKE &quot;%version%&quot;; <br />
+-------------------------+-------------------------------------------------------------+ <br />
| Variable_name | Value | <br />
+-------------------------+-------------------------------------------------------------+ <br />
| protocol_version | 10 | <br />
| version | 5.0.95 | <br />
| version_bdb | Sleepycat Software: Berkeley DB 4.1.24: (December 16, 2011) | <br />
| version_comment | Source distribution | <br />
| version_compile_machine | x86_64 | <br />
| version_compile_os | redhat-linux-gnu | <br />
+-------------------------+-------------------------------------------------------------+ <br />
6 rows in set (0.00 sec)]]></description>
            <dc:creator>JQ L</dc:creator>
            <category>Sample Database (Sakila)</category>
            <pubDate>Fri, 26 Oct 2012 00:09:38 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?121,568624,568624#msg-568624</guid>
            <title>validate passwords (1 reply)</title>
            <link>http://forums.mysql.com/read.php?121,568624,568624#msg-568624</link>
            <description><![CDATA[ i have 1 table columns are username password then my task is last 5 passwords can't be repeated and when we enter 6 password then delete 1 password how will i do that logics?]]></description>
            <dc:creator>chandra kumar</dc:creator>
            <category>Sample Database (Sakila)</category>
            <pubDate>Thu, 11 Oct 2012 19:20:11 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?121,565589,565589#msg-565589</guid>
            <title>Cannot add or update a child row: a foreign key (no replies)</title>
            <link>http://forums.mysql.com/read.php?121,565589,565589#msg-565589</link>
            <description><![CDATA[ i am very new to this following a tutorial and i have run in to this problem the reported error is <br />
Error code 1452, SQL state 23000: Cannot add or update a child row: a foreign key constraint fails (`affablebean/prodct`, CONSTRAINT `fk_prodct_category1` FOREIGN KEY (`category_id`) REFERENCES `category` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION)<br />
Line 1, column 1<br />
i have changed what was originally part of the tutorial <br />
<br />
INSERT INTO `product` (`name`, price, description, category_id) VALUES ('milk', 1.70, 'semi skimmed (1L)', 1);<br />
<br />
to INSERT INTO prodct values ('1','milk', 1.70, 'semi skimmed (1L)','2012,07,19',1);<br />
to get this far as i could not get the tutorial to run correctly maybe i have created this problem and you can put me right<br />
<br />
pete]]></description>
            <dc:creator>peter hayward</dc:creator>
            <category>Sample Database (Sakila)</category>
            <pubDate>Sun, 19 Aug 2012 21:50:06 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?121,564376,564376#msg-564376</guid>
            <title>soccer League table query problem (no replies)</title>
            <link>http://forums.mysql.com/read.php?121,564376,564376#msg-564376</link>
            <description><![CDATA[ Dear friends.<br />
I'm working on soccer league website.<br />
I have a table for matches structured like this:<br />
id<br />
league_id<br />
h_id<br />
g_id<br />
h_goals<br />
g_goals<br />
h_point<br />
g_point<br />
<br />
(h means host and g means guest)<br />
point can be 0,1 or 3 depends on match result.<br />
<br />
Now, I want to show the ranking league table.<br />
<br />
what query(or queries) can I get to do that?<br />
<br />
Is there anybody who guide me?]]></description>
            <dc:creator>Mojtaba G</dc:creator>
            <category>Sample Database (Sakila)</category>
            <pubDate>Wed, 08 Aug 2012 10:06:16 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?121,563336,563336#msg-563336</guid>
            <title>MySql database access (no replies)</title>
            <link>http://forums.mysql.com/read.php?121,563336,563336#msg-563336</link>
            <description><![CDATA[ How to access the another system mysql database through MySQL Administrator.what are the changes are need to connect the another system mysql database?]]></description>
            <dc:creator>sethumathi N</dc:creator>
            <category>Sample Database (Sakila)</category>
            <pubDate>Mon, 30 Jul 2012 11:47:22 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?121,563045,563045#msg-563045</guid>
            <title>Trouble with BEGIN END in a trigger (no replies)</title>
            <link>http://forums.mysql.com/read.php?121,563045,563045#msg-563045</link>
            <description><![CDATA[ When I do this it works: <br />
<br />
CREATE TRIGGER somatotal AFTER INSERT ON transicao<br />
FOR EACH ROW<br />
<br />
UPDATE conta<br />
   SET total = new.valor<br />
 WHERE idConta = new.idConta<br />
<br />
But when I put a block with begin end it does not work:<br />
<br />
CREATE TRIGGER somatotal AFTER INSERT ON transicao<br />
FOR EACH ROW<br />
<br />
 BEGIN<br />
<br />
UPDATE conta<br />
   SET total = new.valor<br />
 WHERE idConta = new.idConta; <br />
 <br />
  END;<br />
<br />
I recently downloaded MySQL Workbench 5.2.40.<br />
<br />
Thanks.]]></description>
            <dc:creator>Fernando Bona</dc:creator>
            <category>Sample Database (Sakila)</category>
            <pubDate>Fri, 27 Jul 2012 15:48:50 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?121,560101,560101#msg-560101</guid>
            <title>Sakila database error (no replies)</title>
            <link>http://forums.mysql.com/read.php?121,560101,560101#msg-560101</link>
            <description><![CDATA[ First you Open your control panel and click on the Add/Remove Programs icon and remove sakila database program by Using the uninstall option. Some time any softwares or programs which you are wanting to remove are not removed completely you can delete manually by open your program files. You can update your original installation by run the setup again. You can also reinstall your installation by deleting the previous installation. Some time viruses also damage the many programs.]]></description>
            <dc:creator>Eden Bisdee</dc:creator>
            <category>Sample Database (Sakila)</category>
            <pubDate>Fri, 06 Jul 2012 10:41:41 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?121,537027,537027#msg-537027</guid>
            <title>How do i reinitialize auto increment (no replies)</title>
            <link>http://forums.mysql.com/read.php?121,537027,537027#msg-537027</link>
            <description><![CDATA[ hi friends ,<br />
<br />
i have created a table called student (stid ,stname,stmarks) where stid is primary key and auto increment. But after deleting some records i want to re arrange my stid but i am unable to do so . <br />
<br />
Can anybody please tell me how can i re initialize my Auto increment field.<br />
<br />
<br />
<br />
<br />
thanks]]></description>
            <dc:creator>harishanker srivastava</dc:creator>
            <category>Sample Database (Sakila)</category>
            <pubDate>Sat, 19 May 2012 11:56:36 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?121,522140,522140#msg-522140</guid>
            <title>Mysql Custom varible (no replies)</title>
            <link>http://forums.mysql.com/read.php?121,522140,522140#msg-522140</link>
            <description><![CDATA[ Hi,<br />
    In my stored procedure/View am using some hard-code values like 'C','D'. Instead of using hard-coded value, i have to get it from Mysql Server like in-built system varibles like @TASK_STATUS...<br />
<br />
Is there any way to upload my constant instead of creating new table? I can see some of the system varibles. Like system varible, i need to create my own custom varibles.<br />
<br />
<br />
Thanks...]]></description>
            <dc:creator>shiva raaj</dc:creator>
            <category>Sample Database (Sakila)</category>
            <pubDate>Wed, 28 Mar 2012 07:05:38 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?121,521939,521939#msg-521939</guid>
            <title>How to Startup with Mysql database (2 replies)</title>
            <link>http://forums.mysql.com/read.php?121,521939,521939#msg-521939</link>
            <description><![CDATA[ HI All,<br />
<br />
Can anyone tel me how to create a Mysql database which can be used in Windows OS.<br />
<br />
Thanks,<br />
Venkat]]></description>
            <dc:creator>venkatesh waran</dc:creator>
            <category>Sample Database (Sakila)</category>
            <pubDate>Mon, 23 Apr 2012 05:18:31 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?121,517937,517937#msg-517937</guid>
            <title>Database Query (no replies)</title>
            <link>http://forums.mysql.com/read.php?121,517937,517937#msg-517937</link>
            <description><![CDATA[ Could anyone know how to Query a particular (int) value from the whole of the database?]]></description>
            <dc:creator>Tatenda Muzuwa</dc:creator>
            <category>Sample Database (Sakila)</category>
            <pubDate>Wed, 29 Feb 2012 09:29:53 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?121,516762,516762#msg-516762</guid>
            <title>long query execution time (no replies)</title>
            <link>http://forums.mysql.com/read.php?121,516762,516762#msg-516762</link>
            <description><![CDATA[ hello sql geeks<br />
<br />
i am trying to delete 3 rows of data from phpmyadmin and the 3 lines of delete query takes ages to execute.the page just keeps loading even though there is no other sql services running on the server..<br />
<br />
the database and table structure really simple.<br />
<br />
what might be the issue help please]]></description>
            <dc:creator>ujj bjl</dc:creator>
            <category>Sample Database (Sakila)</category>
            <pubDate>Wed, 22 Feb 2012 15:17:26 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?121,515932,515932#msg-515932</guid>
            <title>Sakila Installation on Windows 7 (4 replies)</title>
            <link>http://forums.mysql.com/read.php?121,515932,515932#msg-515932</link>
            <description><![CDATA[ Well, I've searched and searched and they all lead back here... and all the threads are closed with no answer. <br />
<br />
I keep getting an error when trying to creat the sakila database from the command line. I've set up the example directory structure exactly as (apparently) the only de-facto instruction guied for doing so (http://dev.mysql.com/doc/sakila/en/sakila.html).<br />
<br />
I simply get the error: <br />
<br />
--------------<br />
mysql  Ver 14.14 Distrib 5.5.20, for Win64 (x86)<br />
<br />
Connection id:          15<br />
Current database:<br />
Current user:           root@localhost<br />
SSL:                    Not in use<br />
Using delimiter:        ;<br />
Server version:         5.5.20 MySQL Community Server (GPL)<br />
Protocol version:       10<br />
Connection:             localhost via TCP/IP<br />
Server characterset:    latin1<br />
Db     characterset:    latin1<br />
Client characterset:    latin1<br />
Conn.  characterset:    latin1<br />
TCP port:               3306<br />
Uptime:                 3 days 1 hour 5 min 7 sec<br />
<br />
Threads: 1  Questions: 73  Slow queries: 0  Opens: 43  Flush<br />
les: 0  Queries per second avg: 0.000<br />
--------------<br />
<br />
ERROR:<br />
Failed to open file 'c:empakila-schema.sql', error: 2<br />
mysql&gt;<br />
<br />
Like some other posts I read by someone having the same trouble, I've tried all kinds of things to get this to work. I beginning to think it doesn't work at all on windows. <br />
<br />
Can anyone provide assistance?<br />
<br />
Thanks, <br />
<br />
Michael.]]></description>
            <dc:creator>Michael Dealey</dc:creator>
            <category>Sample Database (Sakila)</category>
            <pubDate>Thu, 01 Mar 2012 02:28:58 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?121,514365,514365#msg-514365</guid>
            <title>how to modify the way the result appear (no replies)</title>
            <link>http://forums.mysql.com/read.php?121,514365,514365#msg-514365</link>
            <description><![CDATA[ Hi every one,<br />
<br />
I'm trying to establish a database of persons on PHP-MySQL.<br />
So I have a first table &quot;test&quot; with three columns: &quot;Nom&quot;, &quot;Prénom&quot; and the unique identifier for each entry.<br />
A second table &quot;language&quot; contains the name of the language (FRENCH, ENGLISH ...), and the id of the language.<br />
A last table &quot;rel_lang_pers&quot; is a link between the person id (from &quot;test&quot;) and the language id &quot;from&quot;language&quot;.<br />
<br />
My SQL query is: <br />
<br />
SELECT<br />
test.Nom,<br />
test.`Prénom`,<br />
`language`.Langue<br />
FROM test<br />
INNER JOIN rel_lang_pers ON test.`N°` = rel_lang_pers.IdPersons<br />
INNER JOIN `language` ON rel_lang_pers.Idlanguage = `language`.`N°`<br />
<br />
The result is then a table with names, first names of the persons and the language each one speaks.<br />
as the same person can speak different languages, in such case i have different entries with the same person's name and first name, and a language for each line.<br />
<br />
Is there a way to get the same line with the different languages for the person separated by a comma?]]></description>
            <dc:creator>GuGu Dhia</dc:creator>
            <category>Sample Database (Sakila)</category>
            <pubDate>Thu, 09 Feb 2012 07:05:10 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?121,514230,514230#msg-514230</guid>
            <title>How to remove apostrophes in WHERE clause (no replies)</title>
            <link>http://forums.mysql.com/read.php?121,514230,514230#msg-514230</link>
            <description><![CDATA[ Hi guys,<br />
my asp.net app is sending queries simililar to this one to my mysql database:<br />
Select id,firstname,lastname where 'firstname' like '%john%'<br />
<br />
The problem is the apostrophes around the firstname in the where clause, so the query does not return anything. unfortunately, I can't see a way how to get rid of the apostrophes in my asp.net app, because the value is taken from a dropDownlist, put into a predefined sql query and sent directly to the database. Can you think of a way, how to get rid of them using sql? I tried WHERE replace('firstname','\'','') but it didn't help.<br />
<br />
Thanks<br />
<br />
Dave]]></description>
            <dc:creator>David Crhonek</dc:creator>
            <category>Sample Database (Sakila)</category>
            <pubDate>Wed, 08 Feb 2012 11:21:58 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?121,511834,511834#msg-511834</guid>
            <title>Synchronize Model To Database (no replies)</title>
            <link>http://forums.mysql.com/read.php?121,511834,511834#msg-511834</link>
            <description><![CDATA[ Hi Friends,<br />
         I am unable to synchronize model to database. When i synchronize the model at first to create database it works successfully. But it won't synchronize after inserted any data in the database. It Shows some error report. Please help me.]]></description>
            <dc:creator>Vaishnavi R.R</dc:creator>
            <category>Sample Database (Sakila)</category>
            <pubDate>Fri, 27 Jan 2012 05:56:36 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?121,511310,511310#msg-511310</guid>
            <title>how to insert the radio button in the registration form (2 replies)</title>
            <link>http://forums.mysql.com/read.php?121,511310,511310#msg-511310</link>
            <description><![CDATA[ i got registration.php<br />
table:register<br />
fields:id,username,password,employee_role(3radio button,values 1 for admin 2 for mnager and 3 for employee..<br />
<br />
in the table for the employee_role(type:ENUM,values:'1','2','3'<br />
<br />
now how to insert these filed datas from php to mysql database???<br />
after successful registration..control shud come back to the login page..<br />
<br />
there by giving username and password it shud check whether he is a admin?manager?or employee and then take to their corresponding 3 different pages like admin.php,manager.php and employee.php<br />
how to implement this..<br />
<br />
<br />
please help me]]></description>
            <dc:creator>daniel bala</dc:creator>
            <category>Sample Database (Sakila)</category>
            <pubDate>Thu, 14 Jun 2012 21:24:45 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?121,505507,505507#msg-505507</guid>
            <title>how to create program (1 reply)</title>
            <link>http://forums.mysql.com/read.php?121,505507,505507#msg-505507</link>
            <description><![CDATA[ how to create program VB with mysql database? someone<br />
<br />
<br />
<br />
<a href="http://carpetrepairs.org.nz/"  rel="nofollow">http://carpetrepairs.org.nz/</a>]]></description>
            <dc:creator>Graeme Stephens</dc:creator>
            <category>Sample Database (Sakila)</category>
            <pubDate>Wed, 15 Feb 2012 06:07:05 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?121,505380,505380#msg-505380</guid>
            <title>sql query (no replies)</title>
            <link>http://forums.mysql.com/read.php?121,505380,505380#msg-505380</link>
            <description><![CDATA[ Can anyone help me with this problem:<br />
<br />
    Find the most rented film per district<br />
<br />
    (Note: It's possible to have more than 1 'most rented films' per district thus you can assume that a district can have 2 or more 'most rented films')<br />
<br />
Please help me with query question. Thanks in advance. :)]]></description>
            <dc:creator>Pat Atienza</dc:creator>
            <category>Sample Database (Sakila)</category>
            <pubDate>Sun, 11 Dec 2011 02:37:43 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?121,487954,487954#msg-487954</guid>
            <title>How to design a large database. (2 replies)</title>
            <link>http://forums.mysql.com/read.php?121,487954,487954#msg-487954</link>
            <description><![CDATA[ Hello,<br />
I have to design a large db with 30+fields and more than 20 tables..<br />
so it is good to make 2 or 3 db of each related tables.<br />
or any suggestion ????<br />
<br />
and what is the limit of MySQL db related to table and size and fields and db size..<br />
 waiting for suggestions..<br />
and also data in fields will fill approx 300 records]]></description>
            <dc:creator>naresh kumar</dc:creator>
            <category>Sample Database (Sakila)</category>
            <pubDate>Sun, 23 Oct 2011 09:59:48 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?121,444046,444046#msg-444046</guid>
            <title>Table functions (no replies)</title>
            <link>http://forums.mysql.com/read.php?121,444046,444046#msg-444046</link>
            <description><![CDATA[ I have written a UDF which returns a big comma separated string, contains numbers. Now I am wondering is it possible if I put that data in a temporary table and use it further. I want to do further query on those numbers for example find sum or mean value. I think to use MYSQL inbuilt function first I need to put that data in to some table, I have heard about table function but I don't know anything. Can somebody give me some hints?<br />
<br />
I have seen your post <br />
<br />
<a href="http://antbits.blogspot.com/2009/01/table-functions-in-mysql.html"  rel="nofollow">http://antbits.blogspot.com/2009/01/table-functions-in-mysql.html</a><br />
<br />
But unfortunately didn't understand much :-(<br />
<br />
<br />
Thanks in advance.<br />
<br />
Regards..<br />
Salman.]]></description>
            <dc:creator>Salman Toor</dc:creator>
            <category>Sample Database (Sakila)</category>
            <pubDate>Wed, 05 Oct 2011 06:49:15 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?121,444021,444021#msg-444021</guid>
            <title>One column not working in stored procedure (no replies)</title>
            <link>http://forums.mysql.com/read.php?121,444021,444021#msg-444021</link>
            <description><![CDATA[ MYISAM column cannot be fectched using stored procedure, but it's ok with phpmyadmin client<br />
<br />
I triple checked everthing and Im sure there is no error in syntax. But one column in my MYiSAM table (named 'datecode') cannot be fetched using stored procedure when called in my php script. However, when I run the SQL query directly on my phpmyadmin client, it works.<br />
<br />
Here is the stored procedure<br />
<br />
Create PROCEDURE getdatecode (IN indatecode INT (11))<br />
BEGIN<br />
SELECT *<br />
FROM customertable <br />
WHERE 'datecode' = indatecode;<br />
END$$<br />
<br />
The procedure was successfully created. But it wont work in php script. However when I run<br />
SELECT *<br />
FROM customertable <br />
WHERE 'datecode' = 101;<br />
directly on the phpmyadmin client, I get results:<br />
 <br />
<br />
What could be wrong? I checked that the PDO script and stored procedure have the same data type. There is nothing wrong with my php script since I get no error message when I load it.<br />
<br />
<br />
Other stored procedures work when I use other columns from the same table.<br />
<br />
Example: <br />
<br />
<br />
Create PROCEDURE getproduct (IN inproduct VARCHAR (50))<br />
BEGIN<br />
SELECT *<br />
FROM customertable <br />
WHERE 'product' = inproduct;<br />
END$$<br />
<br />
The getproduct stored procedure works in my php script, but not getdatecode. Other columns also work fine. Only 'datecode'is problematic. <br />
<br />
<br />
Please help]]></description>
            <dc:creator>Ed Villamin</dc:creator>
            <category>Sample Database (Sakila)</category>
            <pubDate>Tue, 04 Oct 2011 21:16:53 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?121,434876,434876#msg-434876</guid>
            <title>World Database and Character encoding issues. (2 replies)</title>
            <link>http://forums.mysql.com/read.php?121,434876,434876#msg-434876</link>
            <description><![CDATA[ Hi, <br />
<br />
I want to use the world DB, and I have successfully created it locally. <br />
<br />
<a href="http://dev.mysql.com/doc/world-setup/en/world-setup.html"  rel="nofollow">http://dev.mysql.com/doc/world-setup/en/world-setup.html</a><br />
<br />
Database can be downloaded from here:<br />
<a href="http://dev.mysql.com/doc/index-other.html"  rel="nofollow">http://dev.mysql.com/doc/index-other.html</a><br />
<br />
My only concern is that a lot (or all) names with special characters are not displaying properly.<br />
<br />
For example<br />
Santafé de Bogotá <br />
<br />
shows up like<br />
<br />
SantafÃˆ de BogotÂ·<br />
<br />
and <br />
<br />
San José<br />
<br />
is <br />
<br />
San JosÃˆ<br />
<br />
I'm not sure what can be done to get the correct character encoding.<br />
<br />
Any help is appreciated<br />
<br />
Thank you.]]></description>
            <dc:creator>Juan Torres</dc:creator>
            <category>Sample Database (Sakila)</category>
            <pubDate>Tue, 18 Oct 2011 17:47:51 +0000</pubDate>
        </item>
    </channel>
</rss>
