How To Repair, analyze & optimize all database in mysql

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How To Repair, analyze & optimize all database in mysql

    Login as root and run following command

    Code:
    mysqlcheck --all-databases -r
    #repair, it will repair all database
    Code:
    mysqlcheck --all-databases -a
    #analyze, it will analyze all database
    Code:
    mysqlcheck --all-databases -o
    #optimize, it will optimize all database

    WWW.9XHOST.NET

    #2
    or use phpmyadmin :/

    Comment


      #3
      Originally posted by amylee View Post
      or use phpmyadmin :/
      this for vps and dedicated server, phpmyadmin has limited ability.

      WWW.9XHOST.NET

      Comment


        #4
        You can do this in php my admin..

        lol in like repair.php why rooting it ?
        Visit: Chat4u.mobi - The New Lay Of being a site of your dreams!
        Visit: WapMasterz Coming Back Soon!
        _______
        SCRIPTS FOR SALE BY SUBZERO
        Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
        FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
        _______
        Info & Tips
        php.net
        w3schools.com

        Comment


          #5
          obviously it can be done in phpmyadmin but as i have already said it for all databse including roudncube and other db and command only for server having root access,,
          Its better to run one command or fix one my one from phpmyadin

          WWW.9XHOST.NET

          Comment

          Working...
          X