PauGNU
Forum Replies Created
-
Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] Progress is 0.03%Adding some more info:
If you use nginx behind a proxy, you should also set the client_max_body_size variable to match the upload_max_filesize.
Forum: Networking WordPress
In reply to: Custom blog analyticsSorry, but something went wrong. I finally had to use the google analytics tracking code embeded:
http://ww.wp.xz.cn/extend/plugins/tags/ga-tracking-codeThis one works fine!!
Forum: Networking WordPress
In reply to: Custom blog analyticsThanks! Done!
Forum: Networking WordPress
In reply to: Database backup with 42000 tablesUmmm, interesting. I guess the best way is to use an script. I’ll try! Thanks!
Forum: Networking WordPress
In reply to: Database backup with 42000 tablesWell, it’s a good practice for me trying to solve this. The phpmyadmin blocks the server when entering to the WPMS database, so we have to do everything using the command line (no problem at all with that).
The problem actually is that when I run the command:
mysqldump -u root blocatThe server gets overloaded and the only way to unblock it is rebooting.
What I have noticed is that the problem is actually the number of tables and not the size of the database itself. These 4200 come from a LiveJournal installation we had before. We implemented an script to migrate everything to WPMS system. When handling the livejournal database, bigger than the final wpms database we have now, there was no such problems.
Once we finished and everything worked OK we realized that there was no way entering to the database through phpmyadmin neither creating a backup because of the overload problem.
In any case, this is exciting, hahah. I’m learning a lot.
I’ll look for the best way to solving it and if I success, I’ll post «my solution».
Forum: Networking WordPress
In reply to: Database backup with 42000 tablesHi Andrea, thanks for your answer. May I ask you how can I increase the memory allocated to mysql on my linux debian server? I’ve been looking for that on Google, but there are so many variables to take into account!
Forum: Networking WordPress
In reply to: Subdomains with a "dot" like http://john.matthew.mydomain.comHi again,
This is weird. It’s working!!
http://xavier.guarque.blog.cat/Forum: Networking WordPress
In reply to: Subdomains with a "dot" like http://john.matthew.mydomain.comThanks for your quick answers. I think it isn’t worth it to change the server configuration. But it’s OK.
Thanks!
Ok, thanks!