关于mysql安装的菜鸟日记

# ./scripts/mysql_install_db --user=mysql --datadir=/data/mysql
Installing MySQL system tables...
ERROR: 1004  Can't create file '/tmp/#sql748_1_0.frm' (errno: 13)


这是由于/tmp没有w权限造成




# ./scripts/mysql_install_db user=mysql datadir=data/mysql
WARNING: The host 'TOO' could not be looked up with resolveip.


这是由于/etc/hosts 文件没有主机名及对应ip造成

你可能感兴趣的:(mysql,File,System,日记,create)