Search: "u 47700"
Using Mautic on an Alibaba Cloud Instance with DirectMail blog
provided earlier (when Webinoly completed installation): ``` # mysql -u root -p ``` Now create your database and the user you ...
Implementing a Modern WordPress Workflow on Alibaba Cloud - Part 1 blog
. $ sudo mysql -u root -p These tutorials are using MariaDB as a drop-in replacement for MySQL, so we will receive the welcome from ...
Implementing a Modern WordPress Workflow on Alibaba Cloud - Part 4 blog
git push -u origin master ``` We will use these commands later. ![3](https://yqintl.alicdn.com ...
How to Install Pagekit CMS on CentOS 7.4 – Part 2 Installing Pagekit blog
the website. ##Create Database Use MariaDB shell to login as root user and execute the following command: `# sudo mysql -u ...
How to Migrate ElasticSearch Data Using Logstash blog
corresponding index in the target ElasticSearch `curl -u username:password host:port/_cat/indices` Let us now look at a sample use case ...
Deploy a Laravel 5.6 application on Alibaba ECS instance blog
root password for access. `$ mysql -u root -p` Create a new Database for the application `$ mysql> CREATE DATABASE ...
How to Setup WordPress with Nginx and HHVM on Ubuntu 16.04 blog
command: mysql -u root -p Enter your root password when prompt, then create a database for WordPress: MariaDB [(none)]> create ...
How to Deploy and Host a Joomla Website on Alibaba Cloud ECS blog
and user for Joomla. To do this, log in to your MySQL account using the command below. mysql -u root -p You'll be ...
How to Install BookStack on CentOS 7 blog
privilege tables now? [Y/n] Y ``` Now you'll have to create a database for BookStack so please follow the instructions. `mysql -u ...
Self-built Kubernetes on Alibaba Cloud blog
sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config sudo chown $(id -u):$(id -g) $HOME/.kube/config You can now join any ...