|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
What's the command you use to run a .mysql file when connected to mysql using telnet?
Much Appreciated. ------------------ KeithMcL - KMcLUK@aol.com www.webmasterswork.com - #1 source for web developer jobs online. |
|
#2
|
|||
|
|||
|
By a .mysql file, do you mean a file containing sql commands?
If that's the case, then you can run it from the UNIX command prompt, not within the mysql client. $ mysql -u uname -ppassword < file.sql file.sql should contain... use dbname; sql statement 1 sql statement 2... sql statement n I hope I understood the question correctly. Kyuzo - Nou ga aru taka wa tsume o kakusu [This message has been edited by Kyuzo (edited August 17, 2000).] |
![]() |
| Viewing: Dev Shed Forums > Databases > MySQL Help > Running a .mysql file thru mysql using telnet? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|