摘要:
I meet with the error while calling stored procedures from the MySql in my Mac. It similar as the description below:ERRNO: 256TEXT: SQLSTATE[HY000]: General error: 1436 Thread stack overrun: 4904 bytes used of a 131072 byte stack, and 128000 bytes needed. Use 'mysqld -O thread_stack=#' to sp 阅读全文
阅读排行榜
SQLSTATE[HY000] [2002] Can't connect to local MySQL server
2011-08-02 22:41 by wildboar, 2670 阅读, 收藏,
摘要:
Just need to use 127.0.0.1 instead of 'localhost' in the configuration fileI just know the solution above, but I dont know the reason, I google this issue and find the url belowhttp://forums.zend.com/viewtopic.php?f=69&t=1832It gives me more details about this issue, but I still didn' 阅读全文
MySql.Data.MySqlClient.MySqlException: The user specified as a definer ('root'@'%') does not exist
2012-05-17 09:39 by wildboar, 1930 阅读, 收藏,
摘要:
All the settings were fine and I was wondering what’s causing the problem. At first rush I thought that it could be a cache, as I had requested recently to have xcache on our server.But it wasn’t the case. The error was much more stupid than even one can imagine.That specific script uses a stored pr 阅读全文
Utime failed: Permission denied in Smarty/sysplugins/smarty_internal_template.php on line xxx
2011-08-02 22:38 by wildboar, 1338 阅读, 收藏,
摘要:
Just change the source code followingsif ($saved_timestamp = $this->getCompiledTimestamp()) {to the below$saved_timestamp = $this->getCompiledTimestamp();if (saved_timestamp) { there is an useful article for this issue on smarty forumhttp://www.smarty.net/forums/viewtopic.php?p=69488 阅读全文
Add Reference
2011-07-10 14:45 by wildboar, 1301 阅读, 收藏,
摘要:
We use ‘using’ key word to add the namespace in the application, but the system still give us the message that it could not find the specific class. As usually, we forgot to add the reference in the a... 阅读全文
浙公网安备 33010602011771号