2009/2/5 Terri Kelley <[email protected]>: > I have a server that runs mysql in its own server folder on Centos rather > than the standard location of mysql. Another virtual server runs mysql at > its standard location. Anyway, is there a way to set automysqlbackup to run > the 1st mysql in the above? > Thanks, > Terri Kelley > Network Engineer >
After a quick scan of the automysqlbackup script it appears that it should just work, provided that your instance of mysql is running on the standard port (3306). If not then you would need to add a switch into all the mysql & mysqldump call's like "--port=<NEW_PORT_NUMBER>" where <NEW_PORT_NUMBER> is the number of the port that your instance of mysql is listening on. Regards Dylan ------------------------------------------------------------------------------ Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com _______________________________________________ BackupPC-users mailing list [email protected] List: https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki: http://backuppc.wiki.sourceforge.net Project: http://backuppc.sourceforge.net/
