歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
您现在的位置: Linux教程網 >> UnixLinux >  >> Linux綜合 >> Linux資訊 >> Linux文化

裝的MYSQL不能自動啟動?


>>> 此貼的回復 >> 不知道你的mysql版本是多少,我安裝的是5.x cp $path_of_mysql/share/mysql/mysql.server /etc/rc.d/init.d/mysqld 修改一下 basedir,datadir,pid_file到你mysql的相關路徑. chkconfig --level 2345 mysqld on 就可以了...

Copyright © Linux教程網 All Rights Reserved