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.
我正在创建一个 php 应用程序,它为每个新注册用户创建一个新数据库。如何安全存储数据库凭据,以便在用户登录时检索它。
我认为您必须创建一个“全局”数据库来存储凭据以及与新数据库的关系。