반응형 MariaDB2 yum을 이용한 CentOS에서 APM 설치하기 yum을 이용한 CentOS 6.x 에서 APM 설치하기 Apache 설치[root@localhost ~]# yum -y install httpd Apache Service 실행[root@localhost ~]# service httpd start 재부팅 후 Apache service 자동실행 등록 [root@localhost ~]# chkconfig --level 2345 httpd on MySQL 설치[root@localhost ~]# yum -y install mysql mysql-server MySQL Service 실행[root@localhost ~]# service mysqld start 재부팅 후 MySQL service 자동실행 등록 [root@localhost ~]# chkconfig -.. 2018. 10. 9. [Mysql][MariaDB] MySQL Workbench에서 Update 및 Delete Query 시에 Error Code: 1175 에러 발생 할 경우 [Mysql][MariaDB] MySQL Workbench에서 Update 및 Delete Query 시에 Error Code: 1175 에러 발생 할 경우 Error Code: 1175. You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column To disable safe mode, toggle the option in Preferences -> SQL Editor and reconnect. 에러 발생 시 아래 두가지 옵션 중 한가지를 선택해서 진행하면 에러 없이 Update 및 Delete Query가 가능하다. 1) 첫 번째SET SQL_SAFE_UPDATES = 0; 쿼리 .. 2018. 5. 9. 이전 1 다음 반응형