首页 Soft PlugIn RAN乱 Dev开发 Info资料 English WAP 留言 登陆 注册
-
Posted by Yippee | 评论(0) | 引用(0) | 阅读3076次
iwas5-phpmyadmin好玩的设置

今天作了一阵,把分类、小类、常规设置、登录等等整合了一下,基本OK,想回家也作作,EMAIL也觉得麻烦,干脆就创建了一个开源项目 http://yippeeiwas.tigris.org

Summary a php+mysql cms
Category  personal 
License Apache License 
Owner(s) yippee   www.shengfang.org
Your role(s) Project Owner 
随便找了一个许可协议,可是看来看去,居然找不到SVN源代码管理的地方,倒是有一个浏览的地方:

http://yippeeiwas.tigris.org/source/browse/yippeeiwas/trunk/

回家升级了tortoisesvn,访问,结果 错误 prop 查找失败,幸好记得以前下载tortoisesvn源码的时候有个网址:http://tortoisesvn.tigris.org/svn/tortoisesvn/trunk ,于是依样画葫芦,改为 http://yippeeiwas.tigris.org/svn/yippeeiwas/trunk 这下总算下载完了。

按照以前的步骤,APACHE、PHP、ZEND、PHPMYADMIN,一个一个下载安装,导入SQL脚本,最后居然出现了一个好玩的事情: www.shengfang.org

/**
 * Your phpMyAdmin url
 *
 * Complete the variable below with the full url ie
 *    http://www.your_web.net/path_to_your_phpMyAdmin_directory/
 *
 * It must contain characters that are valid for a URL, and the path is
 * case sensitive on some Web servers, for example Unix-based servers.
 *
 * In most cases you can leave this variable empty, as the correct value
 * will be detected automatically. However, we recommend that you do
 * test to see that the auto-detection code works in your system. A good
 * test is to browse a table, then edit a row and save it.  There will be
 * an error message if phpMyAdmin cannot auto-detect the correct value.
 *
 * If the auto-detection code does work properly, you can set to TRUE the
 * $cfg['PmaAbsoluteUri_DisableWarning'] variable below.
 */
$cfg['PmaAbsoluteUri'] = 'http://127.0.0.1/phpmyadmin';

我这人比较马虎,改为了这样,结果新建一个表的时候,报告:

服务器: localhost   www.shengfang.org

tbl_create.php: Missing parameter: db (FAQ 2.8)
tbl_create.php: Missing parameter: table (FAQ 2.8)

一看:[2.8] I get "Missing parameters" errors, what can I do?
Here are a few points to check:

In config.inc.php, try to leave the $cfg['PmaAbsoluteUri']directive empty. See also FAQ 4.7.
Maybe you have a broken PHP installation or you need to upgrade your Zend Optimizer. See http://bugs.php.net/bug.php?id=31134.
If you are using Hardened PHP with the ini directive varfilter.max_request_variables set to the default (200) or another low value, you could get this error if your table has a high number of columns. Adjust this setting accordingly. (Thanks to Klaus Dorninger for the hint).

也没有怎么理会,改成 http://127.0.0.1/phpmyadmin/index.php 这下更加好玩了,只见那个页面不停的试图再打开INDEX.PHP,不停的叠加,最后GB OVER。 www.shengfang.org

最后,改成 $cfg['PmaAbsoluteUri'] = 'http://127.0.0.1/phpmyadmin/';

这下OK了,其实早就说明了: www.shengfang.org

 * Complete the variable below with the full url ie
 *    http://www.your_web.net/path_to_your_phpMyAdmin_directory/

$cfg['Servers'][$i]['auth_type']     = 'config';    // Authentication method (config, http or cookie based)?

最好保持原状,不要改为HTTP,否则一个登录要输入密码,麻烦,二则老是一些页面打开失败

mysql 我先安装了4.0.25,http://dev.mysql.com/get/Downloads/MySQL-4.0/mysql-4.0.25-win32.zip/from/pick 又安装了 http://dev.mysql.com/get/Downloads/MySQL-4.1/mysql-essential-4.1.13a-win32.msi/from/pick  ,结果4.0没有完全卸载,经常出现页面打开失败。

LINUX下面的下载那么多,什么版本都有单独一个,这种开发真是~~~


字体:

Permanant URI永久地址 http://www.shengfang.org/blog/p/iwasphpadminset.php
Trackback URI引用地址 http://www.shengfang.org/blog/tb.php?tb_id=1124804018

2005年8月23日21:33星期二  [Dev开发] 追踪此文的RSS
提示:
此文还没有评论。

称呼:    登陆   注册
   不注册,但记住我的信息
邮件:
(非必须)
评论: [UBB代码帮助]
粗体 斜体 下划线 链接 水平线 引用



验证码: 请输入你看见的数字
关闭UBB      提交时自动将内容复制到剪贴板

公告
Fire and Motion!

统计信息
[Yippee]||[统计]||日志:1790
在线: 22||用户: 2562 [列表]
今日:2153||到访:2671652
Rss:838442||评论:1584

最新日志

最新评论

友情链接

日历

最新引用

搜索

归档

杂项
Get RSS Feed (Version 2.0)
Get Atom Feed (Version 0.3)
编码:  UTF-8