Import
4 篇文章
Phanix

MariaDb (v. 10.4.10) import error (WAMPServer 3.2.0)

Usually happens when importing a huge amount of data to a table with many columns (total data length too large). The error message would be ...

标签活跃作者
Phanix

Backup tables of mysql server and import to the other server

這邊的使用情況是要把 gcp sql 的 import 到 aliyun 去 先在 gcp server 上用mysqldump 備份,然後利用 sshpass (要另外安裝) 指定 password 做 scp 到 aliyun server 上 $ sudo more /v...

Phanix

mysql import error

這個狀況在 aliyun RDS 系統上應該很容易遇到 將 mysqldump 出來的 sql 檔案用 mysql command 來做 import 是很常見的用法,像是 mysql -h test.mysql.rds.aliyuncs.com -u username -p ...

刷完啦