I’ve seen many comments on 1064 but this question hasn’t been answered (at least not so I can understand it)…
When I run the install file I get this:
MySQL Error: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘repeat char(2) not null, t_stamp int unsigned not null, year char(4) not null,’ at line 4
Query: create table pm_events ( id int unsigned not null auto_increment primary key, link_id varchar(50) not null, repeat char(2) not null, t_stamp int unsigned not null, year char(4) not null, month char(2) not null, day char(2) not null, show_time char(1) not null, title tinytext not null, description text not null )
Error. Unable to create table: pm_events
I’ve looked at the MySQL 5.0 manual. I’m assuming that the error is in one of those three lines listed. I don’t see anything that I can change in the install file, I’m not very good with MySQL and don’t see the problem. All other tables are coming in perfectly.
Please help!
Debbie
