Answer the question
In order to leave comments, you need to log in
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.
Answer the question
In order to leave comments, you need to log in
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
sudo service mysql restart
(or without sudo if as root) use mysql;
UPDATE user SET Password=PASSWORD('your_password') WHERE User='root';
quit
No need to play all these panels.
Setting up a server by hand is much easier and more reliable.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question