google-code-export / mycheckpoint

Automatically exported from code.google.com/p/mycheckpoint

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

deploy fails with lost connection to database

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
1.Rhel5
2.mysql  Ver 14.12 Distrib 5.0.22, for redhat-linux-gnu (i686) using
readline 5.0
3.Config file
[client]
host=localhost
socket=/var/lib/mysql/mysql.sock
user=root
password=<>
port=3306


What is the expected output? What do you see instead?
Deploy...

ericfe@[root]~/rds-work>mycheckpoint --defaults=./mycheckpoint.defaults -v
deploy
-- mycheckpoint rev 119, build 201003300820. Copyright (c) 2009-2010 by
Shlomi Noach
-- database is mycheckpoint
-- Deploy requested. Will deploy
-- metadata table created
-- numbers table created
-- charts_api table created
-- Global status & variables recorded
-- Master and slave status recorded
-- OS CPU info recorded
-- OS load average info recorded
-- OS mem info recorded
-- OS mountpoints info recorded
-- status_variables table exists
-- Will add the following columns to status_variables: custom_16, custom_17
-- status_variables table upgraded
-- alert_condition table created
-- alert table created
-- alert_pending table created
-- sv_latest view created
-- sv_diff view created
-- sv_sample view created
-- sv_hour view created
-- sv_day view created
-- sv_param_change view created
-- report custom views created
-- 24/7 report view created
-- recent reports views created
(2013, 'Lost connection to MySQL server during query')
--
-- Make sure `mycheckpoint` schema exists, e.g.
--   CREATE DATABASE `mycheckpoint`
-- Make sure the user has ALL PRIVILEGES on the `mycheckpoint` schema. e.g.
--   GRANT ALL ON `mycheckpoint`.* TO 'my_user'@'my_host' IDENTIFIED BY
'my_password'
-- The user will have to have the SUPER privilege in order to disable
binary logging
-- - Otherwise, use --skip-disable-bin-log (but then be aware that slaves
replicate this server's status)
-- In order to read master and slave status, the user must also be granted
with REPLICATION CLIENT or SUPER privileges
-- - Otherwise, use --skip-check-replication


What is the output when running with the "--verbose --debug" options?
Above

What version of the mycheckpoint are you using? 119
What version of the MySQL are you using? (SELECT VERSION())
mysql  Ver 14.12 Distrib 5.0.22, for redhat-linux-gnu (i686) using readline 5.0

On what operating system?
rhel 5


Original issue reported on code.google.com by eri...@gmail.com on 31 Mar 2010 at 5:29

Does this issue reproduce? Is it consistent?

Original comment by shlomi.n...@gmail.com on 1 Apr 2010 at 5:15

Also, please add output from execution with "--debug"

Original comment by shlomi.n...@gmail.com on 2 Apr 2010 at 5:23

Since 2 months have passed without further comments, I'm closing this bug as 
invalid.

Original comment by shlomi.n...@gmail.com on 7 Jun 2010 at 5:10

  • Changed state: Invalid