# 1146 – Table ‘phpmyadmin.pma_table_uiprefs’ doesn’t exist
띠로리~
띠로리~
vtigercrm 6.0에서 6.1로 마이그레이션을 했더니 아래의 에러가 나왔습니다.
"Illegal escape sequence 'u'"
아래 첨부한 파일을 include/Zend/Json 경로에 넣으면 됩니다.
출처 : https://discussions.vtiger.com/index.php?p=/discussion/173160/cant-do-a-contact-search/p1
1. repo 파일을 다운합니다.
http://dev.mysql.com/downloads/repo/yum/
2. yum localinstall <다운받은 repo 파일>
3. yum install mysql-server
끝~
just setup mysql on centos and forgot to set it to auto-start on boot - there the quick fix
sudo /sbin/chkconfig --level 2345 mysqld on
check that this worked as expected by running the chkconfig list
/sbin/chkconfig --list
should result in the below output
mysqld 0:off 1:off 2:on 3:on 4:on 5:on 6:off
php.ini에서 session.save_path 항목에 권한을 제대로 주거나 위치를 수정 합니다.
centos 6.5 64비트 기준
/etc/rc.d/rc.local 파일에 추가
---------
/opt/lampp/xampp startapache
/opt/lampp/xampp startmysql
[root@localhost bpcrm]# getconf LONG_BIT
64
[root@localhost bpcrm]# arch
x86_64
[root@localhost bpcrm]# uname -m
x86_64
[root@localhost bpcrm]# echo $HOSTTYPE
x86_64
[root@localhost bpcrm]# lscpu
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 4
On-line CPU(s) list: 0-3
Thread(s) per core: 1
Core(s) per socket: 4
Socket(s): 1
NUMA node(s): 1
Vendor ID: GenuineIntel
CPU family: 6
Model: 30
Stepping: 5
CPU MHz: 2526.727
BogoMIPS: 5053.45
Virtualization: VT-x
L1d cache: 32K
L1i cache: 32K
L2 cache: 256K
L3 cache: 8192K
NUMA node0 CPU(s): 0-3
http://blog.naver.com/adidas0331?Redirect=Log&logNo=220011444849
root'@'localhost' (using password: NO)