Hi,

I had got webserver with mysql 4.0.20 (if I remember well) compiled from sources on slackware 9. Now, I've bought new machine, and I've installed gentoo with mysql 4.0.22.

I've copied (in shell) datadir to new machine, preserving attributes. Now, every of my innodb table in phpmyadmin is not browsable and there are text "in usage" near name of them.

I exported using mysqldump data from old mysql, and tried to do

drop dababase `name`;

in new one, to delete invalid db, and there was an error like these: "unknown table table1,table2,table3" where table1 etc. stands for names of my tables in `name` database.

What I should do?

--
marcin lewandowski
gg# 188068

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



Reply via email to