Re: Re: copy database from one server to another

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 2/20/07, ~Tarun~ <tarun.virgo@xxxxxxxxx> wrote:
>
> hello Husain,
>
>  i didnt used this kind of option,
>
>  can u please suggest me how to use that...some examples.
>
>  Regards

$> mysqldump --host=localhost --user=user --password=password
--hex-blob database

--hex-blob will dump binary columns using hexadecimal notation (for
example, 'abc' becomes 0x616263). The affected data types are BINARY,
VARBINARY, BLOB, and BIT.

-- 
-husain-

[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Soap]     [Kernel Newbies]     [Yosemite]     [Yosemite Campsites]

  Powered by Linux