Jump to content

Optimise Tables


New Coder

Recommended Posts

Hello All,

 

Does anybody know how to schedule table optimisation and flush tables?

 

Running mysql on windows server 2003.

 

Can I use task scheduler? If so how??

 

Also does anybody have a detailed explanation to flush logs, hosts, privileges and status?? What do they do? What are the consequences(if any)? I've tried searching for an answer but only ever seem to find explanations on how to execute them...

 

Many Thanks

Link to comment
Share on other sites

cheers, but the reason I ask is because I ran all commands on a test environment and after I was unable to connect to mysql through navicat. I had to rebuild mysql... So I was wondering if there was another set of commands I should run after flush. presumably it was flush privaleges that prevented the connection.

Link to comment
Share on other sites

Hmmm wierd this is the error I was recieving...

 

Can't connect to mysql server on 'localhost' 10061

 

Search returned no plausable explanation. Got all sorts from firewalls to port incorrect/changed none of which were the case.

 

So it's pretty safe to run all commands?? Can I/should I run them against the db called mysql also?? or just my production db's?

 

How do I use the scheduler to run these commands?

 

Sorry for the q's but I'm from a mssql background and have inherited the mysql responsibilty...

 

Many Thanks

 

Link to comment
Share on other sites

In general you should leave mysql and information_schema databases on their own. FLUSH commands are usually used during administrative tasks such as backups. I don't know details unfortunately, as I'm not administering any mysql servers (except my local development server which hardly counts).

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.