guys i want to move to another host, i already backup the mysql using ssh and get the .sql file, downloading to computer, and i want to uploading to new host using ftp and restore it there using ssh too my question is in uploading to new host using ftp part, do i need using ASCII mode or binary mode when uploading the .sql file?
ssh shell: ftp newip login bin put Use binary in this case as you will most likely have non-english char's coding in a sql file.