On 01/28/2012 03:54 PM, pedro moreno wrote: > People is possible to migrate a bacula 5.0.x using MySQL 5.1.x to MySQL > 5.0.x? > > I had try using mysqldump on mysql 5.1 and move the file to the > server running 5.0 but this process take to much time I stop the task > and check my db but just have 1 table < 1MB. > > Is possible to do this?
Well, you SHOULD be able to, via a dump-and-reload, but I'm a little curious why you would ever want to. 5.0 has poorer performance, is missing features relative to 5.1, and has reached the end of active development and is now in extended support only (which is to say, only critical bugs are being fixed). It will probably be end-of-lifed this year. If you're trying to do it via mysqldump and it's not working, it most likely means you're doing something wrong. -- Phil Stracchino, CDK#2 DoD#299792458 ICBM: 43.5607, -71.355 [email protected] [email protected] [email protected] Renaissance Man, Unix ronin, Perl hacker, SQL wrangler, Free Stater It's not the years, it's the mileage. ------------------------------------------------------------------------------ Try before you buy = See our experts in action! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-dev2 _______________________________________________ Bacula-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bacula-users
