K
K
Karpov822020-11-21 11:35:38
linux
Karpov82, 2020-11-21 11:35:38

VestaCP + Centos 7?

The second day I struggle with the installation of VestaCP on Centos 7.
The server is clean. Before each installation of Vesta, I reinstall Centos.
I tried another hosting, the same situation, VestaCP is not installed.
When reinstalling the server with the hosting auto-installer, the installation goes through.

I tried to install in different ways, I rummaged through the entire Internet.

spoiler
5fb8d13fe3b36149631592.jpeg

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
Daemon23RUS, 2016-09-20
@mak_ufo

Problem - I forgot/set a password
One of the solutions: in the /etc/mysql/my.cnf file, find the [mysqld] section and add skip-grant-tables
example:

[mysqld]
skip-grant-tables

Restart MySQL
sudo service mysql restart(or without sudo if as root)
try to log
in. If you managed to log in, then set a new password
use mysql;
UPDATE user SET Password=PASSWORD('your_password') WHERE User='root';
quit

return the contents of /etc/mysql/my.cnf to its original state (remove skip-grant-tables)
and restart MySQL again

F
FanatPHP, 2020-11-21
@FanatPHP

No need to play all these panels.
Setting up a server by hand is much easier and more reliable.

L
linux81, 2020-11-21
@linux81

Install VESTA without the remi repository
After successfully installing the panel, you can manually install the remi-repo.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question