Re: 4.0 - 4.1 update killed my db!

2005-04-22 Thread Gleb Paharenko
Hello.



What type of tables do you use? I haven't heard about significant

changes in MyISAM format. For InnoDB you should check the manual

about incompatible changes. If nothing helps I suggest you to upgrade

using mysqldump. See:



  http://dev.mysql.com/doc/mysql/en/upgrading-from-4-0.html















m i l e s [EMAIL PROTECTED] wrote:

 Hi,

 

 I updated my 4.0 install to 4.1 and now NONE of my

 databases and tables show up at all.

 

 Im on OS X.3.9.

 

 All the files are there in the data folder, permissions are

 set, what did I do wrong ?  Any suggestions as to how to get it

 back ?

 

 M i l e s.

 

 



-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.NET http://www.ensita.net/
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /Gleb Paharenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.NET
   ___/   www.mysql.com




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: 4.0 - 4.1 update killed my db!

2005-04-22 Thread Santino
MySql creates a directory for each version and a symbolic link to the 
new installed version.
If you open the terminal and do a:
ls -l /usr/local/
there should be the old releases, the new one and a symbolic link 'mysql'.
Look at the data directory in the old release directory; if you find 
your tables here then stop mysql, copy your tables (directory) with a 
'cp -pr' (preserve  recursive) to mysql/data and restart mysql.

Hope this solve your problem.
Santino Cusimano
At 15:35 -0700 21-04-2005, m i l e s wrote:
Hi,
I updated my 4.0 install to 4.1 and now NONE of my
databases and tables show up at all.
Im on OS X.3.9.
All the files are there in the data folder, permissions are
set, what did I do wrong ?  Any suggestions as to how to get it
back ?
M i l e s.
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]


4.0 - 4.1 update killed my db!

2005-04-21 Thread m i l e s
Hi,
I updated my 4.0 install to 4.1 and now NONE of my
databases and tables show up at all.
Im on OS X.3.9.
All the files are there in the data folder, permissions are
set, what did I do wrong ?  Any suggestions as to how to get it
back ?
M i l e s.
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]