Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
xampp:config [2018-10-19 13:30] – [Installation] adminxampp:config [2023-10-26 20:04] (current) – external edit 127.0.0.1
Line 36: Line 36:
 mysqladmin.exe -u root password secret mysqladmin.exe -u root password secret
 </code> </code>
 +    * add following line to my.ini under [mysqld] to ensure case sensitivity on Windows systems, see https://mariadb.com/kb/en/library/identifier-case-sensitivity/ and https://karthicraghupathi.com/2013/06/14/force-mysql-to-be-case-sensitive-in-windows/ <code>lower_case_table_names=2</code> 
 === Debugging === === Debugging ===
   * Apache: check error.log. If that doesn't help, issue following commands in Command Prompt:   * Apache: check error.log. If that doesn't help, issue following commands in Command Prompt:
-  * <code>cd \xampp56\apache\bin+  * <code>cd \xampp72\apache\bin
 httpd httpd
 </code> </code>