hi

I am using mysql 3.23.29 under windows 2000.I have a table:

create table
raries( 
    libID           bigint NOT NULL AUTO_INCREMENT ,
    lib_datsvrID              bigint               null    ,
    primary key (libID),
    constraint FK_LIBRAR_REF_584_DATASE foreign key  (lib_datsvrID) references 
DataServers (datsvrID))

I want to know how to view the constraints defined for libraries.

I have another question: i want to do a backup of my database using mysqldump.
what's the syntax of mysqldump database  (under windows)

thanks for help
cheers


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to