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 > MySQL Script in PHP

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-30-03, 10:23
genmud genmud is offline
Registered User
 
Join Date: Oct 2003
Posts: 2
MySQL Script in PHP

Ok...

I am a newbie to PHP & MySQL, I am actually a guy that has switched from ASP/ASP.Net & MSSQL to PHP & MySQL

I am wondering how I would execute a huge query from a file... What I am trying to do is make a duplicate database, so that I can see how vBulletin does the upgrade...

My DB is about 20 mb, and the sql file is too large for PHPMyAdmin to handle...

How would I execute a MySQL script in PHP if the script and stuff was in a completely different file?



Thanks, James
Reply With Quote
  #2 (permalink)  
Old 10-31-03, 08:10
ika ika is offline
Registered User
 
Join Date: Oct 2003
Location: Slovakia
Posts: 482
Re: MySQL Script in PHP

Quote:
Originally posted by genmud
Ok...

I am a newbie to PHP & MySQL, I am actually a guy that has switched from ASP/ASP.Net & MSSQL to PHP & MySQL

I am wondering how I would execute a huge query from a file... What I am trying to do is make a duplicate database, so that I can see how vBulletin does the upgrade...

My DB is about 20 mb, and the sql file is too large for PHPMyAdmin to handle...

How would I execute a MySQL script in PHP if the script and stuff was in a completely different file?



Thanks, James
Why you don't executing sql file from mysql command utility?
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