News:

Click here for Toll-Free Service for your business starting at $2.00 per month

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - podunk

#1
Support Requests / Re: Help!! Account suspended!!
September 13, 2006, 06:17:55 AM
Apparently my account went over quota, but I wasn't sent an email to let me know (the terms of use say an email will be sent). Anyway, seems my account has been reactivated (at 117% of my quota...) and I will just pay to upgrade my account. Crisis over! Thanks to admin or whoever reactivated the account.
#2
Support Requests / Help!! Account suspended!!
September 12, 2006, 11:00:02 PM
I just went to login to my account and it says it has been suspended. The site also doesn't work. It is extremely important that I access the files and databases stored on my account. Can admin please contact me ASAP at richard@podunk.com.au to sort this out. This is very urgent.
#3
Quote from: dest on August 30, 2006, 07:42:46 PM
Quote from: podunk on August 29, 2006, 11:37:28 PM
Each of the databases is for a different project, so all are required. I will dump them when I have some time one day so they all run on the new server. Cheers.

Ever heard of table prefixes?  You could have one database with 113 different prefixes

With different usernames and passwords for each prefix?
#4
Quote from: Evilsprouts on August 30, 2006, 06:48:16 PM
113 databases wow no wonder the server is running slow, sort it out man.

Can't see how having multiple databases slows the server... if I had one database with a thousand tables being hit hundreds of times it's the same amount of traffic as a hundred databases being hit once, isn't it?
#5
OK - thanks for the info.
#6
On the new mysql5.freepgs.com database server, a database called information_schema is visible in PHPMyAdmin. Is it possible to hide this database (since it can't be edited anyway...)?
#7
Each of the databases is for a different project, so all are required. I will dump them when I have some time one day so they all run on the new server. Cheers.
#8
I see. I have a lot of databases on the old localhost server and now some on the new server - I would prefer them all to run on the same server. Is there a simple way to transfer all my databases on the old server to the new server (without stuffing them up)?
#9
Thank you - it works now. Is there any way to create databases on the old localhost server?
#10
I just created 4 databases on the new mysql5.freepgs.com server, but when I click on the MG link next to them and enter the username and password, the username and password is not accepted and I am denied access. I have checked the username and password carefully and I am definitely entering it correctly. Is there a problem with the mysql5.freepgs.com server? Also, is there any way to create new databases on the old localhost server?
#11
Quote from: admin on August 24, 2006, 11:53:24 PM
Please use the Contact Form and we will see if these databases actually exist.

Thanks - I have sent the details of the databases and username/password to access them through the contact form.
#12
Although I shouldn't be able to create a database from within PHPMyAdmin, when I log in there is the option to create a database with ? in the name. All my normal databases begin with podunkso_ and then a name, for example podunkso_test. However, I have accidentally created some databases on the PHPMyAdmin home page after logging in that have ? instead of _, for example, podunkso?test. They show up in the drop down of databases in PHPMyAdmin but do not show up from within the FreePgs system control panel, so I can't delete them. How do I delete these phantom databases? If I can't do it myself, can someone at FreePgs delete all databases from my account that have a ? in the name please? I would prefer to know how to do it myself though in case another one is accidentally created.
#13
Support Requests / Create MySQL database using PHP
August 22, 2006, 02:37:09 AM
Does the FreePgs MySQL database server allow databases to be created using PHP (as in, mysql_query("CREATE DATABASE Whatever")...)? If so, can I specify a different username and password for the created database(s) than my login?