February 13, 200620 yr comment_2544 Hello, when i use the query window, i get the error: You probably tried to upload too large file. Please refer to documentation for ways to workaround this limit. even when my script is just this size: # Tabel Cijfers CREATE TABLE cijfers ( id int(11) NOT NULL auto_increment, cijfer float NOT NULL default '0', weging float NOT NULL default '0', datum int(11) NOT NULL default '0', opmerking text NOT NULL, vak int(11) NOT NULL default '0', PRIMARY KEY (id) ) TYPE=MyISAM; # Tabel Vakken CREATE TABLE vakken ( id int(11) NOT NULL auto_increment, vak varchar(50) NOT NULL default '', leraar varchar(50) NOT NULL default '', PRIMARY KEY (id) ) TYPE=MyISAM; #----------------------------------------------------------------------- Report
February 14, 200620 yr comment_2546 I don't know what would be causing this. I am running uniform server 3.3 with some slight modifications and I imported it just fine. My modifications might have had something to do with it. My PHP.INI has been modifyed like so: Try those settings and let me know if you still have the problem. If you could, try posting the link to the documentation the next time that error comes up and I will take a look at it. Report
February 16, 200620 yr comment_2557 Try using one table at a time. I dunno how this might help but you never know. Create one table and then create the other table. Known Languages:adv-XHTML, int-PHP, int-SQL, int-CSS, beg-PythonCurrently reading: Take off in Japanese, How to play popular piano in 10 easy lessons, The Magicians' GuildCurrently learning: Python, Piano, JapaneseCurrent project: RelaxingCurrently playing: Report
February 17, 200620 yr comment_2571 Nothing should be causing that.. unless it is working with another config script... or something... another MySQL Server? hmmm. Best Regards Olajide Olaolorun The Uniform Server Development Team Report
February 17, 200620 yr comment_2574 I just thought of something. Are you making sure you are running the SQL inside of an existing database? Report
March 24, 200619 yr comment_2783 Thats true.... i hope you are... you are probably not... Best Regards Olajide Olaolorun The Uniform Server Development Team Report
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.