Requirement: Install Wordpress in CentOs 7 VPS
Currently available:
Apache : Server version: Apache/2.4.35 (IUS), Server built: Dec 8 2018 02:08:22
MySQL : mysql Ver 14.14 Distrib 5.6.47, for Linux (x86_64) using EditLine wrapper Questions:
Should I install LAMP on top of this or should I just install new PHP version with yum? MySQL is currently used by other applications running on Tomcat. Will these be affected if I install MariaDB with LAMP stack? Also why is mysql -v and mysql --version giving two different results?
mysql --version > mysql Ver 14.14 Distrib 5.6.47, for Linux (x86_64) using EditLine wrapper
mysql -v > ERROR 1045 (28000): Access denied for user 'username'@'localhost' (using password: NO)