No, it only has five - this is the line from the script I downloaded. What is missing?
create table permissions(object blob, subject blob, action blob, inheritable int, negative int); John -----Original Message----- From: Dirk Verbeeck [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 01, 2001 12:41 PM To: Slide Users List Subject: Re: Slide with MySql not starting The error is sql.SQLException: General error: Column count doesn't match value count This is a MySql exception about a incorrect number of columns. Check if the permissions table was created correctly, with 6 columns. Dirk John Regal wrote: > > Hi all, > I have installed Mysql and created the database from the FAQ pages. When I > start tomcat, I get errors. I have also tried starting tomcat after > modifying the server.xml file (I commented out the memory realm section and > uncommented the JDBC / mysql realm section) > Here is what I get when I attempt to start tomcat when I leave the > server.xml in its original format (using memory realm). Any ideas? > thanks -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
