Decompress package
1 | cd /usr/local |
Group & User
1 | # linux account |
Init
1 | cd /usr/local/mysql/bin |
remember the init root password
Setting
1 | vi /etc/my.cnf |
Service
1 | cd /usr/local/mysql/support-files/ |
privilege
1 | cd /usr/local/mysql/bin |
Exception
1 | mysqld: Can't create/write to file '/tmp/ibgXpx9Y' (Errcode: 13 - Permission denied) |
if the /tmp dirctory have no permission:1
chmod 777 /tmp
https://blog.csdn.net/NB6063/article/details/80417319
https://blog.csdn.net/shaochenshuo/article/details/51375905