我最近在RHEL5上安装了MySQL。我把它安装到/ usr / local / mysql
安装的完整步骤在这里
http://dev.mysql.com/doc/refman/5.1/en/binary-installation.html
shell> cp support-files/mysql.server /etc/init.d/mysql.server
然后我无法从/usr/local/mysql/support-files/mysql.server启动命令启动它
现在我可以使用以下命令停止并启动MySQL
/etc/init.d/mysql start
/etc/init.d/mysql stop
在这里创建数据库是第一步
mysql -u root -h localhost
我从我跑的任何地方都找不到命令。我该怎么办?