DiDiD Posted February 13, 2006 Report Share Posted February 13, 2006 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; #----------------------------------------------------------------------- Quote Link to comment Share on other sites More sharing options...
MrOnline Posted February 14, 2006 Report Share Posted February 14, 2006 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. Quote Link to comment Share on other sites More sharing options...
Falc Posted February 16, 2006 Report Share Posted February 16, 2006 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. Quote 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: Link to comment Share on other sites More sharing options...
olajideolaolorun Posted February 17, 2006 Report Share Posted February 17, 2006 Nothing should be causing that.. unless it is working with another config script... or something... another MySQL Server? hmmm. Quote Best Regards Olajide Olaolorun The Uniform Server Development Team Link to comment Share on other sites More sharing options...
MrOnline Posted February 17, 2006 Report Share Posted February 17, 2006 I just thought of something. Are you making sure you are running the SQL inside of an existing database? Quote Link to comment Share on other sites More sharing options...
olajideolaolorun Posted March 24, 2006 Report Share Posted March 24, 2006 Thats true.... i hope you are... you are probably not... Quote Best Regards Olajide Olaolorun The Uniform Server Development Team Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.