by JIM LEE | May 27, 2020 | Other, Work-Related
you need find the my.cnf file location. Normally it will in /etc/ or /etc/mysql/ then you need add the fellowing code inside my.cnf #To set the default to UTF-8, you want to add the following to my.cnf [client] default-character-set=utf8 [mysql]...
by JIM LEE | May 27, 2020 | Other, Work-Related
open terminal then input: sudo gedit after you input the password. the Ubuntu text editor will open with root permission. Now you can click the open button on top left, then browser to the file you want edit.
by JIM LEE | May 26, 2020 | Other, Work-Related
Here is my Ubuntu Version: Step 1 Install Apache2 HTTP Server sudo apt install apache2 Below is the installation screen and Apache version that I installed: jimlee@CRMServer:~$ sudo apt install apache2 Reading package lists… Done Building dependency tree Reading...
by JIM LEE | May 23, 2020 | Other
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...
by JIM LEE | May 22, 2020 | Other
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...
by JIM LEE | May 21, 2020 | Other
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...