Remove MySQL database server from macOS or OSX via the command line

Remove Mysql Databse Macos

…sudo rm /Library/LaunchDaemons/com.oracle.oss.mysql.mysqld.plist sudo rm -rf /Library/StartupItems/MySQLCOM sudo rm -rf /Library/PreferencePanes/My* rm -rf ~/Library/PreferencePanes/MySQL* sudo rm -rf /Library/Receipts/mysql* sudo rm -rf /Library/Receipts/MySQL* sudo rm -rf /private/var/db/receipts/*mysql* Optionally check any processes…

Read More

Create A Bootstrap 4 Carousel Slider With ACF Image Repeater

Acf Bootstrap Carousel Slider

…Carousel Only https://gist.github.com/neilgee/d4a4c1c3de098cc34cad34208f6158e7#file-carousel-php Carousel with Nav https://gist.github.com/neilgee/d4a4c1c3de098cc34cad34208f6158e7#file-carousel-nav-php Previous Next Carousel with Nav + Indicators. https://gist.github.com/neilgee/d4a4c1c3de098cc34cad34208f6158e7#file-carouse-nav-indicators-php Previous Next Carousel with Nav and Indicators + Captions https://gist.github.com/neilgee/d4a4c1c3de098cc34cad34208f6158e7#file-carousel-caption-php Cool Slider 1 Cool Slider…

Read More