I want to change my sqldatabase server from one machine to another
am 02.09.2009 23:16:52 von Uma Mudumba --_000_59662D5BB74CD84D9FA8E6491ADB51A72C6CD7FFUS01WXMBX1int er_
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Can you please send me a script to do that?
I have MySQL Reference Manual for version 3.23.55.
/* Copyright Abandoned 1996, 1999, 2001 MySQL AB
This file is public domain and comes with NO WARRANTY of any kind */
/* Version numbers for protocol & mysqld */
#ifdef _CUSTOMCONFIG_
#include
#else
#define PROTOCOL_VERSION 10
#define MYSQL_SERVER_VERSION "3.23.55"
#define MYSQL_SERVER_SUFFIX ""
#define FRM_VER 6
#define MYSQL_VERSION_ID 32355
#define MYSQL_PORT 3306
#define MYSQL_UNIX_ADDR "/tmp/mysql.sock"
#define MYSQL_CONFIG_NAME "my"
/* mysqld compile time options */
#ifndef MYSQL_CHARSET
#define MYSQL_CHARSET "latin1"
#endif
#endif
I have mysqlhotcopy scripts, but that copies only to the same sql. I want t=
o copy the database to another machine.
All myscripts should access the database from the new machine and new locat=
ion.
Thanks,
Uma-
--_000_59662D5BB74CD84D9FA8E6491ADB51A72C6CD7FFUS01WXMBX1int er_--