久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

    1. <tfoot id='KVSH5'></tfoot>
    2. <small id='KVSH5'></small><noframes id='KVSH5'>

      <i id='KVSH5'><tr id='KVSH5'><dt id='KVSH5'><q id='KVSH5'><span id='KVSH5'><b id='KVSH5'><form id='KVSH5'><ins id='KVSH5'></ins><ul id='KVSH5'></ul><sub id='KVSH5'></sub></form><legend id='KVSH5'></legend><bdo id='KVSH5'><pre id='KVSH5'><center id='KVSH5'></center></pre></bdo></b><th id='KVSH5'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='KVSH5'><tfoot id='KVSH5'></tfoot><dl id='KVSH5'><fieldset id='KVSH5'></fieldset></dl></div>

      1. <legend id='KVSH5'><style id='KVSH5'><dir id='KVSH5'><q id='KVSH5'></q></dir></style></legend>
          <bdo id='KVSH5'></bdo><ul id='KVSH5'></ul>
      2. Windows xampp 上的 Mysql 小寫表

        Mysql lower case table on Windows xampp(Windows xampp 上的 Mysql 小寫表)
          <tbody id='gkr6N'></tbody>

            • <tfoot id='gkr6N'></tfoot>
            • <i id='gkr6N'><tr id='gkr6N'><dt id='gkr6N'><q id='gkr6N'><span id='gkr6N'><b id='gkr6N'><form id='gkr6N'><ins id='gkr6N'></ins><ul id='gkr6N'></ul><sub id='gkr6N'></sub></form><legend id='gkr6N'></legend><bdo id='gkr6N'><pre id='gkr6N'><center id='gkr6N'></center></pre></bdo></b><th id='gkr6N'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='gkr6N'><tfoot id='gkr6N'></tfoot><dl id='gkr6N'><fieldset id='gkr6N'></fieldset></dl></div>

                <legend id='gkr6N'><style id='gkr6N'><dir id='gkr6N'><q id='gkr6N'></q></dir></style></legend>

                <small id='gkr6N'></small><noframes id='gkr6N'>

                • <bdo id='gkr6N'></bdo><ul id='gkr6N'></ul>

                  本文介紹了Windows xampp 上的 Mysql 小寫表的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

                  問題描述

                  限時送ChatGPT賬號..

                  我想把小寫的表改成0,用大寫寫表名.我在 Windows 上使用 xampp.

                  I want to change the lower case table to 0 to write table names with uppercase. I use xampp on windows.

                  Mysql Workbench show me as configuration file C:\ProgramData\MySQL\MySQL Server 5.5\my.ini我加了一行

                  Mysql Workbench show me as configuration file C:\ProgramData\MySQL\MySQL Server 5.5\my.ini and i added the line

                  lower_case_table_names=0
                  

                  在 xampp 中,我用同一行更改了 C:\xampp\mysql\bin\my.ini.但變量仍然顯示 1.我不明白為什么它沒有改變.也許有人可以幫助我解決這個問題.是的,我在更改文件后重新啟動了 mysql.

                  In xampp i changed the C:\xampp\mysql\bin\my.ini with the same line. But still the variable show 1. I dont unterstand why it didnt changed. Maybe someone could help me with the problem. And yes i restart mysql after changing files.

                  ProgrammData 中的 my.ini

                  the my.ini in ProgrammData

                  [mysqld]
                  lower_case_table_names = 0
                  

                  和xampp mysql中的my.ini

                  and the my.ini in xampp mysql

                  [mysqld]
                  lower_case_table_names = 0
                  # Set basedir to your installation path
                  basedir=c:/xampp/mysql
                  
                  # Set datadir to the location of your data directory
                  datadir=c:/xampp/mysql/data
                  
                  # Default: 128 MB
                  # New: 1024 MB
                  innodb_buffer_pool_size = 1024M
                  

                  推薦答案

                  摘自 MySQL 文檔:

                  如果你正在運行,你不應該將lower_case_table_names設置為0數據目錄所在的系統上的 MySQL不區分大小寫的文件系統(例如在 Windows 或 macOS 上).它是一個不支持的組合可能導致掛起條件運行 INSERT INTO ... SELECT ... FROM tbl_name 操作錯誤的 tbl_name 字母大小寫.

                  You should not set lower_case_table_names to 0 if you are running MySQL on a system where the data directory resides on a case-insensitive file system (such as on Windows or macOS). It is an unsupported combination that could result in a hang condition when running an INSERT INTO ... SELECT ... FROM tbl_name operation with the wrong tbl_name lettercase.

                  結論:您不能在 Windows 上這樣做.您必須使用 Unix 或 Linux 系統將 lower_case_table_names 設置為 0.

                  Conclusion: you can't do that on Windows. You will have to use a Unix or Linux system to set lower_case_table_names to 0.

                  這篇關于Windows xampp 上的 Mysql 小寫表的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!

                  【網站聲明】本站部分內容來源于互聯網,旨在幫助大家更快的解決問題,如果有圖片或者內容侵犯了您的權益,請聯系我們刪除處理,感謝您的支持!

                  相關文檔推薦

                  SQL query to get all products, categories and meta data woocommerce/wordpress(獲取所有產品、類別和元數據的 SQL 查詢 woocommerce/wordpress)
                  Can I figure out a list of databases and the space used by SQL Server instances without writing SQL queries?(我可以在不編寫 SQL 查詢的情況下找出數據庫列表和 SQL Server 實例使用的空間嗎?) - IT屋-程序員軟件開發
                  How to create a login to a SQL Server instance?(如何創建對 SQL Server 實例的登錄?)
                  How to know the version and edition of SQL Server through registry search(如何通過注冊表搜索知道SQL Server的版本和版本)
                  WinForms application design - moving documents from SQL Server to file storage(WinForms 應用程序設計——將文檔從 SQL Server 移動到文件存儲)
                  How to use MySQL in WSL (Windows Subsystem for Linux)?(如何在 WSL(Linux 的 Windows 子系統)中使用 MySQL?)
                    • <bdo id='gzvHF'></bdo><ul id='gzvHF'></ul>
                      <tfoot id='gzvHF'></tfoot>
                      <legend id='gzvHF'><style id='gzvHF'><dir id='gzvHF'><q id='gzvHF'></q></dir></style></legend>
                        <tbody id='gzvHF'></tbody>

                    • <i id='gzvHF'><tr id='gzvHF'><dt id='gzvHF'><q id='gzvHF'><span id='gzvHF'><b id='gzvHF'><form id='gzvHF'><ins id='gzvHF'></ins><ul id='gzvHF'></ul><sub id='gzvHF'></sub></form><legend id='gzvHF'></legend><bdo id='gzvHF'><pre id='gzvHF'><center id='gzvHF'></center></pre></bdo></b><th id='gzvHF'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='gzvHF'><tfoot id='gzvHF'></tfoot><dl id='gzvHF'><fieldset id='gzvHF'></fieldset></dl></div>

                      • <small id='gzvHF'></small><noframes id='gzvHF'>

                            主站蜘蛛池模板: 国产一区二区三区色淫影院 | 一区二区三区av夏目彩春 | 日本一区二区三区在线观看 | www.国产| 欧美日韩成人在线 | 中文字幕亚洲一区二区三区 | 精品福利在线 | 国产精品久久久久久久久久久久午夜片 | 99久久影院| 久草福利 | 夜夜骚| 超碰在线播| 亚洲性人人天天夜夜摸 | 一级做a爰片性色毛片视频停止 | 日韩精品在线看 | 曰韩一二三区 | 亚洲色图插插插 | 欧美二区在线 | www.久草.com| 日韩中文一区二区三区 | 国产成年人视频 | 色在线免费 | 成人av色 | 亚洲成人一区 | 在线观看成人小视频 | 久久一二区 | 成人免费观看男女羞羞视频 | 国产男女视频 | 国产精品久久777777 | 在线观看亚洲欧美 | 九九免费观看视频 | 欧美激情在线一区二区三区 | 亚洲在线| 99久久免费精品视频 | 欧美极品在线观看 | 色婷综合网 | 亚洲中字在线 | 精品九九九 | 国产精品自拍啪啪 | 精品综合在线 | 玖玖爱365 |