Skip to content
View in the app

A better way to browse. Learn more.

Gear Crushers

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.

Importing Large Files with phpmyadmin

Featured Replies

Find the config.inc.php file located in the phpmyadmin directory. Some examples:




WINDOWS WAMP: C:\wamp\apps\phpmyadmin3.2.0.1\config.inc.php

UBUNTU: /etc/phpmyadmin/config.inc.php





Find the line with $cfg['UploadDir'] on it and update it to:



WINDOWS WAMP: $cfg['UploadDir'] = 'upload';

UBUNTU: $cfg['UploadDir'] = '/etc/phpmyadmin/upload';[/code]




Create a directory called ‘upload’ within the phpmyadmin directory.


WINDOWS: C:\wamp\apps\phpmyadmin3.2.0.1\upload\

UBUNTU: /etc/phpmyadmin/upload



Then place the large sql file that you are trying to import into the new upload directory. Now when you go onto the db import page within phpmyadmin console you will notice a drop down present that wasn’t there before – it contains all of the sql files in the upload directory that you have just created. You can now select this and begin the import.


Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Account

Navigation

Search

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.