摘要:
一、安装(以root身份进行)1、检出最新的postgresql的yum配置从http://yum.pgsqlrpms.org/reporpms/repoview/pgdg-centos.html然后根据版本选择需要的rpm后执行下列命令rpm -Uvh http://yum.pgsqlrpms.o... 阅读全文
摘要:
/var/lib/pgsql/data/pg_hba.confCentOS 6.3下PostgreSQL 的安装与配置http://www.cnblogs.com/mchina/archive/2012/06/06/2539003.htmlpostgresAdmin3http://www.cnblo... 阅读全文
摘要:
yuminstallphp-pgsql 在开始使用PHP PostgreSQL接口,打开pg_hba.conf文件(在PostgreSQL安装目录),并添加下面一行:#IPv4localconnections:hostallall127.0.0.1/32md5使用start/restart启动Pos... 阅读全文
摘要:
[root@linux ~]# mysql -u root -p 123456Enter password: ERROR 1049 (42000): Unknown database '123456'[root@linux ~]# mysql -u root -p Enter password: W... 阅读全文
摘要:
安装apache:yum install httpd httpd-devel启动apache:/etc/init.d/httpd start此时输入服务器的IP地址,应该看到apache的服务页面,端口不用输,apache默认就是使用80端口安装mysql:yum install mysql mys... 阅读全文
摘要:
http://www.csdn.net/article/2012-08-23/2809053-PostgreSQL-is-Our-New-Default一、安装(以root身份进行)1、检出最新的postgresql的yum配置从http://yum.pgsqlrpms.org/reporpms/r... 阅读全文
摘要:
在Win7上,进入VisualStudio2008的cmd line promptperl -MCPAN -e shellinstall Spreadsheet::ParseExcelinstallSpreadsheet::ParseExcel::FmtUnicodeinstall Unicode:... 阅读全文
摘要:
用root登陆,安装mysqlyum -y install mysql-server ← 安装MySQLSetting up Install Processyum -y install php-mysql ← 安装php-mysqlSetting up Install Process然后,配置MyS... 阅读全文
摘要:
1. 用UltraISO,将CentOS写入U盘,然后将两个CentOS iso文件也拷贝到u盘中,由于u盘FAT32的限制,需要调整第一个iso文件的尺寸,剪切到4GB以内即可拷贝进u盘2. 用u盘安装,没啥好说,3. 拔下u盘,重启动后,出现missing operation system的错误... 阅读全文