久久久久久久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 小寫表的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學(xué)習(xí)吧!

                  問題描述

                  限時送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 文檔:

                  如果你正在運行,你不應(yīng)該將lower_case_table_names設(shè)置為0數(shù)據(jù)目錄所在的系統(tǒng)上的 MySQL不區(qū)分大小寫的文件系統(tǒng)(例如在 Windows 或 macOS 上).它是一個不支持的組合可能導(dǎo)致掛起條件運行 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.

                  結(jié)論:您不能在 Windows 上這樣做.您必須使用 Unix 或 Linux 系統(tǒng)將 lower_case_table_names 設(shè)置為 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.

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

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

                  相關(guān)文檔推薦

                  SQL query to get all products, categories and meta data woocommerce/wordpress(獲取所有產(chǎn)品、類別和元數(shù)據(jù)的 SQL 查詢 woocommerce/wordpress)
                  Can I figure out a list of databases and the space used by SQL Server instances without writing SQL queries?(我可以在不編寫 SQL 查詢的情況下找出數(shù)據(jù)庫列表和 SQL Server 實例使用的空間嗎?) - IT屋-程序員軟件開發(fā)
                  How to create a login to a SQL Server instance?(如何創(chuàng)建對 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 應(yīng)用程序設(shè)計——將文檔從 SQL Server 移動到文件存儲)
                  How to use MySQL in WSL (Windows Subsystem for Linux)?(如何在 WSL(Linux 的 Windows 子系統(tǒng))中使用 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'>

                            主站蜘蛛池模板: 天天干天天操天天摸 | 一区二区免费看 | 中文字幕在线免费播放 | 国产情侣在线播放 | 久久久亚洲精品视频 | 欧美在线中文字幕 | 老司机免费福利视频 | 刘玥大战28公分黑人 | 国产在线一区二区三区 | 色综合视频在线观看 | 三级视频在线观看 | 日韩午夜在线观看 | 一区二区三区国产视频 | 中文字幕av一区二区三区 | 蜜桃精品噜噜噜成人av | 国产91精品在线观看 | 日韩专区在线观看 | 欧美在线播放视频 | 青青草国产在线视频 | 久久久97 | 亚洲免费观看视频 | 黄色网址在线播放 | 超碰人人插 | 青青国产视频 | 欧美性色网 | 欧美精品在线观看 | 亚洲国产成人精品女人久久久 | 久久亚洲成人 | av老司机在线观看 | 俺去俺来也在线www色官网 | 中文字幕理伦片免费看 | 成人福利视频在线观看 | 日韩精品在线视频 | 欧美999| 狼人久久 | 九色在线视频 | 国产成人免费在线视频 | 97在线免费观看视频 | 久久精品国产视频 | 亚洲精品第一页 | 国产一级视频在线观看 |