PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Installs and Upgrade - vBulletin 3.0.X (http://www.photopost.com/forum/installs-upgrade-vbulletin-3-0-x/)
-   -   Link-ID == false, connect failed mysql error number: 0 (http://www.photopost.com/forum/installs-upgrade-vbulletin-3-0-x/119643-link-id-false-connect-failed-mysql-error-number-0-a.html)

StewardManscat November 17th, 2005 05:00 PM

Link-ID == false, connect failed mysql error number: 0
 
Can anyone share some possible causes of this error?

Thank you

rbl November 22nd, 2005 12:56 AM

I have experienced these errors on several occasions but never on vBG.
Are you sure they relate to vBG and not anything else?

Zachariah November 22nd, 2005 09:29 AM

Link-ID == false, connect failed mysql error number: 0

MySQL isn't accepting new connections. (The server could either be down or has reached it's maximum connections limit - either on the server level or user level.) If you are sure your config.php info is correct, then you will need to contact your host about this.

Mysql outages happen on "shared" host sometime also. If website A,B,C run on a server and "B" re-index. This could red line the and give timeouts / connect failed errors to the other sites hosted.

I have had to yell a lot (e-mail tag for a month) and have server changes to my account @ my host.

Chuck S November 22nd, 2005 10:12 AM

Powweb or Ipowerweb are famous for these types of errors in general they simply shut down the whole mysql server for a specified period of time after you reach x amount of mysql requests

Zachariah November 22nd, 2005 10:19 AM

Quote:

Originally Posted by Chuck S
Powweb or Ipowerweb are famous for these types of errors in general they simply shut down the whole mysql server for a specified period of time after you reach x amount of mysql requests

I had an idea of sequential mysql usernames on the same DB - in thought that each account would get 50,000 questions or what ever it is per day/hour. This might get past MAX questions errors many hosts love to give out. :rolleyes:

Chuck S November 22nd, 2005 10:55 AM

Yes true but no programs currently use mysql username access arrays on a single database so the best thing with those hosts a user can do is set say vbulletin to one mysql name and the gallery to another

ConqSoft November 22nd, 2005 10:59 AM

But PhotoPost vBGallery is integrated with vBulletin, and uses all vBulletin connection info. No separate configuration.

Zachariah November 22nd, 2005 12:54 PM

Quote:

Originally Posted by ConqSoft
But PhotoPost vBGallery is integrated with vBulletin, and uses all vBulletin connection info. No separate configuration.

Here was some thoughts from: Freddie Bingham @ vb.com

Quote:

Originally Posted by Zachariah
This may be a vb.org hack, but I am sure others may have ran into this issue.

I have ran into webhosts that because of "hackers and server loads" have a cap on questions mySQL server can be given in a time frame. ( I do not know the time frame)

"Error: SQL server exceeded 50,000 max questions" --- All mySQL is stoped for like 5 min then all is ok. The server it self auto temp bans then mysql account.

I was thinking of a script / VB Scheduled Task that would do steps like "Rebuild Search Index" to do like 10,000 questions a day/hour/whatever or some set value untill done. Is there a way to start and index, "pause" and contenue later ? - There may be many other "index" type operations that need this "if it can be done"

Most if not all of the Maintenance => Update Counters tasks.

Quote:

Originally Posted by Freddie Bingham
One workaround is to create multiple mysql users in your hosting account. In config.php you randomly pick one of these users to connect to the database. This will spread the questions between users and since the limit is per user, you can usually overcome the problem.



All times are GMT -5. The time now is 04:43 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97