Dear experts,
I am in desperate need of help in deploying MySQL database from
localhost to Google Cloud SQL.
I followed the instructions that Google gave me:
https://developers.google.com/storage/docs/gsutil_install
However I keep encountering the same error after I export the PATH
I did:
echo export PATH=${PATH}:$HOME/gsutil > ~/.bashrc
then no error give.
Close Cygwin then open it back up again. I got the following error:
-bash: /home/ltan1/.bashrc: line 1: syntax error near unexpected token
`('
-bash: /home/ltan1/.bashrc: line 1: `export PATH=/usr/local/bin:/usr/
bin:/cygdrive/c/Program Files/Common Files/Microsoft Shared/Windows
Live:/cygdrive/c/Program Files (x86)/Common Files/Microsoft Shared/
Windows Live:/cygdrive/c/Windows/system32:/cygdrive/c/Windows:/
cygdrive/c/Windows/System32/Wbem:/cygdrive/c/Windows/System32/
WindowsPowerShell/v1.0:/cygdrive/c/Program Files (x86)/Windows Live/
Shared:/cygdrive/c/Program Files/Trend Micro/AMSP:/cygdrive/c/Program
Files/Intel/WiFi/bin:/cygdrive/c/Program Files/Common Files/Intel/
WirelessCommon:/cygdrive/c/Program Files/Microsoft SQL Server/90/DTS/
Binn:/cygdrive/c/Program Files (x86)/Microsoft SQL Server/90/DTS/Binn:/
cygdrive/c/Program Files (x86)/Microsoft SQL Server/90/Tools/binn:/
home/ltan1/gsutil'
I thought this was normal to I went to my gsutil dir and type
"gsutil", it said that command was not found.
I am very desperate and been looking for answers to this problem.
Please kindly help me in solving this issue.
THanks,
lwt