This is a discussion on Error:1067 could not start mysql server within the MySQL General forum forums, part of the MySQL category; --> Dear all, I am getting the following error when i m trying to start mysql server Error:1067 rocess terminated ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Dear all, I am getting the following error when i m trying to start mysql server Error:1067 I have tried stopping many services and start mysql but not successful.But i need to get my data backup.Is there any alternative to mysqldump command where i can get the backup.Please give me the solution asap thanks and regards, venu |
| |||
| Hi, On which platform? Have you checked with *.err file? Thanks ViSolve DB Team. ----- Original Message ----- From: "VenuGopal Papasani" <venu.papasani@gmail.com> To: <mysql@lists.mysql.com> Sent: Saturday, November 11, 2006 7:36 PM Subject: Error:1067 could not start mysql server > Dear all, > I am getting the following error when i m trying to start mysql server > > Error:1067 > > I have tried stopping many services and start mysql but not > successful.But i need to get my data backup.Is there any alternative to > mysqldump command where i can get the backup.Please give me the solution > asap > > thanks and regards, > venu > |
| ||||
| Hi Venu, If you are having problem in running mysqldump, you can copy the data directory and place it in another mysql servers data directory. The data dir of the particular database is stored in the same name of the database. After moving the data dir, restart the mysql dameon. Now you can see the copied database in the new mysql server. If you are using Unix , by default, data dir will be in /usr/local/ mysql_ - - -/ data If it is linux , it will be in /var/lib Thanks, ViSolve DB Team ----- Original Message ----- From: "Visolve DB Team" <mysql_support@visolve.com> To: "VenuGopal Papasani" <venu.papasani@gmail.com>; <mysql@lists.mysql.com> Sent: Monday, November 13, 2006 9:32 AM Subject: Re: Error:1067 could not start mysql server > Hi, > On which platform? > Have you checked with *.err file? > > Thanks > ViSolve DB Team. > ----- Original Message ----- > From: "VenuGopal Papasani" <venu.papasani@gmail.com> > To: <mysql@lists.mysql.com> > Sent: Saturday, November 11, 2006 7:36 PM > Subject: Error:1067 could not start mysql server > > >> Dear all, >> I am getting the following error when i m trying to start mysql >> server >> >> Error:1067 >> >> I have tried stopping many services and start mysql but not >> successful.But i need to get my data backup.Is there any alternative to >> mysqldump command where i can get the backup.Please give me the solution >> asap >> >> thanks and regards, >> venu >> > > > -- > MySQL General Mailing List > For list archives: http://lists.mysql.com/mysql > To unsubscribe: > http://lists.mysql.com/mysql?unsub=m...rt@visolve.com > > > > -- > No virus found in this incoming message. > Checked by AVG Free Edition. > Version: 7.1.409 / Virus Database: 268.14.3/531 - Release Date: 11/12/2006 > > |