Membership is FREE – with unlimited access to all features, tools, and discussions. Premium accounts get benefits like banner ads and newsletter exposure. ✅ Signature links are now free for all. 🚫 No AI-generated (LLM) posts allowed. Share your own thoughts and experience — accounts may be terminated for violations.

Wanted: Service Mysql help

Status
Not open for further replies.

bidawinner

New Member
The Originals
Legacy Exclusive Member
Joined
Jul 12, 2002
Messages
3,571
Reaction score
0
I need to create a Mysql daybase from within cpanel.. I think I can handle that part...I even see where I go into each database after it is created ..the placewhere you start adding fields...but thats about as far as I am going to get without some serious study and trial and error.

The scond part of my problem is the information I want to populate the fields is in this text format like this

xxxx xxxx xxxxx xxxx xxxxx xxxx ...

I am building a website on all the countries xxxxxxxx. first of all is there any way to take a huge list in txt format without already being in fields and importing that into a database..or do I need to create the fields in the database and populate the fields ONE at a time ?

I have a huge text file of all the xxxxxx..but without any fields..can it be done is it relatively straight forward ?


and my last question is .after the database is setup...I will be making "pages"for each xxxxx ..so after I build a xxxxx web page I need to go into the admin of the databse and create a hyperlink to the webpage using some text in one ofthe fields ..is that something that is pretty straight forward?
 

bidawinner

New Member
The Originals
Legacy Exclusive Member
Joined
Jul 12, 2002
Messages
3,571
Reaction score
0
Is it going to be easier to just pay someone top do this?
 

Arsenik

New Member
The Originals
Legacy Platinum Member
Joined
Dec 14, 2003
Messages
261
Reaction score
0
bidawinner said:
I need to create a Mysql daybase from within cpanel.. I think I can handle that part...I even see where I go into each database after it is created ..the placewhere you start adding fields...but thats about as far as I am going to get without some serious study and trial and error.
You need what exactly? You want to know how to create tables? How to structure a db? You need help adding fields?

bidawinner said:
The scond part of my problem is the information I want to populate the fields is in this text format like this

xxxx xxxx xxxxx xxxx xxxxx xxxx ...

I am building a website on all the countries xxxxxxxx. first of all is there any way to take a huge list in txt format without already being in fields and importing that into a database..or do I need to create the fields in the database and populate the fields ONE at a time ?

I have a huge text file of all the xxxxxx..but without any fields..can it be done is it relatively straight forward ?
Depending on the way your file is structured you will have to manualy add the data into the db or hopefuly you will be able to use a script to do this for you by taking the file data and inputing them into the db...

bidawinner said:
and my last question is .after the database is setup...I will be making "pages"for each xxxxx ..so after I build a xxxxx web page I need to go into the admin of the databse and create a hyperlink to the webpage using some text in one ofthe fields ..is that something that is pretty straight forward?
Yes.

I pmed you my AIM
 

theparrot

New Member
The Originals
Legacy Exclusive Member
Joined
Mar 24, 2004
Messages
589
Reaction score
0
can you show me some sample lines of the text file?

how often does the data change?
 
Status
Not open for further replies.
Top Bottom