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