• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Dickes SQL problem

brendy

Newbie
Hallo Zusammen,

Ich bin mitlerweile am Verzweifeln, seit gestern Morgen 9 Uhr sitze ich schon
fast durchgehend am PC um meine SQL zu starten, eins vor weg.
Ich war so schlau und hatte mir aus langeweile eine Visas Demo installiert, aber
da ich noch Confixx nutze wird sich das wohl nicht vertragen haben .
Wen ich versuche meine SQL zu starten, kommt mir das:

dbrand:~# /etc/init.d/mysql start
dbrand:~#

oder wen ich direkt ins /etc/init.d wechsel und den SQL Starten will kommt:

dbrand:/# cd etc
dbrand:/etc# cd init.d
dbrand:/etc/init.d# mysql start
bash: mysql: command not found

Irgendetwas muss ich damit verhunzt haben, jetzt habe ich mir einmal die Datei:
/etc/apache2/http.conf angeschaut, was mich darin so ein bissl stört ist am Ende das:

NameVirtualHost *:80

<VirtualHost _default_:443>
DocumentRoot /usr/local/visas/public_html/
ServerName localhost
ServerAlias www.localhost
php_admin_value open_basedir /usr/local/visas/public_html/ssl/
php_admin_value engine off
IndexOptions
DirectoryIndex index.htm index.html index.shtml start.htm start.html start.shtml index.php index.php3
SSLEngine on
SSLCertificateFile /etc/apache2/ssl/server.crt
SSLCertificateKeyFile /etc/apache2/ssl/server.key
Redirectpermanent /adminlevel https://localhost:22222/adminlevel
Redirectpermanent /domainadminlevel https://localhost:22222/domainadminlevel
Redirectpermanent /serveradminlevel https://localhost:22222/serveradminlevel
Redirectpermanent /mail https://localhost:22222/webmail
Redirectpermanent /webmail https://localhost:22222/webmail
Redirectpermanent /support https://localhost:22222/support
Redirectpermanent /mysql https://localhost:22222/mysql
</VirtualHost>


<VirtualHost *:80>
DocumentRoot /usr/local/visas/public_html/
ServerName localhost
ServerAlias www.localhost
php_admin_value open_basedir /usr/local/visas/public_html/ssl/
php_admin_value engine off
SSLEngine off
IndexOptions
DirectoryIndex index.htm index.html index.shtml start.htm start.html start.shtm index.php
Redirectpermanent /adminlevel https://localhost:22222/adminlevel
Redirectpermanent /domainadminlevel https://localhost:22222/domainadminlevel
Redirectpermanent /serveradminlevel https://localhost:22222/serveradminlevel
Redirectpermanent /mail https://localhost:22222/webmail
Redirectpermanent /webmail https://localhost:22222/webmail
Redirectpermanent /support https://localhost:22222/support
Redirectpermanent /mysql https://localhost:22222/mysql
Redirectpermanent /ssl https://localhost/ssl/
</VirtualHost>

Include /usr/local/visas/etc/subdomains.conf

Kann das damit einen Zusammen Hang haben?

Ich hoffe ihr könnt mir weiterhelfen!!!!
 

crazyrolf

Advanced Hacker
Die Einträge im Apache haben nix mit deinem MySql zu tun.

Wenn er sich nicht starten lässt ist was faul, richtig.

Ich selbst nutze schon seit Jahren den Server von Apache Friends LAMPP.

Der lässt sich einfach installieren und läuft ohne Probleme.

Alles drin was man so braucht.

www.apachefriends.org

Gruß Crazy
 
Oben