| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 3 months |
| seen | Apr 28 at 22:48 | |
| stats | profile views | 6 |
Ethics are more important than Programming.
|
Mar 9 |
asked | What are some best monitoring tools available for mysql? |
|
Mar 7 |
asked | Why do MySQL MyISAM table indexes go out of date? |
|
Feb 27 |
asked | Is it okay to have different lower_case_table_names value on master and slave? |
|
Feb 27 |
revised |
Migrating database from OSX to Linux added 314 characters in body |
|
Feb 27 |
comment |
Migrating database from OSX to Linux Only innodb tables are complaining. I am planning to create a databasepe directory and move the ibd files to that directory and once the tables are recognized correctly, I want to use alter table to move from databasepe to databasePE. |
|
Feb 27 |
revised |
Migrating database from OSX to Linux added 340 characters in body |
|
Feb 27 |
revised |
Migrating database from OSX to Linux added 182 characters in body |
|
Feb 27 |
asked | Migrating database from OSX to Linux |
|
Feb 27 |
comment |
What is the difference between optimize table and analyze table in mysql I think, optimize table for innodb is not supported. I got a message, index will be recreated. How does it work? |
|
Feb 27 |
awarded | Supporter |
|
Feb 27 |
asked | What is the difference between optimize table and analyze table in mysql |
|
Feb 26 |
awarded | Editor |
|
Feb 26 |
revised |
Create a mysql slave database from master database added 540 characters in body |
|
Feb 26 |
comment |
Create a mysql slave database from master database mysql> show master status; +-------------------+----------+--------------+------------------+ | File | Position | Binlog_Do_DB | Binlog_Ignore_DB | +-------------------+----------+--------------+------------------+ | mydbm1-bin.008524 | 1330529 | | | +-------------------+----------+--------------+------------------+ 1 row in set (0.00 sec) |
|
Feb 26 |
comment |
Create a mysql slave database from master database I am still copying data into slave. |
|
Feb 26 |
asked | Create a mysql slave database from master database |
|
Feb 23 |
awarded | Student |
|
Feb 22 |
comment |
Should master and slave have same mysql version? I am worried now. I will go back to 5.5.11. |
|
Feb 22 |
asked | Should master and slave have same mysql version? |
|
Feb 22 |
asked | How does mysql deal with queries that touches myisam and innodb tables? |