MySQL Forums
Forum List  »  Newbie

Re: Migrating MySql from Debian to Windows
Posted by: Rick James
Date: July 16, 2014 11:30AM

b), d), e) -- by using piping you would save a bunch of time and temp space.

g) needs backtics.

c), h), j) -- cd'ing around clutters the script; simply use full paths as needed.

> They all make sense except for a, d, e, f, l, and m....anyone know what is going on with those lines?

Ouch! Go take a course in Unix; don't come back until you understand those statements.

Here's a clue for a):
http://en.wikipedia.org/wiki/Shebang_%28Unix%29
But, I think it has an extra space in it.
Still, you need the Unix course to understand what /bin/sh is an why you might want to switch to it (from zsh, bash, or whatever you are using).

Options: ReplyQuote


Subject
Written By
Posted
Re: Migrating MySql from Debian to Windows
July 16, 2014 11:30AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.