2016 May

Common MySQL / MariaDB Commands

Log into mysql client: General Linux # mysql -u username -p Enter password: **** mysql> _ Plesk – Linux: mysql -uadmin -p`cat /etc/psa/.psa.shadow ` Plesk – Windows: (Untested) C:\Program Files\Parallels\Plesk\admin\bin>dbclient.exe –direct-sql –sql=”select * from databaseservers where type=’mysql’ and host=’localhost'” WHM / cPanel mysql -uroot If this does not work, you might try using the root… read more »

Install ownCloud Server on Ubuntu 16.04

Software Installation Install Apache web server and dependancies sudo apt-get -y install apache2 libapache2-mod-php7.0 Install PHP and required supporting modules sudo apt-get -y install php php-mysql php-curl php-dom php-gd php-ldap php-mcrypt php-zip Install MariaDB database server sudo apt-get install mariadb-server mariadb-client Install ownCloud server Download the current ownCloud software cd /var/www/html sudo wget https://download.owncloud.org/community/owncloud-9.0.1.tar.bz2 Extract… read more »

Sidebar