Re: innodb recovery

2010-01-20 Thread Krishna Chandra Prajapati
Hi John, The data files will give you some informations like log_file_size, mutliple tablespace is being used or not. Although my.cnf can help you a lot. With the above information, use it with newer version of mysql. Krishna On Wed, Jan 20, 2010 at 3:02 PM, Johny Brawo wrote: > Hello! > > I g

Re: innodb recovery

2010-01-20 Thread Carlos Proal
Hi Johny Do you have the my.cnf configuration file ?? that can simplify things. Carlos On 1/20/2010 3:32 AM, Johny Brawo wrote: Hello! I got all data files (ibdata1, ib_logfile, etc) recovevered from mine old Debian 3.1 box (and i dont know MySQL version :( ). I want to get that DB running a

Re: parameter being overwritten

2010-01-20 Thread Michael Dykman
If the server-id in your variables is not what you have in your config, then either: a) that is not the config file mysql is using or b) your build of mysql is seriously broken. If you are able toget the server configured correctly, there still will be the matter of synchronizing the data fro

parameter being overwritten

2010-01-20 Thread Jerome Macaranas
im trying to setup mysql slave but the things is it wont start because of this errror: --> ERROR 1200 (HY000): The server is not configured as slave; fix in config file or with CHANGE MASTER TO after some testing.. i saw the server-id = 0 through > show variables like 'server_id' went to check

installing mysql 5.1.37 in ubuntu 8.10

2010-01-20 Thread Mohan Prasad Gutta
Hi, i am using ubuntu 8.10, i installed mysql from aptitude(version is 5.0.67-0ubuntu6). My db creation sql script is working correctly in version, But my client complaining its giving errors in mysql 5.1.37 version. Could any one guide me to install mysql 5.1.37 in my ubuntu 8.10 OS. Thanks

ANN: DBForms from MS Access to PHP + MySQL v3.0.0. release!

2010-01-20 Thread Dmitry Narizhnykh
DMSoft Technologies is glad to announce the release of DBForms from MS Access to PHP + MySQL v3.0.0. DBForms from MS Access to PHP + MySQL allows you to convert MS Access forms to PHP driven WEB pages and Microsoft Access tables to MySQL database. This converter combines the strengths of previo

Re: Record old passwords ?

2010-01-20 Thread Jørn Dahl-Stamnes
On Wednesday 20 January 2010 01:10, Daevid Vincent wrote: > > -Original Message- > > From: John Meyer [mailto:john.l.me...@gmail.com] > > Sent: Monday, January 18, 2010 5:04 PM > > To: co...@obviouslymalicious.com; mysql@lists.mysql.com > > Subject: Re: Record old passwords ? > > > > Althou

innodb recovery

2010-01-20 Thread Johny Brawo
Hello! I got all data files (ibdata1, ib_logfile, etc) recovevered from mine old Debian 3.1 box (and i dont know MySQL version :( ). I want to get that DB running again. Can i copy these files to newer version of MySQL, and if i can - how? Any commands, any parameters? -- MySQL General Mailing L