| List: | General Discussion | « Previous MessageNext Message » | |
| From: | Paul DuBois | Date: | June 29 2002 5:50am |
| Subject: | Re: how to create tables ....isam .... ???? | ||
| View as plain text | |||
At 5:29 +0000 6/29/02, toby - wrote: >hi guyz .... > >i va all my tables " myisam " since its da default type > >how can i make isam tables Add TYPE = ISAM to the end of your CREATE TABLE statement. > >1. will someone plz guide me with about the syntex > >2. how can i change the type of my myisam tables to isam > :( without having to drop them .... ALTER TABLE tbl_name TYPE = ISAM; So ... why do you want to do this? > >thnx a million > >toby ..... > > >sql, query
| Thread | ||
|---|---|---|
| • how to create tables ....isam .... ???? | toby - | 29 Jun |
| • Re: how to create tables ....isam .... ???? | Paul DuBois | 29 Jun |
| • Re: how to create tables ....isam .... ???? | toby - | 29 Jun |
| • Re: how to create tables ....isam .... ???? | Paul DuBois | 29 Jun |
| • re: External MySQL access from Windows | Dennis | 29 Jun |
| • RE: External MySQL access from Windows | Cal Evans | 29 Jun |
