RE: Need help with mysql prob

2009-04-20 Thread abdulazeez alugo
> Date: Mon, 20 Apr 2009 13:03:14 +0100 > From: andy-li...@networkmail.eu > To: defati...@hotmail.com > CC: mysql@lists.mysql.com > Subject: Re: Need help with mysql prob > > Hi Alugo, > > abdulazeez alugo wrote: > > > > Hi Andy, > > Thank you ver

Re: Need help with mysql prob

2009-04-20 Thread Andy Shellam
Hi Alugo, abdulazeez alugo wrote: Hi Andy, Thank you very much you have been really very helpful. All those mistakes you pointed at in the script about the apostrophe and others, are simple mistakes I just made in the rush of typing the message; and yes $conn is the result from mysql_connect

RE: Need help with mysql prob

2009-04-20 Thread abdulazeez alugo
> Date: Mon, 20 Apr 2009 08:06:05 +0100 > From: andy-li...@networkmail.eu > To: defati...@hotmail.com > CC: mysql@lists.mysql.com > Subject: Re: Need help with mysql prob > > Hi, > > abdulazeez alugo wrote: > > > >> Date: Sun, 19 Apr 2009 23:19:56

Re: Need help with mysql prob

2009-04-20 Thread Andy Shellam
Hi, abdulazeez alugo wrote: Date: Sun, 19 Apr 2009 23:19:56 +0100 From: andy-li...@networkmail.eu To: defati...@hotmail.com CC: mysql@lists.mysql.com Subject: Re: Need help with mysql prob Hi Alugo, Hi Andy, Thanks for your prompt response. However, since tbl1_id has an

RE: Need help with mysql prob

2009-04-19 Thread abdulazeez alugo
> Date: Sun, 19 Apr 2009 23:19:56 +0100 > From: andy-li...@networkmail.eu > To: defati...@hotmail.com > CC: mysql@lists.mysql.com > Subject: Re: Need help with mysql prob > > Hi Alugo, > > Hi Andy, > > > > Thanks for your prompt response. However, s

Re: Need help with mysql prob

2009-04-19 Thread Tom Nugent
Hi Abdul- you may want to check this thread out regarding the same issue... http://www.webmasterworld.com/php/3565843.htm On Apr 19, 2009, at 3:23 PM, abdulazeez alugo wrote: Hi guys, I'm having a really terrible problem with my mysql coding and I'ld appreciate any help I can get on this

Re: Need help with mysql prob

2009-04-19 Thread Andy Shellam
Hi Alugo, Hi Andy, Thanks for your prompt response. However, since tbl1_id has an auto_increment value in tbl1, mysql is actually generating the values for it automatically. Ah, I see your point. I'm guessing by your code you're using PHP? If so call mysql_insert_id() after you've inser

RE: Need help with mysql prob

2009-04-19 Thread abdulazeez alugo
> Date: Sun, 19 Apr 2009 22:50:20 +0100 > From: andy-li...@networkmail.eu > To: defati...@hotmail.com > CC: mysql@lists.mysql.com > Subject: Re: Need help with mysql prob > > Hi, > > Now I have successfully created a relationship between the two tables but >

Re: Need help with mysql prob

2009-04-19 Thread Andy Shellam
Hi, Now I have successfully created a relationship between the two tables but how do I make sure the value of tbl1_id in tbl1 is equal to the value of tbl1_id in tbl2??? MySQL handles this for you. Simply INSERT the value into tbl1, then INSERT the value of tbl1_id in tbl2. Then try INS

Need help with mysql prob

2009-04-19 Thread abdulazeez alugo
Hi guys, I'm having a really terrible problem with my mysql coding and I'ld appreciate any help I can get on this cause it's really driving me crazy. I have two tables and I've succeeded in creating a one to many relationship between both table but the problem I'm having is that I dont know ho

Re: mysql prob.

2005-07-20 Thread Gleb Paharenko
Hello. See: http://dev.mysql.com/doc/mysql/en/can-not-connect-to-server.html "Manish" <[EMAIL PROTECTED]> wrote: > Hi, > Platform is red hat linux-9.. > my hardware is 2.8GHz pentium-4 with 512 GB ram.. > softwares are Bugzilla 2.18 ,mysql-standard-4.0.15-pc-linu­x-i686

RE: mysql prob.

2005-07-20 Thread anurag.dashputre
: mysql@lists.mysql.com Subject: mysql prob. Hi, Platform is red hat linux-9.. my hardware is 2.8GHz pentium-4 with 512 GB ram.. softwares are Bugzilla 2.18 ,mysql-standard-4.0.15-pc-linu-x-i686, httpd-2.0.40-21 now problem is when i m trying to take back up of mysql by passing the

Re: mysql prob.

2005-07-20 Thread Eugene Kosov
Manish wrote: Hi, Platform is red hat linux-9.. my hardware is 2.8GHz pentium-4 with 512 GB ram.. softwares are Bugzilla 2.18 ,mysql-standard-4.0.15-pc-linu­x-i686, httpd-2.0.40-21 now problem is when i m trying to take back up of mysql by passing the command.. /usr/local/mysql/b

mysql prob.

2005-07-19 Thread Manish
Hi, Platform is red hat linux-9.. my hardware is 2.8GHz pentium-4 with 512 GB ram.. softwares are Bugzilla 2.18 ,mysql-standard-4.0.15-pc-linu­x-i686, httpd-2.0.40-21 now problem is when i m trying to take back up of mysql by passing the command.. /usr/local/mysql/bin/mysqldump bugs