Warning: Creating default object from empty value in /www/htdocs/v030397/mysql-qotd/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php on line 4991

Warning: Creating default object from empty value in /www/htdocs/v030397/mysql-qotd/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php on line 4993

Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/v030397/mysql-qotd/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php:4991) in /www/htdocs/v030397/mysql-qotd/wp-includes/feed-rss2-comments.php on line 8
Comments on: Question 9: How do you execute a script file? http://mysql-qotd.casperia.net/archives/94 mysql 5.0/5.1 questions for learning purposes Fri, 06 Aug 2010 16:56:36 +0000 http://wordpress.org/?v=abc hourly 1 By: urs http://mysql-qotd.casperia.net/archives/94/comment-page-1#comment-15 urs Sun, 07 Feb 2010 09:42:55 +0000 http://mysql-qotd.casperia.net/?p=94#comment-15 <strong>Addendum: The command line <code>echo select * from tt.table1 > script.sql</code> is valid for Windows systems. Quotes should be added on Unix systems: <code>echo "select * from tt.table1" > script.sql</code> Even if <code>script.sql</code> were not containing valid SQL commands, it would not make any difference to the answers. Thanks to Anonymous. </strong> Addendum:

The command line
echo select * from tt.table1 > script.sql
is valid for Windows systems.

Quotes should be added on Unix systems:
echo "select * from tt.table1" > script.sql

Even if script.sql were not containing valid SQL commands, it would not make any difference to the answers. Thanks to Anonymous.

]]>
By: urs http://mysql-qotd.casperia.net/archives/94/comment-page-1#comment-12 urs Sat, 06 Feb 2010 15:52:40 +0000 http://mysql-qotd.casperia.net/?p=94#comment-12 <b> Answers: b c A tool called '<code>mysqlexe</code>' does not exist. </b>
Answers:

b c

A tool called ‘mysqlexe‘ does not exist.

]]>