How to configure case sensitive database identifier in mysql. so that database 'testDatabase' and 'TestDatabase' will not be considered same.

如何在mysql中配置区分大小写的数据库标识符。这样数据库'testDatabase'和'TestDatabase'就不会被认为是相同的。

1 个解决方案

#1


0

MySQL online documentation provides information about identifier case sensitivity in section 9.2.2. http://dev.mysql.com/doc/refman/5.0/en/identifier-case-sensitivity.html If you are running MySQL on Windows or Mac (unless using Mac with UFS file system) both databases will be treated the same. If stored on Unix based systems which have case sensitive file systems you can store them as separate data base's.

MySQL在线文档在9.2.2节中提供了有关标识符区分大小写的信息。 http://dev.mysql.com/doc/refman/5.0/en/identifier-case-sensitivity.html如果您在Windows或Mac上运行MySQL(除非使用带有UFS文件系统的Mac),两个数据库将被视为相同。如果存储在具有区分大小写的文件系统的基于Unix的系统上,则可以将它们存储为单独的数据库。

更多相关文章

  1. 根据网址上的国家/地区将用户重定向到正确的数据库,我使用i18n fo
  2. ThinkPHP连接主从数据库
  3. php把从数据库读取出来的数据存放到数组里
  4. JSFiddle:无法从数据库加载Ajax数据
  5. 使用Laravel在PHP中按时间戳,后端过滤SQL数据库查询
  6. Laravel将动态输入数据数组保存到数据库中
  7. Zend数据库适配器-未捕获异常-堆栈跟踪显示用户名和密码
  8. 在数据库中存储行数或动态获取
  9. 这是什么原因啊,没有找出错来啊(数据库用的是mysql)

随机推荐

  1. android 动态菜单组件
  2. Android软键盘回车键修改为搜索按键
  3. android – 页面初始化时让组件得不到焦
  4. Android Handler机制13之AsyncTask源码解
  5. h5页面打开app,安卓端和苹果端
  6. 深入理解 Android Activity的生命周期
  7. android学习笔记之十二进程通信(IPC)
  8. android 相对定位布局方向详解
  9. 编译android源码出现的问题解析
  10. android直接利用opencv打开摄像头失败原