Go Back   HowtoForge Forums | HowtoForge - Linux Howtos and Tutorials > ISPConfig 3 > General

Do you like HowtoForge? Please consider supporting us by becoming a subscriber.
Reply
 
Thread Tools Display Modes
  #1  
Old 4th March 2013, 02:28
orasis orasis is offline
Member
 
Join Date: Mar 2007
Posts: 82
Thanks: 3
Thanked 1 Time in 1 Post
Default Ubuntu 12.04 latest update 2013 March 4, on /etc/mysql/my.cnf

hi, a couple of minutes ago my ubuntu brought up some updates in which I was asked to replace my /etc/mysql/my.cnf file with the new one.
I use Ubuntu 12.04.2 LTS (Precise Pangolin)) ISPConfig 3.0.5.1

The changes show the following:
Code:
45 #
46 # Instead of skip-networking the default is now to listen only on
47 # localhost which is more compatible and is not less secure.
48-#bind-address        = 127.0.0.1
  +bind-address        = 127.0.0.1
49 #
50 # * Fine Tuning
51 #
[…]
73 #general_log_file        = /var/log/mysql/mysql.log
74 #general_log             = 1
75 #
76-# Error logging goes to syslog due to /etc/mysql/conf.d/mysqld_safe_syslog.cnf.
  +# Error log - should be very few entries.
  +#
  +log_error = /var/log/mysql/error.log
77 #
78 # Here you can see queries with especially long duration
79 #log_slow_queries    = /var/log/mysql/mysql-slow.log
well I know that bind-address should be as it was commented out
Code:
#bind-address = 127.0.0.1
but what about this new entry ?:
Code:
log_error = /var/log/mysql/error.log
what shall I do with it ?
temporarily I got it commented out

thanks for your great help!


edit:
these should be the updates:
Code:
Data from: 2013-03-04 01:00

Reading package lists...
Building dependency tree...
Reading state information...
The following packages will be upgraded:
evince evince-common libevince3-3 libmysqlclient18 mysql-client
mysql-client-5.5 mysql-client-core-5.5 mysql-common mysql-server
mysql-server-5.5 mysql-server-core-5.5
11 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Inst mysql-common [5.5.29-0ubuntu0.12.04.1] (5.5.29-0ubuntu0.12.04.2 Ubuntu:12.04/precise-updates [all])
Inst libmysqlclient18 [5.5.29-0ubuntu0.12.04.1] (5.5.29-0ubuntu0.12.04.2 Ubuntu:12.04/precise-updates [i386])
Inst mysql-server [5.5.29-0ubuntu0.12.04.1] (5.5.29-0ubuntu0.12.04.2 Ubuntu:12.04/precise-updates [all])
Conf mysql-common (5.5.29-0ubuntu0.12.04.2 Ubuntu:12.04/precise-updates [all])
Inst mysql-server-5.5 [5.5.29-0ubuntu0.12.04.1] (5.5.29-0ubuntu0.12.04.2 Ubuntu:12.04/precise-updates [i386]) []
Inst mysql-client [5.5.29-0ubuntu0.12.04.1] (5.5.29-0ubuntu0.12.04.2 Ubuntu:12.04/precise-updates [all]) []
Inst mysql-client-5.5 [5.5.29-0ubuntu0.12.04.1] (5.5.29-0ubuntu0.12.04.2 Ubuntu:12.04/precise-updates [i386]) []
Inst mysql-client-core-5.5 [5.5.29-0ubuntu0.12.04.1] (5.5.29-0ubuntu0.12.04.2 Ubuntu:12.04/precise-updates [i386]) []
Inst mysql-server-core-5.5 [5.5.29-0ubuntu0.12.04.1] (5.5.29-0ubuntu0.12.04.2 Ubuntu:12.04/precise-updates [i386])
Inst evince [3.4.0-0ubuntu1.4] (3.4.0-0ubuntu1.5 Ubuntu:12.04/precise-updates [i386]) []
Inst libevince3-3 [3.4.0-0ubuntu1.4] (3.4.0-0ubuntu1.5 Ubuntu:12.04/precise-updates [i386])
Inst evince-common [3.4.0-0ubuntu1.4] (3.4.0-0ubuntu1.5 Ubuntu:12.04/precise-updates [all])
Conf libmysqlclient18 (5.5.29-0ubuntu0.12.04.2 Ubuntu:12.04/precise-updates [i386])
Conf mysql-client-core-5.5 (5.5.29-0ubuntu0.12.04.2 Ubuntu:12.04/precise-updates [i386])
Conf mysql-client-5.5 (5.5.29-0ubuntu0.12.04.2 Ubuntu:12.04/precise-updates [i386])
Conf mysql-server-core-5.5 (5.5.29-0ubuntu0.12.04.2 Ubuntu:12.04/precise-updates [i386])
Conf mysql-server-5.5 (5.5.29-0ubuntu0.12.04.2 Ubuntu:12.04/precise-updates [i386])
Conf mysql-server (5.5.29-0ubuntu0.12.04.2 Ubuntu:12.04/precise-updates [all])
Conf mysql-client (5.5.29-0ubuntu0.12.04.2 Ubuntu:12.04/precise-updates [all])
Conf libevince3-3 (3.4.0-0ubuntu1.5 Ubuntu:12.04/precise-updates [i386])
Conf evince-common (3.4.0-0ubuntu1.5 Ubuntu:12.04/precise-updates [all])
Conf evince (3.4.0-0ubuntu1.5 Ubuntu:12.04/precise-updates [i386])
__________________
Web Design // www.orasisdesign.com

Last edited by orasis; 4th March 2013 at 02:44.
Reply With Quote
Sponsored Links
  #2  
Old 4th March 2013, 10:41
Norman Norman is offline
HowtoForge Supporter
 
Join Date: May 2006
Posts: 238
Thanks: 0
Thanked 12 Times in 11 Posts
Default

Dont think the error log entry will do much.
You can just comment out the bind and go ahead with rest of changes.

If error log grows much, just comment that out too. Nothing critical is lost by not having it.
__________________
http://www.xh.se
Reply With Quote
  #3  
Old 4th March 2013, 10:53
orasis orasis is offline
Member
 
Join Date: Mar 2007
Posts: 82
Thanks: 3
Thanked 1 Time in 1 Post
Default

Quote:
Originally Posted by Norman View Post
Dont think the error log entry will do much.
You can just comment out the bind and go ahead with rest of changes.

If error log grows much, just comment that out too. Nothing critical is lost by not having it.
Thanks for the reply Norman,
..so you think this error log change won't conflict with ispconfig in some way ?

thanks
__________________
Web Design // www.orasisdesign.com
Reply With Quote
  #4  
Old 4th March 2013, 12:21
till till is offline
Super Moderator
 
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 32,071
Thanks: 697
Thanked 4,249 Times in 3,261 Posts
Default

The error_log change will not affect ispconfig.
__________________
Till Brehm
--
Get ISPConfig support and the ISPConfig 3 manual from ispconfig.org.
Reply With Quote
  #5  
Old 4th March 2013, 12:39
orasis orasis is offline
Member
 
Join Date: Mar 2007
Posts: 82
Thanks: 3
Thanked 1 Time in 1 Post
 
Default

thanks ! have a nice day
__________________
Web Design // www.orasisdesign.com
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Upgraded to Ubuntu 12.04, ISPConfig 2 stopped working qqwong General 17 18th June 2013 14:51
High Availability Samba cluster - DRBD + Heartbeat djalex Server Operation 58 25th May 2007 19:38
HotSaNIC domino Tips/Tricks/Mods 23 6th November 2006 05:19
Log for Debugging jwan Installation/Configuration 5 27th October 2006 14:34
Ubuntu update from 5.10 to 6.06 - its allok for ispconfig? adrenalinic General 2 10th June 2006 20:28


All times are GMT +2. The time now is 03:49.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.