If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > test database and script

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-14-04, 08:13
jucks jucks is offline
Registered User
 
Join Date: Apr 2004
Posts: 1
test database and script

I am developing site of dating.
to appraise performances and therefore to improve script, would owe popular database Mysql
with elevated number of consumers.
a way exists for producing (popular) database without effecting recording of one profile at a time.
I hope to have been clear and to have a jewel help
Reply With Quote
  #2 (permalink)  
Old 04-15-04, 18:34
guelphdad guelphdad is offline
Registered User
 
Join Date: Mar 2004
Posts: 440
Re: test database and script

I think what you are asking is how to reproduce data for your table without entering it one item at a time using mysql insert statements. If that is so, create a tab delimited file as a plain text document. You should be able to generate that easily enough.

then use LOAD DATA INFILE in order to import that file all at once into your database.



Quote:
Originally posted by jucks
I am developing site of dating.
to appraise performances and therefore to improve script, would owe popular database Mysql
with elevated number of consumers.
a way exists for producing (popular) database without effecting recording of one profile at a time.
I hope to have been clear and to have a jewel help
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On