Jump to content
View in the app

A better way to browse. Learn more.

The Uniform Server Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

SQL

Featured Replies

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;

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

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.

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

I just thought of something. Are you making sure you are running the SQL inside of an existing database?

  • 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...

Account

Navigation

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.