Have you tried MySQLTuner yet? It's free and it makes optimizing your MySQL server easier than ever!

If Redhat, CentOS, Fedora, or any other similar OS provides the following error:
# ifup eth1
Device eth1 has different MAC address than expected, ignoring.

Check that someone didn’t put an IP in as a hardware address:
DEVICE=eth1
HWADDR=10.240.11.100
NETMASK=255.255.224.0
ONBOOT=yes
TYPE=Ethernet

If they did, then fix it with the correct configuration directive:
DEVICE=eth1
IPADDR=10.240.11.100
NETMASK=255.255.224.0
ONBOOT=yes
TYPE=Ethernet

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • bodytext
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Reddit
  • Slashdot
  • StumbleUpon
  • Technorati
  • TwitThis
Leave a Reply

You must be logged in to post a comment. Login »