Webmaster/tech support for PuritanBoard

Status
Not open for further replies.

Scott Bushey

Puritanboard Commissioner
Who in our community has programming experience w/ XMB or MySql? Our server, "Rose Hosting" does not offer any support per se. The data base needs maintanence and we really have no idea what to do, periodically or daily. As the database grows, our cost increases.
 
Can you install Phpmyadmin? If they don't mind, I could help you install it. All it is is just a PHP program - if you know your database's username and password, you could set it up.

Otherwise, you could write a simple PHP script that just "optimizes" each table and you could run that periodically.

But generally, your database size is increasing due to all the board content. Depending upon how session management works, it could also be storing session information in the database, and you could save space by clearing out that table once in a while.
 
Originally posted by smallbeans
Can you install Phpmyadmin? If they don't mind, I could help you install it. All it is is just a PHP program - if you know your database's username and password, you could set it up.

Otherwise, you could write a simple PHP script that just "optimizes" each table and you could run that periodically.

But generally, your database size is increasing due to all the board content. Depending upon how session management works, it could also be storing session information in the database, and you could save space by clearing out that table once in a while.

Jonathan,

It would indeed be a good thing to install PhpMyADmin - can we find that out Scott? If we had that I could find out more about the database.

There is an optimize script built into XMB - I just ran it.

We also need an efficient way to find out what is taking up space on the server, and without CPanel that is not easy. We only have access to Webmin - which (in my opinion) really stinks.
 
Another thought is that the provider could be storing your web access stats in your home directory - thus, contributing to your diskspace usage. If the stats aren't precious to you, you might ask them to truncate those files.
 
Status
Not open for further replies.
Back
Top