简体   繁体   English

在 WAMP 和 phppgadmin 上集成 postgreSQL

[英]Integration of postgreSQL on WAMP and phppgadmin

我想将 postgresql 与 wamp 集成以进行 php 和 laravel 开发,但是当我登录 postgresql 时出现不推荐使用的错误....

In classes>databases line 76 add在类>数据库第 76 行添加

echo 'pgv ',$version; echo 'pgv',$version;

Refresh your page and you probably see the number 11 - and that is not in the next switch statement.刷新您的页面,您可能会看到数字 11 - 这不在下一个 switch 语句中。 Add a line for 11为 11 添加一行

Refresh your page - error is now in classes\\database刷新您的页面 - 错误现在在 classes\\database

Add a file for Postgres11 - it can be the same as fiel for 10, apart from version number.为 Postgres11 添加一个文件 - 除了版本号外,它可以与 10 的 fiel 相同。

Done.完毕。

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

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