Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以像这样在没有密码的情况下迁移数据库
sequel -m db/migrations mysql://root@localhost/test
但是如何传递密码?
sequel -m db/migrations mysql://root:password@localhost/test