RE: BDB tables on Linux

2001-03-05 Thread Carfield Yim
I never successful rollback if I compile mysql from source in RedHat 7.0, I think it is the compile problem... -Original Message- From: Stephen Faustino [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 06, 2001 5:44 AM To: '[EMAIL PROTECTED]' Cc: '[EMAIL PROTECTED]' Subject: RE: BDB

Can I see all the field information in MySQL?

2001-03-02 Thread Carfield Yim
* I have create a field in MySQL like this: +---+-+--+-+-+-- -+-+ | Field | Type| Null | Key | Default | Extra | Privileges |

RE: Can I see all the field information in MySQL?

2001-03-02 Thread Carfield Yim
I have create a field in MySQL like this: +---+-+--+-+-+-- -+-+ | Field | Type| Null | Key | Default | Extra | Privileges |

Do index in MySQL is case insensitive?

2001-03-02 Thread Carfield Yim
I have heard from somebody that MySQL index is case insensitive. If this is true, how can I set it to case sensitive?