Ask a Question related to MySQL, Design and Development.
-
deko #1
phpMyAdmin - how big is too big?
When importing a previously gzipped dump using phpMyAdmin, the maximum size
allowed for the compressed file is 50mg.
Does anyone know how this translates into database size?
Can I assume a compression ratio of 50%? If so, that would mean I cannot use
phpMyAdmin for backup/restore of databases over 100mg.
Does this sound about right?
deko Guest
-
phpMyAdmin Can't create DBs HELP
Hi, Been pulling my hair out and doing searches in google and reading the FAQ out there but stumped. PHP 4.3.2 installer for windows, MySQL... -
PhpMyadmin Help
Hi All Hope this is the right group I'm using phpmyadmin When I start up phpmyadmin it list my table fields like v_255_1 v_255_2 -
Help with phpMyAdmin
I am new to the world of Dynamic Web Design. I have already manage to install Apache and PHP/MySQL. But I am having trouble with installing... -
PHPMyAdmin
Well I got it working, I just needed to change the host line to localhost :D, thanks to both of you for the replay, apreciated. have a nice day.... -
phpmyadmin - help please!
In article <225f60c6.0307031409.9b27679@posting.google.com>, hsirhc@hotmail.com says... If you can see it 'properly' in phpmyadmin and not in... -
Hans #2
Re: phpMyAdmin - how big is too big?
"deko" <deko@nospam.com> wrote in message
news:Jqqdnd3yHJyEzeLZnZ2dnUVZ_sidnZ2d@comcast.com. ..An average harddrive with 200GB capacity weighs in about 600g, so 50mg would> When importing a previously gzipped dump using phpMyAdmin, the maximum
> size allowed for the compressed file is 50mg.
>
> Does anyone know how this translates into database size?
be 16.7 MB.
Yes.>
> Can I assume a compression ratio of 50%? If so, that would mean I cannot
> use phpMyAdmin for backup/restore of databases over 100mg.
>
> Does this sound about right?
>
There are settings in php.ini and my.cnf that restrict the maximum file
upload size and the maximum allowed packet size.
If you want larger uploads, modify these settings, or use
[url]http://www.ozerov.de/bigdump.php[/url]
Gr, Hans
Hans Guest
-
Paul Lautman #3
Re: phpMyAdmin - how big is too big?
Hans wrote:
This reminds me of when I was working with a colleague in South Africa on a> "deko" <deko@nospam.com> wrote in message
> news:Jqqdnd3yHJyEzeLZnZ2dnUVZ_sidnZ2d@comcast.com. ..>>> When importing a previously gzipped dump using phpMyAdmin, the
>> maximum size allowed for the compressed file is 50mg.
>>
>> Does anyone know how this translates into database size?
> An average harddrive with 200GB capacity weighs in about 600g, so
> 50mg would be 16.7 MB.
Y2K project. Each day we walked from the hotel up a hill to the office. Each
day my colleague complained that his laptop seemed to be getting heavier. I
pointed out that he was receiving loads of emails and documents about the
project and this must have added to the weight :-)
Paul Lautman Guest
-
Jerry Stuckle #4
Re: phpMyAdmin - how big is too big?
deko wrote:
Virtually impossible to say. Compression varies extensively depending on the> When importing a previously gzipped dump using phpMyAdmin, the maximum
> size allowed for the compressed file is 50mg.
>
> Does anyone know how this translates into database size?
>
> Can I assume a compression ratio of 50%? If so, that would mean I
> cannot use phpMyAdmin for backup/restore of databases over 100mg.
>
> Does this sound about right?
>
>
actual data.
Text generally compresses better than binary data - but not always! You can
typically get anywhere from 25-85% compression on text. Binary data is harder;
typically -5% (yes, the result can be larger!) to 50% or so.
But there are very big margins in these figures. For instance - I had a binary
file compress over 98% - but it was mostly binary zeros.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
[email]jstucklex@attglobal.net[/email]
==================
Jerry Stuckle Guest



Reply With Quote

