Results 1 to 10 of 10
-
17th Jul 2009, 04:22 PM #1OPSuper Member
Importing a database via bigdump generates error:
See if this was vbulletin I would be able to fix the piece of shit ipb is...
Anyway I have no clue what most of this means because I have never used ipb before but I really need some help so if anyone can please do!!!!
Code:Error at the line 12: INSERT INTO sup_admin_login_logs (admin_id, admin_ip_address, admin_username, admin_time, admin_success, admin_post_details, ) VALUES('382','87.110.97.139','admin','1247623725','1','a:2:{s:3:"get";a:4:{s:6:"adsess";s:0:"";s:3:"app";s:4:"core";s:6:"module";s:5:"login";s:2:"do";s:14:"login-complete";}s:4:"post";a:3:{s:7:"qstring";s:0:"";s:8:"username";s:5:"admin";s:8:"password";s:8:"*******5";}}'); Query: INSERT INTO sup_admin_login_logs (admin_id, admin_ip_address, admin_username, admin_time, admin_success, admin_post_details, ) VALUES('382','87.110.97.139','admin','1247623725','1','a:2:{s:3:"get";a:4:{s:6:"adsess";s:0:"";s:3:"app";s:4:"core";s:6:"module";s:5:"login";s:2:"do";s:14:"login-complete";}s:4:"post";a:3:{s:7:"qstring";s:0:"";s:8:"username";s:5:"admin";s:8:"password";s:8:"*******5";}}'); MySQL: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') VALUES('382','87.110.97.139','admin','1247623725','1','a:2:{s:3:"get";a:4:{s:6' at line 1
Sp32 Reviewed by Sp32 on . Importing a database via bigdump generates error: See if this was vbulletin I would be able to fix the piece of shit ipb is... Anyway I have no clue what most of this means because I have never used ipb before but I really need some help so if anyone can please do!!!! <3<3<3<3<3<3 Rating: 5
So kiss me and smile for me, say that you'll wait for me <'3
-
17th Jul 2009, 06:36 PM #2Member
whats it look like at line 11 and 12 in sql?
-
17th Jul 2009, 06:42 PM #3OPSuper Member
first line to the 14th line:
Code:CREATE TABLE sup_admin_login_logs ( admin_id int(10) NOT NULL AUTO_INCREMENT, admin_ip_address varchar(16) NOT NULL DEFAULT '0.0.0.0', admin_username varchar(40) NOT NULL DEFAULT '', admin_time int(10) unsigned NOT NULL DEFAULT '0', admin_success int(1) unsigned NOT NULL DEFAULT '0', admin_post_details text, PRIMARY KEY (admin_id), KEY admin_ip_address (admin_ip_address), KEY admin_time (admin_time) ) ENGINE=MyISAM AUTO_INCREMENT=383 DEFAULT CHARSET=latin1; INSERT INTO sup_admin_login_logs (admin_id, admin_ip_address, admin_username, admin_time, admin_success, admin_post_details, ) VALUES('382','87.110.97.139','admin','1247623725','1','a:2:{s:3:"get";a:4:{s:6:"adsess";s:0:"";s:3:"app";s:4:"core";s:6:"module";s:5:"login";s:2:"do";s:14:"login-complete";}s:4:"post";a:3:{s:7:"qstring";s:0:"";s:8:"username";s:5:"admin";s:8:"password";s:8:"*******5";}}'); INSERT INTO sup_admin_login_logs (admin_id, admin_ip_address, admin_username, admin_time, admin_success, admin_post_details, ) VALUES('381','87.110.97.139','admin','1247619643','1','a:2:{s:3:"get";a:4:{s:6:"adsess";s:0:"";s:3:"app";s:4:"core";s:6:"module";s:5:"login";s:2:"do";s:14:"login-complete";}s:4:"post";a:3:{s:7:"qstring";s:0:"";s:8:"username";s:5:"admin";s:8:"password";s:8:"*******5";}}'); INSERT INTO sup_admin_login_logs (admin_id, admin_ip_address, admin_username, admin_time, admin_success, admin_post_details, ) VALUES('380','87.110.97.139','admin','1247605059','1','a:2:{s:3:"get";a:4:{s:6:"adsess";s:0:"";s:3:"app";s:4:"core";s:6:"module";s:5:"login";s:2:"do";s:14:"login-complete";}s:4:"post";a:3:{s:7:"qstring";s:0:"";s:8:"username";s:5:"admin";s:8:"password";s:8:"*******5";}}');
So kiss me and smile for me, say that you'll wait for me <'3
-
17th Jul 2009, 06:53 PM #4Member
mahhhh sorry I was betting the ; was missing at the end of line 11
-
17th Jul 2009, 07:01 PM #5OPSuper Member
Ah damn, my server people think it might be due to a change of mysql version but I doubt it..
trying to find out what the previous sql version was from previous owner..
So kiss me and smile for me, say that you'll wait for me <'3
-
17th Jul 2009, 07:03 PM #6MemberWebsite's:
InvestDude.comtry via ssh
InvestDude.com Learn to make money by investing in hyips (high yield investment programs), affiliate marketing and tons of other method ;)
-
17th Jul 2009, 07:27 PM #7OPSuper Member
I just did and I got:
Code:ERROR 1064 (42000) at line 12: You have an error in your SQL syntax; check the m anual that corresponds to your MySQL server version for the right syntax to use near ') VALUES('382','87.110.97.139','admin','1247623725','1','a:2:{s:3:"get";a: 4:{s:6' at line 1
So kiss me and smile for me, say that you'll wait for me <'3
-
17th Jul 2009, 07:28 PM #8Member
weird
message to short
-
26th Jul 2009, 09:40 PM #9MemberWebsite's:
viz0n.net SolidNode.com r00tsecurity.orgI'm no SQL expert, but the only thing i can think of is this:
INSERT INTO sup_admin_login_logs (admin_id, admin_ip_address, admin_username, admin_time, admin_success, admin_post_details, )
Why is there a , after admin_post_details?******** ▌| SolidNode.com - *QUALITY OFFSHORE* [100+ clients strong]
******** ▌| For official support, please e-mail support@solidnode.com.
******** ▌| We run well managed servers with Basic DDoS Protection.
******** ▌| We also do Server/Site Management/Setup
-
26th Jul 2009, 09:50 PM #10Member
^ good point
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Database Error When Restoring With Bigdump
By blow in forum Server ManagementReplies: 12Last Post: 30th Aug 2011, 02:14 PM -
Bigdump error " Page unavailable or wrong URL
By Arthur in forum Webmaster DiscussionReplies: 32Last Post: 17th Dec 2010, 07:37 PM -
bigdump error...
By anuragblr in forum Technical Help Desk SupportReplies: 2Last Post: 17th Aug 2009, 02:02 PM -
whts this error??i am getting while importing database
By anuragblr in forum Technical Help Desk SupportReplies: 8Last Post: 6th Aug 2009, 05:59 PM -
Which encoding when importing Macedonian database thru phpMyAdmin?
By Mac in forum Technical Help Desk SupportReplies: 1Last Post: 17th May 2009, 01:20 PM
themaLeecher - leech and manage...
Version 5.03 released. Open older version (or...