Closed jingyanXia closed 3 years ago
showdoc官方不支持mysql。建议你去问那个写教程的人。
jingyanXia notifications@github.com于2021年3月10日 周三下午3:15写道:
我按照网上教程吧数据库改为mysql,我在centos上安装了mysql数据库,并创建了了一个名为showdoc的数据库,另外我对config.php做了如下的更改
DB_TYPE' => 'mysql',
'DB_NAME' => 'showdoc',
'DB_HOST' => 'localhost',
'DB_USER' => 'showdoc',
'DB_PWD' => 'xxxxxxxxx',
我把这些做完后,清理的缓存,当我打开网站确提示“数据库连接不上。请确保安装了php-sqlite扩展以及数据库文件Sqlite/showdoc.db.php可用”。对此我要怎么做?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/star7th/showdoc/issues/1280, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAQZHLQ752OLQJ3QGO2R4Q3TC4L77ANCNFSM4Y5LLXFA .
我按照网上教程吧数据库改为mysql,我在centos上安装了mysql数据库,并创建了了一个名为showdoc的数据库,另外我对config.php做了如下的更改 DB_TYPE' => 'mysql', 'DB_NAME' => 'showdoc', 'DB_HOST' => 'localhost', 'DB_USER' => 'showdoc', 'DB_PWD' => 'xxxxxxxxx', 我把这些做完后,清理的缓存,当我打开网站确提示“数据库连接不上。请确保安装了php-sqlite扩展以及数据库文件Sqlite/showdoc.db.php可用”。对此我要怎么做?