Strona 1 z 2

Problem z instalacja mysql

: 27 września 2018, 14:34
autor: Fredx121
Hej. Chciałem zainstalować mysql a potem phpmyadmin na moim serwerze. Podczas instalacji, pojawił się błąd:

Kod: Zaznacz cały

Errors were encountered while processing:
 mysql-server-5.5
 mysql-server
E: Sub-process /usr/bin/dpkg returned an error code (1)
Bardzo prosze o rady, jak rozwiązać ten problem i jak uruchomić mysql z phpmyadmin.

Pozdrawiam.

Re: Problem z instalacja mysql

: 27 września 2018, 19:45
autor: dedito
A jak to instalowałeś i na czym?

Re: Problem z instalacja mysql

: 27 września 2018, 19:48
autor: Fredx121
Serwer dedykowany, wg. tego poradnika:
https://www.rosehosting.com/blog/how-to ... on-debian/

Re: Problem z instalacja mysql

: 27 września 2018, 19:57
autor: dedito
Spróbuj czegoś takiego:

Kod: Zaznacz cały

dpkg --configure -a

Re: Problem z instalacja mysql

: 27 września 2018, 20:05
autor: Fredx121
próbowałem niestety nadal wywala ten sam błąd

Re: Problem z instalacja mysql

: 27 września 2018, 20:07
autor: Yampress

Kod: Zaznacz cały

apt-get install -f
[pokaż co masz w
/etc/apt/apt.conf
/etc/apt/preferences

Re: Problem z instalacja mysql

: 27 września 2018, 20:26
autor: Fredx121
Będzie chyba śmiech na sali, ale zrozumcie staram się.

Kod: Zaznacz cały

root@185a140b121c108:/# /etc/apt/apt.conf
-bash: /etc/apt/apt.conf: No such file or directory
root@185a140b121c108:/# /etc/apt/preferences
-bash: /etc/apt/preferences: No such file or directory
root@185a140b121c108:/#

Re: Problem z instalacja mysql

: 27 września 2018, 20:37
autor: Yampress
oki a

Kod: Zaznacz cały

 /etc/apt/sources.list

wydałeś polecenie

Kod: Zaznacz cały

apt-get install -f
?

Re: Problem z instalacja mysql

: 27 września 2018, 20:38
autor: Fredx121
odmowa dostepu

Kod: Zaznacz cały

root@185a140b121c108:/# /etc/apt/sources.list
-bash: /etc/apt/sources.list: Permission denied

Re: Problem z instalacja mysql

: 27 września 2018, 20:39
autor: Yampress

Kod: Zaznacz cały

cd /etc/apt && ls -al  && ls -aZ