| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 1 month |
| seen | May 7 at 17:44 | |
| stats | profile views | 41 |
Twitter:
|
May 5 |
awarded | Popular Question |
|
May 3 |
awarded | Popular Question |
|
Apr 17 |
awarded | Yearling |
|
Apr 16 |
awarded | Popular Question |
|
Mar 13 |
awarded | Peer Pressure |
|
Feb 25 |
awarded | Popular Question |
|
Feb 4 |
awarded | Famous Question |
|
Sep 26 |
awarded | Notable Question |
|
Aug 3 |
awarded | Popular Question |
|
Jul 16 |
comment |
How to Create Snapshot Backups in MySQL @AaronBrown thanks a lot for your comment, I did this question just to learn and not because I've a issue. My environment is Mysql 5.2, localhost, MAC, Thanks |
|
Jul 10 |
comment |
How to restore mysql from only myi files? I don't think that it's possible only with myi files, because they are more the structure(index) of the table than the data, I'm going to try yo put this question en DBA.stackoverflow |
|
Jul 10 |
comment |
How to restore mysql from only myi files? The MYI is only for MyISAM tables, what about the InnoDB or other engines?, take a look to this post: stackoverflow.com/questions/879176/… good luck |
|
Jul 5 |
comment |
Which mysql storage engine to choose? that's up to you, depending for what will you use the table, and if you are using mysql V-5.6+ you can create text index in Innodb Engines |
|
Jul 5 |
comment |
Which mysql storage engine to choose? the Aria Engine is getting close to use Transaction, so why don't use Aria instead? |
|
Jun 8 |
awarded | Constituent |
|
Jun 8 |
awarded | Caucus |
|
May 18 |
revised |
Is like '%text%' faster than like ('%text' or 'text%') added 120 characters in body |
|
May 18 |
revised |
Is like '%text%' faster than like ('%text' or 'text%') added 147 characters in body |
|
May 18 |
revised |
Does this cause overhead ? Select name from User where user_name LIKE '%alex%' added 12 characters in body |
|
May 18 |
asked | Is like '%text%' faster than like ('%text' or 'text%') |