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

                  問題描述

                  限時(shí)送ChatGPT賬號(hào)..

                  我想把小寫的表改成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.我不明白為什么它沒有改變.也許有人可以幫助我解決這個(gè)問題.是的,我在更改文件后重新啟動(dòng)了 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ùn)行,你不應(yīng)該將lower_case_table_names設(shè)置為0數(shù)據(jù)目錄所在的系統(tǒng)上的 MySQL不區(qū)分大小寫的文件系統(tǒng)(例如在 Windows 或 macOS 上).它是一個(gè)不支持的組合可能導(dǎo)致掛起條件運(yùn)行 INSERT INTO ... SELECT ... FROM tbl_name 操作錯(cuò)誤的 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 實(shí)例使用的空間嗎?) - IT屋-程序員軟件開發(fā)
                  How to create a login to a SQL Server instance?(如何創(chuàng)建對 SQL Server 實(shí)例的登錄?)
                  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è)計(jì)——將文檔從 SQL Server 移動(dòng)到文件存儲(chǔ))
                  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'>

                            主站蜘蛛池模板: 日韩久久在线 | 在线午夜 | 欧美成人精品 | 久久综合亚洲 | 自拍在线 | h片免费在线观看 | 99re视频这里只有精品 | 久久一区 | 国产亚洲成av人在线观看导航 | 一级黄色夫妻生活 | 久久91| 男人久久天堂 | 男女视频免费 | 日韩欧美在线一区 | 日韩毛片中文字幕 | 青青久久 | 成人精品国产免费网站 | julia中文字幕久久一区二区 | 成人动慢| 亚洲欧美综合 | 99视频在线免费观看 | 羞视频在线观看 | 午夜影院操 | 日韩精品一区二区三区视频播放 | 91精品国产91久久久久游泳池 | 亚洲不卡在线观看 | 精品视频在线一区 | www.嫩草| 欧美三区在线观看 | 精品av | 欧美中文字幕一区二区三区亚洲 | 国产精品69av| 91综合网 | 黄色精品| 午夜久久av | 成人不卡 | 日日干综合 | 久草成人| 91精品国产综合久久久亚洲 | 激情福利视频 | 国产视频精品区 |