简体   繁体   English

更改Apache WAMP访问PHPMyAdmin的路径

[英]Change the path where Apache WAMP access to PHPMyAdmin

We work with a WordPress in Apache but we need to work with the same DataBase and files in differents PCs. 我们在Apache中使用WordPress ,但是我们需要在不同的PC中使用相同的数据库文件

To do this, I know how change the path where apache search the files ( Wordpress in that case) where we put in a Dropbox but I don't know how I can change the path to PHPMyAdmin to add it in Dropbox. 为此,我知道如何更改apache在放置Dropbox时搜索文件的路径(在这种情况下为Wordpress ),但我不知道如何更改PHPMyAdmin的路径以将其添加到Dropbox中。

Sharing phpMyAdmin files will not help you. 共享phpMyAdmin文件将无济于事。 What you need is a centrally located mysql server which is shared and accessed by different PCs (on which code is developed). 您需要一个位于中央的mysql服务器,该服务器由不同的PC共享和访问(在PC上开发代码)。 If you just want to share the database file (with out collaborating) then you can just export the database in .sql format and upload it to dropbox for others collaborators to download and use. 如果您只想共享数据库文件(不进行协作),则可以将数据库导出为.sql格式并将其上载到保管箱,以供其他协作者下载和使用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM