3

I am getting a 'msyql server has gone away' error sometimes when doing a large binary insert, so I wanted to check the settings on mysql, things like wait_timeout and max_allowed_packet. However

show create table mysql.user

returns

[Err] 1142 - SELECT command denied to user '557574_prod'@'96.25.95.162' for table 'user'

I'd rather not hit up tech support whenever I want to know some of the relevant settings, so I was wondering if there might be a workaround?

RolandoMySQLDBA
185k34 gold badges327 silver badges541 bronze badges
asked May 26, 2011 at 18:31
1
  • Can you do: show variables like 'wait%';? Commented May 26, 2011 at 18:57

1 Answer 1

2

You could do things like these:

SHOW VARIABLES;

SHOW GRANTS;

Show status;

answered May 26, 2011 at 19:00

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.