Jump to content
The Uniform Server Community

SQL


DiDiD
 Share

Recommended Posts

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;

#-----------------------------------------------------------------------

Link to comment
Share on other sites

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.

 

query.jpg

 

My modifications might have had something to do with it. My PHP.INI has been modifyed like so:

 

php.jpg

 

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.

Link to comment
Share on other sites

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-Python

Currently reading: Take off in Japanese, How to play popular piano in 10 easy lessons, The Magicians' Guild
Currently learning: Python, Piano, Japanese
Current project: Relaxing
Currently playing: FalcHedgehog.gif

Link to comment
Share on other sites

  • 1 month later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...