Web Hosting Talk







View Full Version : Where does this MySQL thread belong??


vito
03-15-2002, 12:18 AM
Here, I hope. I can't see any other appropriate forum.

Is anyone out there good with MySQL ? I just set up a script and a new database today and I'm trying to figure out what it draws in bandwidth. It's been running for about half a day so far.

On the main page of phpmyadmin, it shows a list of the 4 tables in the db. The last column shows the size . The total shows 550 KB. So what does that represent, bandwidth? Or what? And if it's bandwidth, does that mean 550KB per half day, or 1 MB per day?

I'm pretty new with MySQL, so I need your help.

Thanks.
Vito

Lats
03-15-2002, 12:46 AM
That is the amount of disk space taken by the MySql database.


Lats...

semck83
03-17-2002, 03:46 AM
Unless you have a script or program accessing the DB from another machine, the bandwidth will simply be the bandwidth of the CGI/PHP script that accesses it.

All the best,
Stephen