当前位置: 技术问答>linux和unix
一个菜鸟问题,关于RedHat linux和MySQL
来源: 互联网 发布时间:2015-01-11
本文导语: 我在一台机上装好了RH,现在这台机器已经可以通过我们的服务器上网,请问要怎么才能访问局域网上的其他机器(win2000).还有,我已经装好了MySQL,怎么样才能启动MySQL的服务? | A1: If y...
我在一台机上装好了RH,现在这台机器已经可以通过我们的服务器上网,请问要怎么才能访问局域网上的其他机器(win2000).还有,我已经装好了MySQL,怎么样才能启动MySQL的服务?
|
A1:
If you want visit other machines in your MS-Windows Network,you must install Samba service,and configure this service properly.then you can use 'smbclient' program to visit other machine.
A2:
You can type '/usr/sbin/safe_sqld & u=mysql' command to start MySQL service,if you command has been executed complete success,
you can find MySQL service port by 'netstat -a |grep mysql" command.
Sorry,My english is so poor,but i want to enhance my horizontal.
If you want visit other machines in your MS-Windows Network,you must install Samba service,and configure this service properly.then you can use 'smbclient' program to visit other machine.
A2:
You can type '/usr/sbin/safe_sqld & u=mysql' command to start MySQL service,if you command has been executed complete success,
you can find MySQL service port by 'netstat -a |grep mysql" command.
Sorry,My english is so poor,but i want to enhance my horizontal.
|
1、配置 vi /etc/smb.conf
2、cd /usr/sbin
mysql start
2、cd /usr/sbin
mysql start