[advanced search]
 

Go Back   NamePros.com > Discussion > Web Design & Development > Programming

Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics.


Closed Thread
 
LinkBack Thread Tools
Old 11-16-2007, 03:31 AM   #1 (permalink)
Your Friendly ModŽ

Forum Moderator

 
rome2ng's Avatar
 
Join Date: Oct 2005
Location: 1°88′N, 7°95′E
Posts: 1,347
1,897.30 NP$ (Donate)

rome2ng is a splendid one to beholdrome2ng is a splendid one to beholdrome2ng is a splendid one to beholdrome2ng is a splendid one to beholdrome2ng is a splendid one to beholdrome2ng is a splendid one to beholdrome2ng is a splendid one to beholdrome2ng is a splendid one to behold

Adoption
importing mysql db (5 years ago) to today's phpadmin

hihi guys..

i have a problem here and i seriously need help

I have a database that i use to create a site 5 years ago....
and i couldn't upload to today's phpadmin...

the reason being the phpadmin shows an error :

Error
Quote:
SQL query:

-- MySQL dump 9.09
--
-- Host: localhost Database: lffusion_nuke
------------------------------------------------------- --
-- Server version 4.0.15-standard
--
-- Table structure for table `confirm`
--
DROP TABLE IF EXISTS confirm;



MySQL said:

#1064 - 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 '---------------------------------------------------------
-- Server version 4.0.' at line 1

Here's the db info in my backup file.

Quote:
-- MySQL dump 9.09
--
-- Host: localhost Database: lffusion_nuke
---------------------------------------------------------
-- Server version 4.0.15-standard
currently , i am using
PHP version 5.2.4
MySQL version 5.0.27-standard


anyway to import without problem ???
__________________
What's a good blog ? Find out here [+++]
[http://treoo.com]- S'pore Local Gadget StoreŽ - Now Online
For Sales : | Ads Development Site [neatad.com] -HOT |
rome2ng is offline  
Old 11-16-2007, 05:24 PM   #2 (permalink)
Your Friendly ModŽ

Forum Moderator

 
rome2ng's Avatar
 
Join Date: Oct 2005
Location: 1°88′N, 7°95′E
Posts: 1,347
1,897.30 NP$ (Donate)

rome2ng is a splendid one to beholdrome2ng is a splendid one to beholdrome2ng is a splendid one to beholdrome2ng is a splendid one to beholdrome2ng is a splendid one to beholdrome2ng is a splendid one to beholdrome2ng is a splendid one to beholdrome2ng is a splendid one to behold

Adoption
paying NP$30 to anyone who can get it fix...

come one
__________________
What's a good blog ? Find out here [+++]
[http://treoo.com]- S'pore Local Gadget StoreŽ - Now Online
For Sales : | Ads Development Site [neatad.com] -HOT |
rome2ng is offline  
Old 11-16-2007, 07:01 PM   #3 (permalink)
NamePros Regular
 
wikes82's Avatar
 
Join Date: Sep 2006
Location: K-R.NET
Posts: 870
1,842.48 NP$ (Donate)

wikes82 has much to be proud ofwikes82 has much to be proud ofwikes82 has much to be proud ofwikes82 has much to be proud ofwikes82 has much to be proud ofwikes82 has much to be proud ofwikes82 has much to be proud ofwikes82 has much to be proud ofwikes82 has much to be proud of

Save a Life Cancer
mysql comment should start with '--' (double dash) followed by whitespace... so replace that long "----------------------" to "-- ------------"

or just delete the comments....
line start with "--" or "/*" (without quotes)


Quote:
Originally Posted by rome2ng
hihi guys..

i have a problem here and i seriously need help

I have a database that i use to create a site 5 years ago....
and i couldn't upload to today's phpadmin...

the reason being the phpadmin shows an error :

Error



Here's the db info in my backup file.



currently , i am using
PHP version 5.2.4
MySQL version 5.0.27-standard


anyway to import without problem ???
__________________
#include <signature.h>
■ :cool: Accepting offer : FUYP.COM - HOYV.COM - OWKZ.COM :cool: ■
wikes82 is offline  
Old 11-16-2007, 07:57 PM   #4 (permalink)
Your Friendly ModŽ

Forum Moderator

 
rome2ng's Avatar
 
Join Date: Oct 2005
Location: 1°88′N, 7°95′E
Posts: 1,347
1,897.30 NP$ (Donate)

rome2ng is a splendid one to beholdrome2ng is a splendid one to beholdrome2ng is a splendid one to beholdrome2ng is a splendid one to beholdrome2ng is a splendid one to beholdrome2ng is a splendid one to beholdrome2ng is a splendid one to beholdrome2ng is a splendid one to behold

Adoption
Quote:
SQL query:

INSERT INTO nuke_bbsearch_wordlist( word_text, word_id, word_common )
VALUES (

'sanosuk�',4213, 0
);



MySQL said:

#1062 - Duplicate entry 'sanosuk' for key 1
upon browsing ... this error came out.


Quote:
SQL query:

SELECT *
FROM Array
WHERE CONCAT_WS( "-", word_text, word_id, word_common ) = "sanosuk"
ORDER BY word_text, word_id, word_common
LIMIT 0 , 30

MySQL said:

#1146 - Table 'lffusion_nuke.Array' doesn't exist
note : i am using phpnuke old version..
__________________
What's a good blog ? Find out here [+++]
[http://treoo.com]- S'pore Local Gadget StoreŽ - Now Online
For Sales : | Ads Development Site [neatad.com] -HOT |
rome2ng is offline  
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

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


Site Sponsors
Advertise your business at NamePros

All times are GMT -7. The time now is 03:10 PM.


Powered by: vBulletin® Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0
Template-Modifications by TMS
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85