VMware Images:
|
The Perfect Server - OpenSUSE 10.3 (32-bit) - Page 4
7 DNS ServerRun yast2 -i bind bind-chrootenv bind-devel bind-utils Then we add the system startup links for BIND and start it: chkconfig --add named Bind will run in a chroot jail under /var/lib/named.
8 MySQLIn order to install MySQL, we run yast2 -i mysql mysql-client mysql-shared perl-DBD-mysql perl-DBI perl-Data-ShowTable libmysqlclient-devel Then we add the system startup links for MySQL and start it: chkconfig --add mysql Now check that networking is enabled. Run netstat -tap | grep mysql In the output you should see something like this: server1:~ # netstat -tap | grep mysql If you don't see a line like this, edit /etc/my.cnf, comment out the option skip-networking: vi /etc/my.cnf
and restart your MySQL server: /etc/init.d/mysql restart Run mysqladmin -u root password yourrootsqlpassword to set a password for the user root@localhost. As you've seen in the netstat output, MySQL is not only listening on localhost, but on all interfaces, which means it can be accessed from the outside. Therefore we need to set a password for the user root@server1.example.com as well. But there's one little problem: most likely the Host column in the mysql.user table doesn't contain server1.example.com, but server1. We will change that now, and afterwards we will set a MySQL password for the user root@server1.example.com. Let's connect to MySQL: mysql -u root -p Type in the password for the MySQL root user. Then, on the MySQL shell, do this: mysql> USE mysql; mysql> SELECT * FROM user; The output could look like this:
As you see, in the second row, it reads server1 instead of server1.example.com in the Host column. Let's replace that with server1.example.com: mysql> UPDATE user SET Host = 'server1.example.com' WHERE Host = 'server1'; mysql> FLUSH PRIVILEGES; We can leave the MySQL shell now: mysql> quit; Now back on the normal shell, we can set the MySQL password for the user root@server1.example.com: mysqladmin -h server1.example.com -u root password yourrootsqlpassword
|
www.seamlessenterprise.com
One number. One voicemail. Seize the lead. Sprint Mobile Integration.
www.seamlessenterprise.com
One Number. One Voicemail.
Make it easier for clients to reach you. Turn your desk phone and mobile phone into one with Sprint Mobile Integration.
www.seamlessenterprise.com
One number. One voicemail. Sprint Mobile Integration.
www.seamlessenterprise.com
AT&T Synaptic Compute as a Service. Boost your power on demand.
Trial: IBM Cognos Express Reporting, Analysis & Planning
Learn benefits of Simpana software.
View the Gartner Video




print: 

Recent comments
16 hours 13 min ago
1 day 8 hours ago
1 day 9 hours ago
1 day 9 hours ago
1 day 18 hours ago
1 day 23 hours ago
1 day 23 hours ago
2 days 10 hours ago
2 days 12 hours ago
2 days 18 hours ago