by tekoso | Feb 26, 2018 | Knowledge Base, Linux Administration
Since MySQL 5.7 changed the security model, now the MySQL root login requires a sudo, which cannot be done through the web browser. The workaround is to create a new user and grant it permission. CREATE USER ‘phpmyadmin’@’localhost’ IDENTIFIED...
by tekoso | Sep 8, 2017 | Developer Tips, Knowledge Base
Learn to quickly and easily implement custom jQuery into your wordpress template footers with this workaround. A lot of people struggle with implementing their custom jquery within the WordPress framework, but it doesn’t have to be so hard. The confusion starts...