Home > Article > CMS Tutorial > Solution to phpcms 1064 error
Solution to phpcms 1064 error
MySQL Errno appears in the last step of PHPCMS V9 installation: 1064 error, wait online !
MySQL Query : CREATE TABLE `phpcms_admin` ( `userid` mediumint(8) unsigned NOT NULL, `username` char(20) NOT NULL, `allowmultilogin` tinyint(1) unsigned NOT NULL default '0', `alloweditpassword` tinyint(1) unsigned NOT NULL default '0', `editpasswordnextlogin` tinyint(1) unsigned NOT NULL default '0', `disabled` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`userid`)) TYPE=MyISAM DEFAULT CHARSET=gbk MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=MyISAM DEFAULT CHARSET=gbk' at line 1 MySQL Errno : 1064 Message : MySQL Query Error
Virtual host platform, discuz7 was installed successfully, phpcms V9 installation failed
Microsoft-IIS/6.0 MySQL client version: 5.0.45 PHP extension: mysql
Don’t talk about the binary upload, it is absolutely no problem. In addition, the database is new and has no tables.
Answer:
After installing the database, the compatibility between the database and PHP is not good. If it doesn’t work, install the database several times. Many people have this problem when they install it. appears, or switch to another database. This is a problem with your server environment. There are many reasons. The common ones are the following:
1. MySQL database environment problems and encoding problems;
2. Windows Environmental configuration issues and connection timeout issues;
PHP Chinese website, a large number of free PHPCMS tutorials, welcome to learn online!
The above is the detailed content of Solution to phpcms 1064 error. For more information, please follow other related articles on the PHP Chinese website!