Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

mysql cannot change directory to /nonexistent

#mysql user is looking for a home directory, which seems to have not been assigned. To do that, you can execute:

sudo systemctl stop mysql.service
sudo usermod -d /var/lib/mysql/ mysql
sudo systemctl start mysql.service

#or

sudo service mysql stop
sudo usermod -d /var/lib/mysql/ mysql
sudo service mysql start
Comment

PREVIOUS NEXT
Code Example
Shell :: scratch studio 
Shell :: heading in github readme 
Shell :: check elasticsearch connection status on aws 
Shell :: an error occurred please run package manager 
Shell :: how to make terminal close after running code command 
Shell :: grep -R exlude directory 
Shell :: powershell message all users 
Shell :: ubuntu fresh install deps 
Shell :: curl download with rate limit 
Shell :: command displays all the commands ran previously on the terminal 
Shell :: sanity coding with basir 
Shell :: add second clock to windows powershell 
Shell :: erc20 token openzeppelin example github 
Shell :: c program to add 1 to each digit of a number 
Shell :: empty 
Shell :: vscode find all @media 
Shell :: pi auto update and upgrade 
Shell :: surfshark linux cannot install 
Shell :: rust install cargo 
Shell :: shell using Loops to Add Element in XML File in Powershell 
Shell :: find and replace duplicate word linux 
Shell :: rails scaffold no views 
Shell :: git commit allow empty to trigger ci 
Shell :: figma edge 
Shell :: sed: 1: "package.json": extra characters at the end of p command 
Shell :: xss-clean github 
Shell :: hxselect examples 
Shell :: run antlr 
Shell :: how quit in after git show command 
Shell :: step by step to insatll jenkins in docker from scratch 
ADD CONTENT
Topic
Content
Source link
Name
9+4 =