MySQL

Related Articles

ERROR 1273 (HY000): Unknown collation: 'utf8mb4_0900_ai_ci'

Comment function of my blog website was broken with error: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'notefeel.spam_ip' doesn't exist But when I create this lost table with SQL, error shows: mysql> CREATE TABLE `spam_ip` ( -> `id` int(11) NOT NULL AUTO_INCREMENT, -& ...

Read more ...