安装owncloud出现:Error while trying to create admin user: An exception occurred while executing

安装owncloud出现:Error while trying to create admin user: An exception occurred while executing

1.安装owncloud出现如下报错

Error while trying to create admin user: An exception occurred while executing ‘INSERT INTO oc_migrations (app,version) SELECT ?,? FROM oc_migrations WHERE app = ? AND version = ? HAVING COUNT(*) = 0’ with params [“core”, “13000Date20170705121758”, “core”, “13000Date20170705121758”]: SQLSTATE[HY000]: General error: 1665 Cannot execute statement: impossible to write to binary log since BINLOG_FORMAT = STATEMENT and at least one table uses a storage engine limited to row-based logging. InnoDB is limited to row-logging when transaction isolation level is READ COMMITTED or READ UNCOMMITTED.

2.解决方法

mysql> SET GLOBAL binlog_format = ‘MIXED‘;

原因:Mysql不能存储二进制数据

原文地址:https://www.cnblogs.com/heyongboke/p/10534664.html

时间: 2024-10-01 03:28:02

安装owncloud出现:Error while trying to create admin user: An exception occurred while executing的相关文章

编译安装mysql ERROR: 1 Can't create/write to file '/tmp/#sql_86b_0.MYI'

之前安装一个5.1版本,试了一个5.5版本,useradd -s /sbin/nologin -M mysql   创建一个mysql用户mkdir -p /data/mysql chmod -R /data/mysql cd /usr/local/mysqlscripts/mysql_install_db --user=mysql --datadir=/data/mysql出现报错:ERROR: 1  Can't create/write to file '/tmp/#sql_86b_0.MY

python2.7升级到python3后,用pip进行安装时报Fatal error in launcher:Unbale to create process using`""

解决:python2.7升级到python3后,用pip进行安装时报Fatal error in launcher:Unbale to create process using`"" 通过查资料查到:http://www.scriptscoop2.com/t/9cebc32c6ebc/python-fatal-error-in-launcher-unable-to-create-process-using-c-program-files.html 借鉴MiguelCldn 提供的方法,

安装RabbitMQ编译erlang时,checking for c compiler default output file name... configure:error:C compiler cannot create executables See 'config.log' for more details.

checking for c compiler default output file name... configure:error:C compiler cannot create executables See 'config.log' for more details. 打开config.log查看明细: 网上找了下,说是没有安装cpp,libc5-devel,而在redhat中指的是glibc,glibc-devel,cpp,查看是否安装,: 果然没有,然后安装: 再次编译,发现换了一

pip安装出现Fatal error in launcher: Unable to create process using '"'的解决办法

python中使用pip安装模块时,出现:Fatal error in launcher: Unable to create process using '"' 原因:系统中可能有多处安装pip,且均加入到了环境变量中 解决办法: 1.查看pip命令的路径是否有重复:cmd命令:where pip,如下确实存在多个路径 2.拷贝环境变量path到txt中,去掉不需要的相关路径,保存,重新开个控制台,重新使用pip进行安装 多版本pip用法: 如果环境中确实需要存在多个pip,例如同时安装了pyt

configure编译时,出现 configure: error: C compiler cannot create executables错误解决 .

今天在服务器上安装bind9.9.2的时候,gcc和gcc-c++已经安装过了,但是./configure的时候还是报错: checking build system type... x86_64-unknown-linux-gnu   checking host system type... x86_64-unknown-linux-gnu   checking whether make sets $(MAKE)... yes   checking for gcc... gcc   check

java virtual machine launcher Error:Could not create the Java Virtual Machine. Error:A Fatal exception has occurred,Program will exit.

Error:Could not create the Java Virtual Machine. Error:A Fatal exception has occurred,Program will exit. 出现以上错误信息提示,如下图所示: 然后点击确定弹出以下错误信息 解决办法: 1.判断机子是否安装了Java环境.具体方法网上搜吧,这里还是给小白一个传送门:(设置) 注意设置自己的环境变量:如JAVA_HOME,CLASSPATH,PATH 2.有些程序会有内存设置,有些程序内存设置过大

Error: unpack could not create JAR file:

[[email protected] ~]# rpm -ivh jdk-7u55-linux-i586.rpm Preparing...                ########################################### [100%]   1:jdk                    ########################################### [100%]Unpacking JAR files...        rt.jar..

安装CAD出现Error 1904.Module的解决方法

在安装AutoCAD2008时,安装过程中出现了一个小错误,虽然说不影响使用,也不影响功能,但还是需要把这个问题解决,今天就和大家分享解决这个问题的方法. 错误描述 会在安装过程中出现错误提示:Error 1904.Module C:Windowssystem32MacromedFlashFlash9.ocx failed to register.  HRESULT -2147220473. <img alt=”安装CAD出现Error 1904.Module的解

configure: error: C++ compiler cannot create executables

./configure时报错:configure: error: C++ compiler cannot create executables .这个是gcc的组件没有装全,执行一下这个命令就可以解决问题: yum install gcc gcc-c++ gcc-g77