|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
You don't need a fax machine to get faxes. Get a fax-to-email fax number from CallWave. Try it free.
|
|
#1
|
|||
|
|||
|
How do you make a file executable in unix?
How do you make a file executable in unix? I've tried -x. The file in question is a list of mysql commands. How would I make this file executable?
Thanks. |
|
#2
|
||||
|
||||
|
Look for CHMOD
__________________
My blog about OpenSource Databases PDF tutorials about OSS databases, DBMonster ... Please contribute to Open Source Development, fill bug reports!!! Developer Shed eSupport Commented my.ini/my.cnf (PLEASE ADD YOUR OWN CONFIG TRICK) Understanding SQL Joins An introduction to database normalization Natural or Surrogate key Custom ordering for your results Correlated and uncorrelated subqueries |
|
#3
|
|||
|
|||
|
a list of mysql commands will never be executable.
you want to pipe them to a program like cat commands.sql | mysql mydb or mysql mydb < commands.sql right?
__________________
-- Manuel Hirsch - Linux, FreeBSD, programming, administration articles, tutorials and more. |
|
#4
|
||||
|
||||
|
Right, I should read carefully ...
|
![]() |
| Viewing: Dev Shed Forums > Operating Systems > UNIX Help > How do you make a file executable in unix? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|