1,使用python链接mysql # -*- coding: utf-8 -*-#
connect.py --连接到MySQL服务器import sysimport MySQLdbtry: conn = MySQLdb.connect(db =
"cookbook", host = "localh...
分类:
数据库 时间:
2014-07-22 23:11:15
阅读次数:
518
http://hi.baidu.com/zzy382/item/a5b197f97a38e01ba7298832之前电脑上安装了一个
Oracle 有一段时间没用,就把密码给忘了,按上面链接里的操作,重置密码成功,步骤如下:connect system/oracle以 system 用户
orac....
分类:
数据库 时间:
2014-07-22 23:09:56
阅读次数:
335
http://anthon-lx.iteye.com/blog/811460完整的错误信息如下:java.sql.SQLException:
Listener refused the connection with the following error:ORA-12505,
TNS:listene...
分类:
数据库 时间:
2014-07-22 23:09:35
阅读次数:
430
要注意的是我们的PHP是嵌入在html中的 首先在php中写入链接 $conn =
mysql_connect("localhost","root","") or die("链接数据库失败");
mysql_select_db("fg19");// 选择数...
分类:
Web程序 时间:
2014-07-22 23:07:55
阅读次数:
505
org.openqa.selenium.firefox.NotConnectedException:
Unable to connect to host 127.0.0.1 on port 7055 after 45000 ms. Firefox console
output:*** LOG add...
分类:
其他好文 时间:
2014-05-01 15:00:46
阅读次数:
292
connect resource权限;grant connect,resource to
user;后用户包括的权限:CONNECT角色: --是授予最终用户的典型权利,最基本的ALTER SESSION --修改会话CREATE CLUSTER
--建立聚簇CREATE DATABASE LINK...
分类:
数据库 时间:
2014-05-01 14:58:47
阅读次数:
456
$sql = "select * from student
";获取全部数据isset()判断$myaql_connect连接数据库$myaql_close结束连接数据库include(""."")连接页面mysql_query()向与指定的连接标识符关联的服务器中的当前活动数据库发送一条查询mys...
分类:
其他好文 时间:
2014-04-30 18:09:17
阅读次数:
396
scott用户成功连接数据库的具体方法: 1.grant connect, resource to
scott;2.grant create session to scott; 3.cmd4.sqlplus
scott/tigerOracle的安全1.用户管理用户至少需要会话的权利,否则连接也不成....
分类:
数据库 时间:
2014-04-30 16:49:05
阅读次数:
1754
1.sqlplus /nolog2.connect sys/orcl@ORCL as
sysdba3.select sysdate from dualexit;
分类:
数据库 时间:
2014-04-29 16:42:47
阅读次数:
480
Usage: docker [OPTIONS] COMMAND [arg...]
-H=[unix:///var/run/docker.sock]: tcp://host:port to bind/connect to or unix://path/to/socket to use
A self-sufficient runtime for linux containers.
Co...
分类:
其他好文 时间:
2014-04-28 10:17:41
阅读次数:
359