Claim your Biolink Click Here
0 like 0 dislike
1.9k views
Hi, I want to repair and optimize my mysql database..please help..

I am using vicidial
in Education & Reference by (1.6k points) | 1.9k views
0 0
Command is common for mysql database whether you are running viciddial or some other app it doesn't matter

3 Answers

0 like 0 dislike

 

You can Check and Repair MySQL Tables Using Mysqlcheck

mysqlcheck -u root -p --auto-repair --check --optimize --all-databases

OR

mysqlcheck -u root -p --auto-repair --check --optimize --database databasename

 

by (1.1k points)
0 like 0 dislike

There are three general ways to invoke mysqlcheck:

   shell> mysqlcheck [options] db_name [tables]
   shell> mysqlcheck [options] --databases DB1 [DB2 DB3...]
   shell> mysqlcheck [options] --all-databases
by
0 like 0 dislike

Run the below command as ssh shell ie: from putty

mysqlcheck -u root -p --auto-repair --check --optimize --all-databases
note: if you using goautodial then the password will be vicidialnow

mysqlcheck -u cron -p --auto-repair --check --optimize --all-databases
password will be : 1234

If you need more info about the coding, you can ask professionals from dissertation help service, they definitely can help you a lot

by (30 points)
edited by

Related questions

1 like 0 dislike
1 answer
0 like 0 dislike
1 answer
1 like 0 dislike
1 answer
2 like 0 dislike
1 answer
2 like 0 dislike
1 answer
0 like 0 dislike
1 answer
asked May 26, 2015 in Education & Reference by Simmi (830 points) | 438 views
0 like 0 dislike
1 answer
0 like 0 dislike
1 answer
1 like 0 dislike
1 answer

Where your donation goes
Technology: We will utilize your donation for development, server maintenance and bandwidth management, etc for our site.

Employee and Projects: We have only 15 employees. They are involved in a wide sort of project works. Your valuable donation will definitely boost their work efficiency.

How can I earn points?
Awarded a Best Answer 10 points
Answer questions 10 points
Asking Question -20 points

1,308 questions
1,469 answers
568 comments
4,809 users