Page 1 of 1

MySql is not starting in Xampp 1.8.3.5

PostPosted: 08. August 2019 13:17
by sdo1web
When I initiate the ./manager-linux.run in Ubuntu 14.04 LTS, the MySql doesn't start in the manager GUI.
This is what I got from the error log.
Code: Select all
[Thu Aug 08 12:29:47.064484 2019] [ssl:warn] [pid 3996] AH01906: www.example.com:443:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Thu Aug 08 12:29:47.106769 2019] [ssl:warn] [pid 3996] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Thu Aug 08 12:29:47.182002 2019] [auth_digest:notice] [pid 3997] AH01757: generating secret for digest authentication ...
[Thu Aug 08 12:29:48.002826 2019] [ssl:warn] [pid 3997] AH01906: www.example.com:443:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Thu Aug 08 12:29:48.002987 2019] [ssl:warn] [pid 3997] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Thu Aug 08 12:29:48.003571 2019] [lbmethod_heartbeat:notice] [pid 3997] AH02282: No slotmem from mod_heartmonitor
[Thu Aug 08 12:29:48.241939 2019] [mpm_prefork:notice] [pid 3997] AH00163: Apache/2.4.10 (Unix) OpenSSL/1.0.1i PHP/5.5.15 mod_perl/2.0.8-dev Perl/v5.16.3 configured -- resuming normal operations
[Thu Aug 08 12:29:48.241992 2019] [core:notice] [pid 3997] AH00094: Command line: '/opt/lampp/bin/httpd -E /opt/lampp/logs/error_log -D SSL -D PHP'
[Thu Aug 08 12:30:15.294906 2019] [mpm_prefork:notice] [pid 3997] AH00169: caught SIGTERM, shutting down

Re: MySql is not starting in Xampp 1.8.3.5

PostPosted: 08. August 2019 17:09
by Nobbie
Xampp 1.8.3.5 is super duper old and not yet supported anymore. I also cannot see any message which relates to MySQL?!

Anyway, manager-gui is not needed for running xampp, simply start services in a terminal via:

Code: Select all
sudo /opt/lampp/lampp start

Re: MySql is not starting in Xampp 1.8.3.5

PostPosted: 09. August 2019 16:37
by sdo1web
Code: Select all
sudo /opt/lampp/lampp start

After starting with above command in the terminal I check the status with
Code: Select all
/sudo /lampp/lampp status
, the terminal says
Apache is running
Mysql is not running

Re: MySql is not starting in Xampp 1.8.3.5

PostPosted: 10. August 2019 10:58
by Nobbie
Maybe you already have another mysql server up and running? I dont know your (even super old) linux distribution. Run a taskmanager (top or "ps -fe") and watch out for "mysqld". If there is already a MySQL Server, you need to stop it (and i also recommend to delete it), you cannot run more than one MySQL Server. Either Xampps MySQL or Ubuntus MySQL.

Finally, as already said, Xampp 1.8.3.5 is super duper old i have no clue, which MySQL is installed and if it runs properly on your super duper old Linux. Why dont you upgrade to any newer systems?