# Wordpress as sso client Expired Nonce

**URL:** https://meta.discourse.org/t/wordpress-as-sso-client-expired-nonce/62295
**Category:** WordPress
**Created:** [5월 8, 2017, 2:58오후 UTC](https://meta.discourse.org/t/wordpress-as-sso-client-expired-nonce/62295 "2017-05-08T14:58:14Z")
**Posts on this page:** 1
**Showing post:** 15

<div class="post-metadata">

### Author: ![iamntz](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/iamntz/32/114670_2.png) [@iamntz](https://meta.discourse.org/u/iamntz)
#### Post date: [5월 9, 2017, 4:02오후 UTC](https://meta.discourse.org/t/wordpress-as-sso-client-expired-nonce/62295/15 "2017-05-09T16:02:55Z")

</div>

The problem seems to be that `CURRENT_TIMESTAMP` isn’t a valid default value for mysql \< 5.6.5, hence the nonce table can’t be created (if you looks into logs, you’ll find „invalid value for `added_on`…).

[https://dev.mysql.com/doc/refman/5.6/en/timestamp-initialization.html](https://dev.mysql.com/doc/refman/5.6/en/timestamp-initialization.html)

The shortest solution is `sudo apt-get install mysql-server-5.6`🙂

---

_[View the full topic](https://meta.discourse.org/t/wordpress-as-sso-client-expired-nonce/62295)._
