MySQL Database Server 5.1.59 has been released

2011-09-20 Thread Karen Langford
Dear MySQL users, MySQL Server 5.1.59, a new version of the popular Open Source Database Management System, has been released. MySQL 5.1.59 is recommended for use on production systems. For an overview of what's new in MySQL 5.1, please see http://dev.mysql.com/doc/refman/5.1/en/mysql-nutshell.

MySQL Database Server 5.1.59 has been released

2011-09-20 Thread Karen Langford
Dear MySQL users, MySQL Server 5.1.59, a new version of the popular Open Source Database Management System, has been released. MySQL 5.1.59 is recommended for use on production systems. For an overview of what's new in MySQL 5.1, please see http://dev.mysql.com/doc/refman/5.1/en/mysql-nutshell.

MySQL Database Server 5.1.59 has been released

2011-09-19 Thread Karen Langford
Dear MySQL users, MySQL Server 5.1.59, a new version of the popular Open Source Database Management System, has been released. MySQL 5.1.59 is recommended for use on production systems. For an overview of what's new in MySQL 5.1, please see http://dev.mysql.com/doc/refman/5.1/en/mysql-nutshel

MySQL Database Server 5.1.58 has been released

2011-07-05 Thread Karen Langford
Dear MySQL users, MySQL Server 5.1.58, a new version of the popular Open Source Database Management System, has been released. MySQL 5.1.58 is recommended for use on production systems. For an overview of what's new in MySQL 5.1, please see http://dev.mysql.com/doc/refman/5.1/en/mysql-nutshell.

MySQL Database Server 5.1.56 has been released

2011-03-07 Thread Joerg Bruehe
Dear MySQL users, MySQL Server 5.1.56, a new version of the popular Open Source Database Management System, has been released. MySQL 5.1.56 is recommended for use on production systems. For an overview of what's new in MySQL 5.1, please see http://dev.mysql.com/doc/refman/5.1/en/mysql-nutshell.

Re: Master - Slave MySQL Database Server

2008-04-02 Thread Kaushal Shriyan
On Wed, Apr 2, 2008 at 1:09 PM, Kaushal Shriyan <[EMAIL PROTECTED]> wrote: > hi, > > Is there a step by step guide to set up Master - Slave MySQL Database Server > > Thanks and Regards > > Kaushal > Hi, what are the different test cases used for this set u

Master - Slave MySQL Database Server

2008-04-02 Thread Kaushal Shriyan
hi, Is there a step by step guide to set up Master - Slave MySQL Database Server Thanks and Regards Kaushal -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: MYSQL DATABASE SERVER

2007-10-18 Thread Sebastian Mendel
Krishna Chandra Prajapati schrieb: > Hi All, > > The production server on which mysql database was running, get > shutdown on one day. Then we have to manually start it. The server is > hpdl585. What can be the reason of shutdown. What has gone wrong with the > server. Is there is any to find the

MYSQL DATABASE SERVER

2007-10-17 Thread Krishna Chandra Prajapati
Hi All, The production server on which mysql database was running, get shutdown on one day. Then we have to manually start it. The server is hpdl585. What can be the reason of shutdown. What has gone wrong with the server. Is there is any to find the reason for shutdown. Thanks, Krishna

Re: Can't connect to Local Mysql database server

2005-06-08 Thread Gleb Paharenko
Hello. Error 2013 means: "Lost connection to MySQL server during query". See: http://dev.mysql.com/doc/mysql/en/gone-away.html rtroiana wrote: Hi All, > > > >I had posted a query few days back that I couldn't connect to mysql database >from a network machine. So for that

Can't connect to Local Mysql database server

2005-06-08 Thread rtroiana
Hi All, I had posted a query few days back that I couldn't connect to mysql database from a network machine. So for that I added two entries in my firewall exceptions. I added the Port 3306 and mysqld, so firewall should allow any connection to database from external computer. My problem wa

RE: store video file into MySQL database server

2003-07-22 Thread Brian Austin
AIL PROTECTED] Sent: Tuesday, July 22, 2003 2:04 PM To: [EMAIL PROTECTED] Subject: store video file into MySQL database server Hi Need emergency help: I am doing some project use the MySQL to store the video file. The format of video is either avi or mpg. However I can not successfully in

Re: store video file into MySQL database server

2003-07-22 Thread colbey
To: "Steven Wu" <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sent: Tuesday, July 22, 2003 12:12 PM > Subject: Re: store video file into MySQL database server > > > > On Tue, Jul 22, 2003 at 12:03:44PM -0700, Steven Wu wrote: > > > Hi Need emergen

Re: store video file into MySQL database server

2003-07-22 Thread colbey
mpg. However I can not successfully insert the > video file into the cooresponding field of a table by using the "LOAD_FILE" > function. Does anyone know how to store video into MySQL database server ? Please > help me, > thank you in advance. The following is my t

Re: store video file into MySQL database server

2003-07-22 Thread Steven Wu
: "Steven Wu" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, July 22, 2003 12:12 PM Subject: Re: store video file into MySQL database server > On Tue, Jul 22, 2003 at 12:03:44PM -0700, Steven Wu wrote: > > Hi Need emergency help: > > > > I

Re: store video file into MySQL database server

2003-07-22 Thread Jeremy Zawodny
On Tue, Jul 22, 2003 at 12:03:44PM -0700, Steven Wu wrote: > Hi Need emergency help: > > I am doing some project use the MySQL to store the video file. The > format of video is either avi or mpg. However I can not successfully > insert the video file into the cooresponding field of a table by > us

Re: store video file into MySQL database server

2003-07-22 Thread gerald_clark
cooresponding field of a table by using the "LOAD_FILE" function. Does anyone know how to store video into MySQL database server ? Please help me, thank you in advance. The following is my table and SQL code. CREATE TABLE GAME ( GAME_ID INTEGER NOT NULL PRIMARY KEY,

Re: store video file into MySQL database server

2003-07-22 Thread Paul DuBois
_FILE" function. Does anyone know how to store video into MySQL database server ? Please help me, thank you in advance. The following is my table and SQL code. You've told us what you've tried, but you didn't tell us what happened? Did you get an error message? If so, what wa

store video file into MySQL database server

2003-07-22 Thread Steven Wu
w to store video into MySQL database server ? Please help me, thank you in advance. The following is my table and SQL code. CREATE TABLE GAME ( GAME_ID INTEGER NOT NULL PRIMARY KEY, GAME_NAMEVARCHAR (20), VIDEO LONGBLOB ); INSERT INTO GA

Re: From Oracle to the MySQL Database Server

2001-12-09 Thread Tony Buckley
Hi Arjen, - Original Message - From: "Arjen G. Lentz" <[EMAIL PROTECTED]> To: "Tony Buckley" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Sunday, December 09, 2001 1:40 AM Subject: Re: From Oracle to the MySQL Database Server > > But eh,

Re: From Oracle to the MySQL Database Server

2001-12-08 Thread Arjen G. Lentz
Hi Tony, - Original Message - From: "Tony Buckley" <[EMAIL PROTECTED]> > Coming from an Oracle background, I started off hating mySQL. So far, I > have only 'played' with it, but now have enough confidence to start using it > for real. It is super fast and my test loads (as much as I