category
New post
MYSQL
PostgreSQL一些常用命令
Post on 2018-03-07
By Qubot
4204
0
最近一直在学习Postgresql,下面是自己整理的Postgresql的常用命令 连接数据库, 默认的用户和数据库是postgres psql -U user -d dbname...
MYSQL
数据库用PHP刷新一次数据加1
Post on 2017-04-28
By Qubot
7898
2
新建数据库,数据库名字:DB 执行sql语句CREATE TABLE temp(time INT NOT NULL); 把这个放在服务器上 刷新一次就可以加一了
X