Posts: 316
Threads: 17
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Dec 2011
Reputation:
0
service mysqld status :
mysqld (PID 983) wird ausgeführt ...
service httpd status:
httpd (PID 2876) wird ausgeführt ...
Unfortunatly i dont understand that language, if it says its running, then its your configuration. Check the above tuto and see if you did the same thing. if not make the proper changes.
Posts: 316
Threads: 17
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Dec 2011
Reputation:
0
you welcome, hope it helps
Posts: 222
Threads: 21
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Oct 2011
Reputation:
0
Now for configuring this:
nano /etc/httpd/conf.d/phpmyadmin.conf
Make sure yours look like mine, if not copy it :
#
# Web application to manage MySQL
#
#<Directory "/usr/share/phpmyadmin">
# Order Deny,Allow
# Deny from all
# Allow from 127.0.0.1
#</Directory>
Alias /phpmyadmin /usr/share/phpmyadmin
Alias /phpMyAdmin /usr/share/phpmyadmin
Alias /mysqladmin /usr/share/phpmyadmin
When i do that, it say always "Kommando Nicht Gefunden"
(Command hasnt been founded)
Can you help me pls ? >.<
Posts: 179
Threads: 9
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Sep 2011
Reputation:
0
Still getting same error :/
Posts: 316
Threads: 17
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Dec 2011
Reputation:
0
When i do that, it say always "Kommando Nicht Gefunden"
(Command hasnt been founded)
Can you help me pls ? >.<
Well, i probably didnt make me understand. you write this in the terminal :
nano /etc/httpd/conf.d/phpmyadmin.conf
if you dont have nano then use vi so make this :
vi /etc/httpd/conf.d/phpmyadmin.conf
and then a file opens and you see the rest
Posts: 179
Threads: 9
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Sep 2011
Reputation:
0
Only thing that will start is Messenger now rest is still giving DB error login is saying Im missing libssl.so.6 so looking for that now