Search results

  1. M

    Hint | What is happening when MySQL drops connection

    There is a storm of errors "MySQL drops connection" among the users recently. The reason is absolutely definitely: negative server response on an attempt to open the same DB table several times simultaneously. This may have been an old issue that just recently has become actual, or it could be...
  2. M

    Boru | html output issue

    Please look at your logs and check the issue with nginx. The web site http://hearts.exofire.net/ has random response as follows: The page you are looking for is temporarily unavailable. Please try again later. It happens up to 50% of the time. The same behavior for...
  3. M

    Apache system time is different from MYSQL system time

    Boru. Apache system time is different from MYSQL system time. My logs show about 20:46:43 time difference. Please check. NTP client in place?
  4. M

    archived/backuped account files?

    Is here a chance to get a zip with files backed up at any date between September and December 2009? (account: hearts)
  5. M

    boru | mysql & apache time difference

    there is a 2h43m+ time difference between mysql and apache local clocks. could you please level it up and deploy NTP and the same time zones?
  6. M

    boru MySQL issues

    Tt seems boru has serious access issues with SQL. Here are observations: + 100% of write requests don't show up in DB (seen through phpMyAdmin) + occasionally the data is transmitted OK but do not appear in the tables + read requests randomly pass (approximately 1 out of 5) + most often...
  7. M

    MySQLAdmin - all proposed solutions didn't work

    yes, you've got a sharp eye. phpMyadmin didn't work. It didn't work after deleting all cookies. ipconfig /flushdns solved the issue
  8. M

    MySQLAdmin - all proposed solutions didn't work

    SITUATION: Wrong username/password. Access denied. TAKEN ACTIONS: 1. database created anew, user created anew, privileges assigned. 2. int.fris... and perspective IP added to the allowed hosts list. RESULT: 1. scripts can access the data base 2. MySQLAdmin access is lacking
  9. M

    Can't login to Cpanel

    The login interface indicates wrong password. The password works for ftp. ATTEMPTED FIX 1 Have tried both https://fris.x10hosting.com:2083/login/ and http://hearts.exofire.net:2082 ATTEMPTED FIX 2 Changing password for a new one doesn't work either. The same reason: current password...
  10. M

    MQ? Is messaging queue available or attainable?

    Is here a chance to run a script from command line like this?
  11. M

    MQ? Is messaging queue available or attainable?

    thank you, Calistoy and Deadbattery. Does somebody know of an MQ already in service (like PHP SAM) or that is "installable" here?
  12. M

    MQ? Is messaging queue available or attainable?

    it is not about chat scripts. It is about asynchronous php message exchange inside the code.
  13. M

    MQ? Is messaging queue available or attainable?

    Is messaging service like ZeroMQ or any one else possible on free accounts?
  14. M

    thank you for advice, and escalating the time issue with Apache and MySQL

    thank you for advice, and escalating the time issue with Apache and MySQL
  15. M

    MySQL system time and Apache time are different

    What particular part are you willing to look on? I would appreciate the fix for the time on the server side. I'm in rapid prototyping mode and don't want to spend much time on rewriting the code that has been working. Later, if the projects proves to be worthy the effort I'll take care of this...
  16. M

    Error 500 when trying to load home page

    well, at least I found this in my code and could replicate the error. I also think that the recent splash of closed accounts because of intensive use of resources is due to this fact. The looping requires thousand times more resources than usual process.
  17. M

    MySQL system time and Apache time are different

    Let's assume I'll update the time fields in MySQL with values out of PHP. MySQL has some fields set up for automatic fill in, i.e. by the time a record is created or updated. Will the two approaches collide and which rule wins in MySQL?
  18. M

    Error 500 when trying to load home page

    Most probable there is an infinite loop in your script. The loop can be a malpractice in the code. Or related to the variables that aren't identical though supposed to be such. For example recently has been a time shift. If two systems report two different times then here we are - the script...
  19. M

    MySQL system time and Apache time are different

    There is a problem with apps counting on time as a parameter. The system time in MySQL differs from Apache's one. #1 The difference is close to an hour (it could be expected for a time shift zone or summer/winter time shift not followed by one of the subsystems) #2 Since the difference isn't...
Top