View Single Post
  #5  
Old 01-25-2010, 03:18 PM
pfyon's Avatar
pfyon
Discordant
 
Join Date: Mar 2009
Location: Ottawa
Posts: 495
Default

You can't cd at the mysql command prompt. You need to either use
Code:
source "c:\program files\......etc;"
or put the sql in the same folder as mysql.exe and just "source load_player.sql;"
Reply With Quote