Page 1 of 1

mysql

PostPosted: Sat Nov 24, 2007 9:22 am
by krsnanz
Hi everyone,
I would like to connect to the mysql database asterisk remotely from a xp machine and do a remote backup or addition to it. Would like to know if that is possible if so how.

PostPosted: Mon Nov 26, 2007 4:59 am
by Polis_ttt
if you don't wanna use ssh and mysqldump you can use mysqladministrator, yuo can find it at mysql.com under gui-tools. You do also need to open for outside connection to database in your my.conf-file, where it stands "bind address 127.0.0.1" add a # in front of that line to commentout that line.