$dsn="pgsql:host=127.0.0.1;port=5432;dbname=mail;user=postgres;password=postgres";
$m = new PDO($dsn);
$stmt = $m->query("select * from menu");
$rows = $stmt->fetchAll();
var_dump($rows);
相关文章
- 08-30安装JAVA环境和使用Eclipse连接达梦数据库
- 08-30C# 读取 appconfig文件配置数据库连接字符串,和配置文件
- 08-30MyEclipse创建ssh项目和连接数据库
- 08-30Orcla 数据库复习2 --子查询和表连接
- 08-30cached-query 将缓存和查询数据库快速连接起来的轻类库
- 08-30说说数据库连接池工作原理和实现方案?
- 08-30【数据库学习笔记】(4)JDBC数据源和连接池
- 08-30Dapper操作Sql Server和MySql数据库
- 08-30保护代码中的数据库连接字符串和其他敏感设置
- 08-30mysql数据库连接 application.properties