Logical-Arts
10011011011001101101
  • Home
  • Products
  • News
  • Shop

Main Menu

  • Home
  • News
  • Products
  • Customer Login
  • Articles
  • Latest
  • Overview

Site

  • Contact us
  • Impressum
  • Privacy Policy
  • AGB

XAMPP fails starting of MySQL server

If you have a xampp installation in parallel to a MySQL Server installation, xampp recognizes the installed service of the server installation and promts you with an invalid path message.

Solve by:

  • Go to xampp control panel
  • Select "Config"
  • Select "Service and Ports"
  • Select the "MySQL"-Tab
  • Change the Servide Name to something like "mysqlx"

 So xamp serches for a service named "mysqlx" and has no more interest on the server-installed "mysql" service.

 

XAMPP Apache Server crashes with XAMPP, Joomla 3.x and JCE

If JCE is installed and you are uasing the XAMPP environment, your Apache server may crash with a overflow exception.
This can be fixed by appending the following lines at the apaches http.conf.

# 8388608 = 8*1024*1024
<IfModule mpm_winnt_module&gt
  ThreadStackSize 8388608
</IfModule>

ANTLR 2 - Eine Einführung (german)

ANTLR  Another Tool for Language Recognition


Der Zusammenhang zwischen Lexer, Parser und TreeParser

Im Compilerbau unterscheidet man zwischen mehreren Phasen, die bei der Umsetzung der jeweiligen Programmiersprache in eine für die Maschine, also den Computer, brauchbare Form, durchlaufen werden. Diese Phasen führen verschiedene Analysen und Operationen mit dem eingegebnenen Code durch.
Im Einzelnen sind dies:

  • Lexikalische Analyse (Scanning)
  • Syntaktische Analyse (Parsing)
  • Semantische Analyse
  • Erzeugung von Zwischencode
  • Codegenerierung (ggf. Optimierung)

 

Read more: ANTLR 2 - Eine Einführung (german)

©2025 Logical-Arts | Designed by Hurricane Media
Copyright