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.
如何在我自己的电脑上创建一个 mysql 数据库并从外部源远程连接到它?
我需要什么?
您可以尝试使用 XAMPP
在这里找到它:http: //www.apachefriends.org/en/xampp-windows.html
它将让您托管 Mysql 服务器,包括 PHPMyAdmin。如果您打开端口,您可以远程连接到 PHPMyAdmin 并管理您的 Mysql 数据库。