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.
Joomla 和 mySql 环境的新手。在 localhost 上创建了一个 Joomla 测试环境,但没有将 mySql 数据库命名为目标 ISP 的数据库。有没有办法重命名数据库,以便我可以加载到 ISP?
假设我理解了您的问题,并且您实际上在 localhost 上安装了 joomla,但现在想将其及其数据移动到您的 isp 托管环境,您有两个地方需要更改数据库名称(假设 joomla 1.5.6/最新版本):
JOOMLA_DIR\configuration.php $db = 'your-db-name' JOOMLA_DIR\LIBRARIES\JOOMLA\config.php $db = 'your-db-name'
如果您的数据很重要,请记住先进行备份。