SpiritualWorlds
- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by SpiritualWorlds-
SpiritualWorlds commented,
Still, looking for this.. So far i had tried 10+ method with absolute no success ..
-
SpiritualWorlds commented,
mysqldump backup is not a perfect solution for large db's with continuous updates. You need to consider Percona XtraBackup percona.com/software/mysql-database/percona-xtrabackup Thanks. Why wo...
-
SpiritualWorlds commented,
Hello :) You may also find the following URL helpful if you are seeking the services of a developer: System Administration Services Thank you. Thanks. But i need a open source solution for exac...
-
SpiritualWorlds commented,
Why not use the script you just posted about (now deleted) in another thread? It was not working properly for DB having size more than 10 GB's o_O
-
SpiritualWorlds commented,
No my friend,didn't work for me just like other's. Backup at some point is corrupted, i had tried with different settings and max upload buffer etc etc, no success. But if i use simple mysqldump w...
-
SpiritualWorlds created a post,
Auto Backup DataBase to DropBox Account
Hello, Today i will share a script which i had been using since very long on many of my clients server and it always worked great with not a single issue once configured properly. This script wil...
-
SpiritualWorlds commented,
Yes, i opened a TICKET on my webhost and it clearly confirmed SHOW DATABASES privilege is not granted on shared servers due to security reasons So, guys tell me some way to fetch the DB name?
-
SpiritualWorlds commented,
I feel my host doesn't allow that and its very pathetic .. i tried $ echo "show databases;" | mysql $ echo "show databases;" | mysql -u [user with mysql access] $ echo "show databases;" | mysql -p...
-
SpiritualWorlds commented,
I was able to reproduce the error, i found it. Whenever i use this switch "--all-databases" it will throw access denied. If i dont use this switch and specify hard-coded DB name then it works. Any ...
-
SpiritualWorlds commented,
I had also checked PhpMyAdmin privileges . No matter what switch i use or don't i get this error this mysqldump: Couldn't execute 'SHOW DATABASES': Access denied; you need (at least one of) the SHO...