I have few hundreds of databases generated by different tools and archived in a central area. All the files are stored in zipped format. I tried importing those databases into mysql server by creating soft links in the var directory, but i dont see any tables in mysql. I can see all the tables if i unzip the files.
Is there a way to link the zipped databases?
No, you can’t directly have mysql read databases from Zip archives.