Results 1 to 9 of 9
-
4th Aug 2009, 09:59 PM #1OPBannedWebsite's:
AlibabaHost.comwhts this error??i am getting while importing database
hi
i am getting this error when i am importing my database by bigdump
Stopped at the line 3017.
At this place the current query includes more than 300 dump lines. That can happen if your dump file was created by some tool which doesn't place a semicolon followed by a linebreak at the end of each query, or if your dump contains extended inserts
whts this error can any one tell me...
thanksanuragblr Reviewed by anuragblr on . whts this error??i am getting while importing database hi i am getting this error when i am importing my database by bigdump Stopped at the line 3017. At this place the current query includes more than 300 dump lines. That can happen if your dump file was created by some tool which doesn't place a semicolon followed by a linebreak at the end of each query, or if your dump contains extended inserts whts this error can any one tell me... thanks Rating: 5
-
4th Aug 2009, 10:05 PM #2loki
your SQL dump contains queries that are too long for the
importing tool. If you can make another SQL dump file, try disabling the
"extended inserts" option.
Sponsored Links
4th Aug 2009, 10:15 PM
#3
OP
Banned
Website's:
AlibabaHost.com
hi
when i am trying to export new sql dump by disabling extended inserts its taking backup of few bytes
4th Aug 2009, 10:17 PM
#4
Member
Website's:
gudz.org
use mysqldumper and set it to log errors and continue under options
4th Aug 2009, 10:18 PM
#5
Member
Website's:
gudz.org
it supports extended quotes
4th Aug 2009, 10:27 PM
#6
OP
Banned
Website's:
AlibabaHost.com
can u tell me where i should cofigure mysql dumper for database username and passw and database
helllo can any one help me....
6th Aug 2009, 09:19 AM
#7
Member
Website's:
UnderHost.us UHTLD.com PurpleKid.ca UHVPS.com UnderHost.tel Forums.WeHostYourDreams.com
Why not directly do this via SSH? since you are a web hosting compagny... maybe i'm wrong but you should be able to do simple task like this without problem.
********? UnderHost ? Providing Affordable and Quality USA Hosting & Offshore Hosting
********? 24/7 Fast Support / 99.9% Uptime Guarantee
********? UHVPS ? Virtual Private Servers & Premium Offshore VPS
********? Hong Kong - Singapore - USA - Canada - Netherlands - United Kingdom - Germany - Malaysia ?
6th Aug 2009, 03:17 PM
#8
OP
Banned
Website's:
AlibabaHost.com
no this is not the case i just wanna learn hw to use it ..i can do it by ssh
6th Aug 2009, 05:59 PM
#9
Member
Website's:
UnderHost.us UHTLD.com PurpleKid.ca UHVPS.com UnderHost.tel Forums.WeHostYourDreams.com
From: http://underhost.us/forums/tutorials...-via-root.html
Restoring from FILENAME.mysql is a three step process:
Drop the database
Recreate the databasemysqladmin -u USERNAME -p drop DATABASE
Import the backup datamysqladmin -u USERNAME -p create DATABASE
mysql -u USERNAME -p DATABASE < FILENAME.mysql
********? UnderHost ? Providing Affordable and Quality USA Hosting & Offshore Hosting
********? 24/7 Fast Support / 99.9% Uptime Guarantee
********? UHVPS ? Virtual Private Servers & Premium Offshore VPS
********? Hong Kong - Singapore - USA - Canada - Netherlands - United Kingdom - Germany - Malaysia ?
themaLeecher - leech and manage...
Version 4.94 released. Open older version (or...