Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install mysql majaro

If you want to use MySQL with MariaDB install it with

pamac install mariadb

Then run

sudo mariadb-install-db --user=mysql --basedir=/usr --datadir=/var/lib/mysql

systemctl start mariadb


and set up mariadb

sudo mariadb-secure-installation

answer the questions to set up the mariadb root user with a password. 
After that you can log in without the need of sudo.

mysql -u root -p
Comment

PREVIOUS NEXT
Code Example
Shell :: flask shell context processor 
Shell :: linux mount all fstab 
Shell :: dpkg --configure -a » pour corriger le problème. 
Shell :: openssl cannot gen key 
Shell :: sudo add-apt-repository ppa:ondrej/php 
Shell :: thunderbird refresh emails shortcut 
Shell :: power shell How to Ignore lines with StreamWriter WriteLine 
Shell :: hbase put command terminal 
Shell :: install mullvad Fedora 
Shell :: get folder size in lnux 
Shell :: choco install fluxcd 
Shell :: clé fedora36 
Shell :: find file extension zsh 
Shell :: sh file get runtime 
Shell :: get character frequency in linux 
Shell :: array difference powershell 
Shell :: ARCH_LINUX : /oldroot BUG 
Shell :: uvicorn post unsupported upgrade request 
Shell :: bash .inputrc color tab completion and more 
Shell :: hide folder staarted with dot on mac 
Shell :: how to add sha to known hosts w10 
Shell :: composer preferred-install dist and source 
Shell :: haproxy user ulimit 
Shell :: github ctags 
Shell :: git push rebase 
Shell :: what is bash os 
Shell :: Setup docker official repository 
Shell :: como veo lo que he cambiado en git 
Shell :: source scl_source enable devtoolset-6 
Shell :: how to set findstr to new variable 
ADD CONTENT
Topic
Content
Source link
Name
5+7 =