2
BadFox
6y

So PHP PDOs... nothing fucking works. It's that or the lovely MariaDB implementation, I know that the query is correct and I've tried a stored procedure as well. The query itself ran once to add one user and never again while anything I try now doesn't return any result. I'm going to install Percona and see if it's the implementation or me.

Comments
  • 1
    Try Doctrine as well.
  • 1
    @psion1369 will do. 🙂
  • 1
    Percona wikipedia:  company’s revenue is derived from open source database related support, consultancy and managed services.
    Install it and if the error persists call for support.
  • 0
    @kescherRant it's MariaDB that's the problem.
  • 0
    @stop that's some confidence right there.
  • 1
    Can you show your query?
    I've never had any problems with PDO.
Add Comment