FORUM HOME | WHUK BLOG   
WEB HOSTING UK AFFORDABLE WEBSITE HOSTING SERVICES IN UNITED KINGDOM
PHP LINUX SHARED HOSTING WINDOWS ASP.NET HOSTING PACKAGES
ECOMMERCE HOSTING ASP MSSQL MS ACCESS ODBC FRONTPAGE HOSTING
CPANEL WHM FANTASTICO RESELLER DEDICATED SERVER WEB HOSTING
CHEAP PLESK CPANEL HTML MYSQL BEST UK VPS HOSTING COMPANY
CHEAP RELIABLE UK HOSTING PROVIDER SINCE 2001
MANAGED WEB HOSTING SERVICE
AFFORDABLE WEBSITE HOSTING SERVICES IN UNITED KINGDOM

Web Hosting UK Forums | Linux Windows Dedicated Server and cPanel VPS Hosting Forum » Technical Support » MySQL Hosting

Reply
 
LinkBack Thread Tools Display Modes

  #1 (permalink)  
Old 22-02-09, 06:49 PM
Member
 
Join Date: Feb 2009
Posts: 77
Default What was you bigest Mysql Database that you Imported/exported

What was you bigest Mysql Database that you Imported/exported
I exported and imported mysql database of my forum 59.3MB but i had an problem with importing because the Freehosting acepted only 8MB mysql database
so i had to separate the database in 8 parts that was very difficult work
Reply With Quote

  #2 (permalink)  
Old 22-02-09, 08:14 PM
Dan's Avatar
Dan Dan is offline
Got root?
 
Join Date: Aug 2007
Location: England, UK.
Posts: 1,340
Send a message via ICQ to Dan Send a message via AIM to Dan Send a message via MSN to Dan Send a message via Yahoo to Dan Send a message via Skype™ to Dan
Default

Hi,

If you are having issues importing your current SQL database, Support will transfer / import your database for you upon request
__________________
Webhosting.UK.com || cPanel VPS Hosting || Reseller Hosting

Sales: 0808-262-0855
Support: 0800-612-8725
International: +44 191 303 8191
Reply With Quote

  #3 (permalink)  
Old 05-03-09, 11:44 PM
new member
 
Join Date: Mar 2009
Posts: 5
Default

Quote:
Originally Posted by Dan View Post
Hi,

If you are having issues importing your current SQL database, Support will transfer / import your database for you upon request
In fairness that might seem obvious from the inside .. but as a new customer I had no idea of the level of support available - I got locked out by a firewall and needed tech support (twice) while adding 33,000 records by a rather (very) primitive technique. If you can/will do it then why not put it in your promo stuff?

John.
Reply With Quote

  #4 (permalink)  
Old 06-03-09, 07:05 AM
Dan's Avatar
Dan Dan is offline
Got root?
 
Join Date: Aug 2007
Location: England, UK.
Posts: 1,340
Send a message via ICQ to Dan Send a message via AIM to Dan Send a message via MSN to Dan Send a message via Yahoo to Dan Send a message via Skype™ to Dan
Default

Quote:
Originally Posted by Confused2 View Post
In fairness that might seem obvious from the inside .. but as a new customer I had no idea of the level of support available - I got locked out by a firewall and needed tech support (twice) while adding 33,000 records by a rather (very) primitive technique. If you can/will do it then why not put it in your promo stuff?

John.
It's classed as "transfer your website / data" I guess
__________________
Webhosting.UK.com || cPanel VPS Hosting || Reseller Hosting

Sales: 0808-262-0855
Support: 0800-612-8725
International: +44 191 303 8191
Reply With Quote

  #5 (permalink)  
Old 06-03-09, 09:25 AM
new member
 
Join Date: Mar 2009
Posts: 5
Default

Quote:
Originally Posted by Dan View Post
It's classed as "transfer your website / data" I guess
.. that's just too obvious
Reply With Quote

  #6 (permalink)  
Old 06-03-09, 09:16 PM
Administrator
 
Join Date: Mar 2006
Posts: 1,934
Default

Quote:
Originally Posted by ThE.BeSS View Post
What was you bigest Mysql Database that you Imported/exported
I exported and imported mysql database of my forum 59.3MB but i had an problem with importing because the Freehosting acepted only 8MB mysql database
so i had to separate the database in 8 parts that was very difficult work
The Biggest Database I migrated from one server to another server was 17GB and the second biggest was 11GB. Both these Databases were vBulletin Forum databases of 2 biggest forums in the world.

Migration of such Databases can be done only if you get root access of both servers, but migration of Database below 2GB size can be easily done by restoring the .sql dump on server. I've rarely used the import wizard in PHPMyAdmin as it fails most of the times even if you try to restore a Database of 200 - 400 MB. cPanel backup restore wizard is the best option to restore a Database below 2GB size.
__________________
Web Hosting UK - ASP MSSQL Hosting - cPanel Linux Hosting
AIM : webredback || msn : andrew @ webhosting.uk.com
Toll Free : 0808 262 0855
Reply With Quote

  #7 (permalink)  
Old 07-03-09, 08:47 PM
new member
 
Join Date: Mar 2009
Posts: 5
Default

There have been some dark days recently ..
I suspect cpanel restore wanted a sql.gz (?) file and my (windows) Mysql Administrator only produces uncompressed .sql files. I've probably got a command line mysqldump somewhere .. but I've mostly lost the will to use the command line. A note "run mysqldump /switches" (even now) might be helpful.
Reply With Quote

  #8 (permalink)  
Old 07-03-09, 11:10 PM
Dan's Avatar
Dan Dan is offline
Got root?
 
Join Date: Aug 2007
Location: England, UK.
Posts: 1,340
Send a message via ICQ to Dan Send a message via AIM to Dan Send a message via MSN to Dan Send a message via Yahoo to Dan Send a message via Skype™ to Dan
Default

Quote:
Originally Posted by Confused2 View Post
There have been some dark days recently ..
I suspect cpanel restore wanted a sql.gz (?) file and my (windows) Mysql Administrator only produces uncompressed .sql files. I've probably got a command line mysqldump somewhere .. but I've mostly lost the will to use the command line. A note "run mysqldump /switches" (even now) might be helpful.
PHPMyAdmin allows restoration of uncompressed .SQL files
__________________
Webhosting.UK.com || cPanel VPS Hosting || Reseller Hosting

Sales: 0808-262-0855
Support: 0800-612-8725
International: +44 191 303 8191
Reply With Quote

  #9 (permalink)  
Old 08-03-09, 01:18 AM
new member
 
Join Date: Mar 2009
Posts: 5
Default

Hmm .. yes, PhpMyAdmin does say it can import up to 51Mbyte .. I did try it (honest!) but it didn't take my 15Mbyte .sql file. Reason unknown ( ?) .. and I'm not going to try again just so's I can say what happened. In a previous life the cpanel restore worked well .. so I'da used that if I could have remembered how to work the mysqldump thing.
Reply With Quote

  #10 (permalink)  
Old 14-03-09, 12:56 PM
Administrator
 
Join Date: Mar 2006
Posts: 1,934
Default

Quote:
Originally Posted by Confused2 View Post
Hmm .. yes, PhpMyAdmin does say it can import up to 51Mbyte .. I did try it (honest!) but it didn't take my 15Mbyte .sql file. Reason unknown ( ?) .. and I'm not going to try again just so's I can say what happened. In a previous life the cpanel restore worked well .. so I'da used that if I could have remembered how to work the mysqldump thing.
This can be due to the php file size limit enforced within the php.ini configuration file. We can change its settings for VPS or Dedicated Server customers, but there's a different procedure for shared hosting customers.

Shared hosting customers can use a separate php.ini file in their hosting account which can be made their dedicated php configuration, but only limited php functions can be modified through custom php.ini file hosted within your account.
__________________
Web Hosting UK - ASP MSSQL Hosting - cPanel Linux Hosting
AIM : webredback || msn : andrew @ webhosting.uk.com
Toll Free : 0808 262 0855
Reply With Quote

  #11 (permalink)  
Old 15-03-09, 06:41 AM
Sales Team
 
Join Date: Mar 2009
Posts: 330
Default

Quote:
Originally Posted by ThE.BeSS View Post
59.3MB but i had an problem with importing because the Freehosting acepted only 8MB mysql database so i had to separate the database in 8 parts that was very difficult work
You cannot expect much from a FreeHost.. I understand how difficult it would have been for you..

For anyone else, who has an account with WHUK, you can leave this difficult part for the support team
Reply With Quote

  #12 (permalink)  
Old 26-03-09, 01:18 PM
Member
 
Join Date: Mar 2009
Posts: 65
Default

59.7mb, cpanel didn't allowed that, but i had charge with mysqldumper.
Reply With Quote

  #13 (permalink)  
Old 02-12-10, 08:36 PM
Member
 
Join Date: Aug 2010
Posts: 51
Default

So... I am a little confused about maximum limits. What is the absolute maximum size limit of a database for uploading? Or does it nave have one, I guess I wanna know if the world is round or flat.
Reply With Quote

Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump


All times are GMT. The time now is 05:24 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Copyright 2001-2010 Web Hosting UK. All rights reserved.
Web Hosting UK Forum





Site Map

Shared Cloud
Shared Cloud From £1

Affiliate Program
Earn up to £300 Per Sale

Dedicated Servers
Dedicated Server Hosting

Cloud Hosting
Cloud Server Hosting

Load Balanced Server
Load Balancing Server

VPS Hosting
Linux VPS Hosting

Windows VPS
Windows 2003 VPS

Zimbra Hosting
Zimbra Email Hosting

cPanel Hosting
Shared Linux Hosting

Windows Hosting
Shared Windows Hosting

Coldfusion Hosting
Windows Coldfusion Hosting

cPanel Reseller Hosting
Shared Windows Hosting

Windows Reseller
Windows Reseller Hosting

Email Web Hosting
Email Hosting

Semi-Dedicated Server
Semi-Dedicated Hosting

Remote Backup Plans
Offsite Backup Service


cpanel hosting
Knowledgebase Articles

Pre-Sales Question
Web Hosting FAQ's

Dedicated Hosting
Dedicated Server FAQ's

Virtual Private Servers
VPS Hosting

PHP MySQL Hosting
cPanel Hosting

Windows Hosting
ASP MSSQL Hosting

Domain Name
Domain registration FAQ's

CMS Hosting
CMS Hosting FAQ's

Payment Gateways
Payment FAQ's


Support Tutorials

cPanel Tutorials
cPanel Flash Tutorials

Wordpress Tutorials
Wordpress Flash Tutorials

Plesk Tutorials
Plesk Flash Tutorials

PhpMyadmin Tutorials
PhpMyadmin Flash Tutorials

Drupal Tutorials
Drupal Flash Tutorials

Mambo Tutorials
Mambo Flash Tutorials

Joomla Tutorials
Joomla Flash Tutorials

More Hosting Tutorials