So I created this little php sign up script with a mysql db, and uploaded it to a remote server. Now, other scripts that use different databases on the server are throwing errors that they are unable to connect to localhost. I tried to Kill the process and flush tables, but apparently they only have one database user and a max of 10 connections, and they are lacking in the necessary privileges to perform such actions (KILL, FLUSH). Their entire ecommerce area is now down (which gets a lot of business) and I don’t know how I am supposed to close these connections. Please help!!!
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
[PHP] Connecting to MySQL DB on remote controlled PC | 0 | 78 | March 5, 2008 | |
Connecting to multiple databases on one page
|
0 | 78 | February 25, 2005 | |
Why close mysql database connection?
|
0 | 148 | November 19, 2010 | |
Oh god I killed a database
|
0 | 72 | March 19, 2005 | |
Closing MySQL connection? | 0 | 110 | June 15, 2010 |