只需要把密码加上双引号即可,连接时加不加引号都可以。
SQL> create user test identified by "123";
用户已创建
SQL> grant connect to test;
授权成功。
SQL> conn test/123@fs8dev;
已连接。
SQL> conn test/"123"@fs8dev;MySQL数据库搜索时大小写敏感性MySQL数据库中“与不匹配行有关的问题”相关资讯 oracle
- [INS-32052] Oracle基目录和Oracle (07/22/2014 07:41:41)
- Oracle 4个大对象(lobs)数据类型 (02/03/2013 12:33:05)
- Oracle按时间段分组统计 (07/26/2012 10:36:48)
| - [Oracle] dbms_metadata.get_ddl的 (07/12/2013 07:37:30)
- Liferay Portal 配置使用Oracle和 (07/31/2012 20:07:18)
- Concurrent Request:Inactive (07/20/2012 07:44:05)
|
本文评论 查看全部评论 (0)