Search results

  1. Ecko

    Weird sql error

    Then you're doing something wrong.
  2. Ecko

    Weird sql error

    and what's the output of SHOW GRANTS ?
  3. Ecko

    Weird sql error

    Have you granted access to the IP address that Navicat is connecting from? What user are you connecting as?
  4. Ecko

    Weird sql error

    AKA you're probably using WAMP or something other gay shit.. and are probably not even running MySQL properly.. Notice how your error message doesn't even show the MySQL host? What user is Navicat connecting as? If the MySQL service is running on a different IP address than the server you are...
  5. Ecko

    Weird sql error

    Now show us your connection string..
  6. Ecko

    Weird sql error

    An error message will help
  7. Ecko

    [PHP] curl proxy returning NULL

    A full error message will greatly help
  8. Ecko

    Call of Duty Call Of Duty Now VS Call Of Duty Back Then

    yeah call of duty 2 was great
  9. Ecko

    Introduction Hello Im King Bxtch

    It's not nice to take photos of your mother when she's not looking.
  10. Ecko

    A moment of silence..

    That's a bit sad. Mine would be Kevin Spacey, Will Smith, RDJ
  11. Ecko

    Bye, devbest :)

    no one cares
  12. Ecko

    your .htaccess file Request exceeded the limit of 10 internal redirects due to probable...

    your .htaccess file Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.
  13. Ecko

    i work for a living

    i work for a living
  14. Ecko

    obviously adjust if you need to use 5.5 or 5.6

    obviously adjust if you need to use 5.5 or 5.6
  15. Ecko

    it's not enabled on default php ver (5.4) but is on 5.5, 5.6 and 7.0 add to top of .htaccess...

    it's not enabled on default php ver (5.4) but is on 5.5, 5.6 and 7.0 add to top of .htaccess file: # Use PHP7 as default AddHandler application/x-httpd-php70 .php # Use PHP7 php.ini if needed suPHP_ConfigPath /usr/local/php70/lib
  16. Ecko

    [C#] Threading

    Keep backpedaling. You mention background worker in regards to C# and for some reason think it's not reasonable to consider that means the BackgroundWorker class (which is what any person who knows C# would think). Your second link is useless. This one will clearly explain why you know nothing...
  17. Ecko

    [C#] Threading

    https://msdn.microsoft.com/en-us/library/system.componentmodel.backgroundworker.aspx You clearly know nothing.
  18. Ecko

    [C#] Threading

    That is not a good reason to use a BackgroundWorker whatsoever. Not to mention a BackgroundWorker is just its own, dedicated thread. The whole purpose of BackgroundWorker is for time consuming operations, so you're way off your mark on "the task he needs to accomplish needs to be fast and...
  19. Ecko

    [C#] Threading

    Because he needs help? Thought you were a C# coding master, why not help him instead of asking obvious questions
  20. Ecko

    Seperate AngularJS Controllers in different files

    http://stackoverflow.com/questions/20087627/how-to-create-separate-angularjs-controller-files
Top