Greetings...

I am developing an application on MySQL using the MySQL API's.

I have .sql file with 10000 insert statement. I want to run all the queries
in one shot. mysql_real_query() allows me to execute only one query at a
time ?

So what do you think is the best approach to execute all the queries in the
most optimed way. Even the binary mysql allows to do that. How they do it?

Sorry, I have not gone through the code of that software, due to constraint
in time.

Any help will be appreciated ?

Greetings
Insane



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to