V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX 提问指南
jljaoe
V2EX  ›  问与答

装好 phpmyadmin 之后出现了好多问题,但是都大同小异,求大神解答!!

  •  
  •   jljaoe · 2017-01-17 21:45:35 +08:00 · 4313 次点击
    这是一个创建于 2626 天前的主题,其中的信息可能已经有所发展或是发生改变。

    Deprecation Notice in .\libraries\phpseclib\Crypt\Base.php#1592 Function mcrypt_list_algorithms() is deprecated

    Backtrace

    .\libraries\phpseclib\Crypt\Rijndael.php#269: phpseclib\Crypt\Base->isValidEngine(integer 2) .\libraries\phpseclib\Crypt\Base.php#1659: phpseclib\Crypt\Rijndael->isValidEngine(integer 2) .\libraries\phpseclib\Crypt\Base.php#494: phpseclib\Crypt\Base->_setEngine() .\libraries\plugins\auth\AuthenticationCookie.php#770: phpseclib\Crypt\Base->__construct(integer 2) .\libraries\plugins\auth\AuthenticationCookie.php#345: PMA\libraries\plugins\auth\AuthenticationCookie->cookieDecrypt( string '{"iv":"wKsIBiLkhug77yWMN+ihOw==","mac":"1f1a42a99c87176ab878037b93f74c91daf3ad6e","payload":"mPFKrJSNhtdW8Ku7zdaSPA=="}', string 'sunec', ) .\libraries\common.inc.php#758: PMA\libraries\plugins\auth\AuthenticationCookie->authCheck() .\navigation.php#13: require_once(.\libraries\common.inc.php)

    Deprecation Notice in .\libraries\phpseclib\Crypt\Base.php#1592 Function mcrypt_list_algorithms() is deprecated

    Backtrace

    .\libraries\phpseclib\Crypt\Rijndael.php#269: phpseclib\Crypt\Base->isValidEngine(integer 2) .\libraries\phpseclib\Crypt\Base.php#1659: phpseclib\Crypt\Rijndael->isValidEngine(integer 2) .\libraries\phpseclib\Crypt\Base.php#534: phpseclib\Crypt\Base->_setEngine() .\libraries\phpseclib\Crypt\Rijndael.php#215: phpseclib\Crypt\Base->setKeyLength(integer 128) .\libraries\phpseclib\Crypt\AES.php#99: phpseclib\Crypt\Rijndael->setKeyLength(integer 128) .\libraries\phpseclib\Crypt\Base.php#576: phpseclib\Crypt\AES->setKeyLength(integer 128) .\libraries\phpseclib\Crypt\AES.php#114: phpseclib\Crypt\Base->setKey(string 'unecunecunecunec') .\libraries\plugins\auth\AuthenticationCookie.php#772: phpseclib\Crypt\AES->setKey(string 'unecunecunecunec') .\libraries\plugins\auth\AuthenticationCookie.php#345: PMA\libraries\plugins\auth\AuthenticationCookie->cookieDecrypt( string '{"iv":"wKsIBiLkhug77yWMN+ihOw==","mac":"1f1a42a99c87176ab878037b93f74c91daf3ad6e","payload":"mPFKrJSNhtdW8Ku7zdaSPA=="}', string 'sunec', ) .\libraries\common.inc.php#758: PMA\libraries\plugins\auth\AuthenticationCookie->authCheck() .\navigation.php#13: require_once(.\libraries\common.inc.php)

    15 条回复    2017-01-20 22:13:41 +08:00
    jljaoe
        1
    jljaoe  
    OP
       2017-01-17 21:45:49 +08:00
    这是前两条
    itisthecon
        2
    itisthecon  
       2017-01-17 22:15:18 +08:00
    php.ini 里面把警告信息关掉即可, 顺便问下这 php 用的是哪个版本的
    itisthecon
        3
    itisthecon  
       2017-01-17 22:18:18 +08:00
    php.ini

    error_reporting = E_ALL & ~E_DEPRECATED
    qwer1234asdf
        4
    qwer1234asdf  
       2017-01-17 22:25:03 +08:00
    php 翔一样的东东。。。
    前两天安装完 php5.6 ,竟然没有 php.ini 。。。难道我装的是假的 php ?
    iscraft
        5
    iscraft  
       2017-01-17 23:04:08 +08:00
    phpmyadmin 随着 php 的不断升级变化较大 尤其是 5.2 和 5.4+ 最好选用对应彼此的合适版本
    @qwer1234asdf 遇到问题先搜索一下 不要开口就喷
    php.ini-development 和 php.ini-production 任选其一 改名为 php.ini
    techmoe
        6
    techmoe  
       2017-01-18 01:04:28 +08:00 via Android
    @qwer1234asdf 好奇怎么装的
    sleshep
        7
    sleshep  
       2017-01-18 10:59:20 +08:00
    用 adminer
    qwer1234asdf
        8
    qwer1234asdf  
       2017-01-18 10:59:32 +08:00
    @iscraft 我不会告诉你 连这两个文件也没有 最后自己新建了一个
    @techmoe
    ```bash
    sudo apt-get install php5, php5-fpm
    ```
    qwer1234asdf
        9
    qwer1234asdf  
       2017-01-18 11:02:05 +08:00
    @iscraft
    再吐槽下, php 打不了 log ,尼玛。。。。。。。。。。。。。。。。
    php 是用过最 shit 的语言,连汇编都比不上
    blackjar
        10
    blackjar  
       2017-01-18 12:08:59 +08:00
    自己蠢不要怪语言 楼上这种货色赶紧拉黑
    techmoe
        11
    techmoe  
       2017-01-18 12:54:00 +08:00 via Android
    @qwer1234asdf 我怎么就没遇到过这种情况。。你可以 phpinfo(); dump 一下 php.ini 的路径
    techmoe
        12
    techmoe  
       2017-01-18 12:54:46 +08:00 via Android
    打 log 。。找轮子吧
    qwer1234asdf
        13
    qwer1234asdf  
       2017-01-18 13:18:42 +08:00 via iPhone
    @techmoe @techmoe @blackjar 你是什么样的货色呢?@techmoe 连装了两次……我也纳闷……做完需求赶紧撤
    jljaoe
        14
    jljaoe  
    OP
       2017-01-20 22:12:28 +08:00
    @itisthecon php 是 4.5.6.2 ,似乎是版本和 mysql 不支持吧。原谅这么久才回,嘻嘻
    jljaoe
        15
    jljaoe  
    OP
       2017-01-20 22:13:41 +08:00
    @iscraft 恩,好像是的,版本不对
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   5449 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 29ms · UTC 08:35 · PVG 16:35 · LAX 01:35 · JFK 04:35
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.