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]



Reply via email to