Using a password with special characters in connection string #15679
|
Hello, The password is truncated and the rest of the password is read as the db host. How do I resolve this issue? |
Replies: 4 comments 5 replies
|
Use |
|
Hi there, To keep our discussions organized and focused on the most relevant topics, we’re reviewing and tidying up our backlog. As part of this process, we’re closing discussions that have already been marked as answered but remain open. If this discussion still requires further input or clarification, feel free to reopen it or start a new one with updated details. Your contributions are invaluable to the community, and we’re here to help! For more details about our priorities and vision for the future of Prisma ORM, check out our latest blog post: https://www.prisma.io/blog/prisma-orm-manifesto. Thank you for your understanding and ongoing support of the Prisma community! |
|
Hi, here is a function I created which takes care of this issue in Python, if anyone comes across this thread as I did. It specifically deals with the two @'s. It imports the needed methods from urllib.parse, which is a standard Python library. |
|
Docs have been moved here: |



Use
%40instead: https://www.prisma.io/docs/reference/database-reference/connection-urls#special-characters