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 issue linux

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-27-05, 11:50
petenyce105 petenyce105 is offline
Registered User
 
Join Date: May 2004
Posts: 86
mysql script issue linux

i have a simple .bat file that works fine in windows. moved it over to my fedora core 4 machine and it does nothing. the script is suppose to move data from my Referral_Authorization table to my referral history table???
thanks for the help
here are the scripts

.bat
PHP Code:
/usr/bin/mysql -h localhost -u root   ehpadmin < /usr/etc/scripts/script.sql 
script.sql
PHP Code:
INSERT INTO referralhistory(MEMBERID)
Select MEMBERID FROM Referral_Authorization WHERE FORMTYPE ="A"
Reply With Quote
  #2 (permalink)  
Old 09-27-05, 16:06
marist89 marist89 is offline
Registered User
 
Join Date: Oct 2002
Location: greenwich.ct.us
Posts: 279
What's the error you are getting?
__________________
Jeff Hunter
http://marist89.*************
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