feldon27
- Total activity 133
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 42
Comments
Recent activity by feldon27-
Which one? Issues #1-6 in the OP's post.
-
Infopro, With the current cPanel approach to development, X3 would be phased out and Paper Lantern would be rolled out to all users. At that point, PCZero and others would experience a significant...
-
I'm curious why you need a my.cnf file to do a bash script. Have you tried something like: #!/bin/sh fdb=feldon30_testforum fuser=feldon30 fpw=U$fkds0431 fdate=`eval date +%Y-%m-%d` mysql -u $fus...
-
I wrote a tool a while back to help with converting to file per table, and/or fixing issues caused by people messing with (but not deleting!) ibdata1:
-
Another thing that tempts people to delete ibdata1 is that this file grows to the maximum size of all your server's tables that use innoDB and then will NEVER shrink. Not ever. You could have 31GB ...
-
Yes, I understand CentOS 5.x is going to be EOL in 2 full years. Alerting customers in this manner isn't exactly appropriate, and it's needlessly inflammatory. It's not like this is a 1-click upgra...
-
Well my last post got deleted so let's try again... Often, people ask "cPanel has this behavior I don't like. Is there a way to work around it?" and the response is "Put in a feature suggestion." ...
-
Just ran into this today. If the first 8 characters must be unique, then WHM shouldn't allow account names over 8 characters. That one doesn't pass the smell test. But mostly I'm completely astoni...
-
Thank you for the link! As for the request to add a single entry of "innodb_file_per_table=1" to my.cnf, well if it hasn't happened after 7 years, how likely is it to happen now? Also, isn't the M...
-
I have found two articles that explain how to completely backup all your innodb tables, either delete or regenerate the ibdata1 file, and then restore the data: [url=http://stackoverflow.com/quest...