View Single Post
  #10  
Old 09-05-2006, 12:29 AM
Angelox
AX Classic Developer
 
Join Date: May 2006
Location: filler
Posts: 2,049
Default

Quote:
Originally Posted by bongol
Iam trying to figure out how to source in Linux.
I am entering MySql but when I try to source the sql file it says that it cant find it or something. Which is obvious heh.
I was just wondering if ya know where does mysql reads sql files in Linux.
I know that its mysql/bin on windows.

Thanks,
Swish.
There shouldn't be a problem with that - anything you install in Linux becomes an "integrated" part of the system- so you should be able to type out the command (in a shell), direct it to the sql file, and it should take it.
It should be "mysql" and the rest of the options you want. Remember, Linux is caps sensitive, if you put in a letter that doesn't match exactly the file's it will not work. Also make sure you have no hidden spaces.
Reply With Quote