• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Defrag mysql possible?

TKO

Syphero Owner!
Joined
Mar 10, 2008
Messages
2,252
Reaction score
27
Location
Sweden
hey i wanna know if it's possibel to defrag your mysql to optimice it?
 
mysqlcheck -o -u MYSQLUSERNAME -pMYSQLPASSWORD DATABASENAME;

Clic on Start - RUN
Type CMD, then hit Return.

Once in console, type:
cd C:\xampp\mysql\bin\
(check if the paths are correct, in case you are not using MySQL from xampp or i typed it wrong)

now type mysqlcheck -o -uMYSQLUSERNAME -pMYSQLPASSWORD DATABASENAME

exactly as that
example:

-o -uROOT -pPASS1 OTSERV
 
when i did it said like this:

note : Table does not support optimize, doing recreate + analyze instead
status : OK
 
Back
Top