Select Page
How to check if mysql is installed on ubuntu?

How to check if mysql is installed on ubuntu?

I need to check if mysql is installed on a ubuntu server. Is there a way to determine if mySql has been installed ? Here is some suggestions: dpkg –get-selections | grep mysql dpkg -s mysql-server | grep Status which mysqld Type “mysql” in your...
How to remove whole directory ( folder) within CentOS

How to remove whole directory ( folder) within CentOS

To remove all directories and subdirectories use the rm command. For example, remove all sub-directories and files inside “ampps” directory, type the following command (warning all files including subdirectories will be deleted permanently): $ rm -rf...
How to Install Ampps on CentOS 8

How to Install Ampps on CentOS 8

Part1 install CentOS 8 To install Ampps, I am using CentOS 8, download link here: http://isoredirect.centos.org/centos/8/isos/x86_64/CentOS-8.1.1911-x86_64-dvd1.iso It is about 7.3GB. So you need burn DVD using Double Layer DVD. Google search “Verbatim 8.5GB 8X...