Re: mysql questions

2001-03-23 Thread Remy Maucherat
Quoting Dan Diephouse <[EMAIL PROTECTED]>: > OK, I think I wasn't clear about my question > > I wasn't having problems creating the database, I just wanted to point > out > that anyone who has a version before 3.23.2 is going to have problems > (like > me, but not Jason Harrop). Sorry, I mi

Re: mysql questions

2001-03-23 Thread Dan Diephouse
OK, I think I wasn't clear about my question I wasn't having problems creating the database, I just wanted to point out that anyone who has a version before 3.23.2 is going to have problems (like me, but not Jason Harrop). My real question is once those tables are created why isn't slide pop

Re: mysql questions

2001-03-22 Thread Remy Maucherat
Quoting Jason Harrop <[EMAIL PROTECTED]>: > Dan, it works for us using 3.23.28-gamma, though we build the database > by doing something like: > > mysql < build_slide_repository > > as opposed to letting slide build it. i posted the script we use to the > > list the other week... And is now p

Re: mysql questions

2001-03-22 Thread Jason Harrop
Dan, it works for us using 3.23.28-gamma, though we build the database by doing something like: mysql < build_slide_repository as opposed to letting slide build it. i posted the script we use to the list the other week... hope this helps cheers, jason Dan Diephouse wrote: > I'm trying to

mysql questions

2001-03-22 Thread Dan Diephouse
I'm trying to get slide to work with mysql and have a question or two. First, I create my database. That goes well, except for: mysql> create table objects (uri blob not null, primary key uriIndex (uri(255)), classname blob); ERROR 1073: BLOB column 'uri' can't be used in key specification wit