zoukankan      html  css  js  c++  java
  • iis 7安装 php 5.6.11+mysql

    iis 7安装 php 5.6.11

    http://phpmanager.codeplex.com/releases/view/62183 下载PHP Manager

    下载php 5.6.11 VC9 x86 Non Thread Safe 版本的


    Microsoft Windows [版本 6.3.9600]
    (c) 2013 Microsoft Corporation。保留所有权利。

    C:UsersAdministrator>d:

    D:>cd D:mysql_5.6.24_winx64

    D:mysql_5.6.24_winx64>mysqld install
    'mysqld' 不是内部或外部命令,也不是可运行的程序
    或批处理文件。

    D:mysql_5.6.24_winx64>mysql install
    'mysql' 不是内部或外部命令,也不是可运行的程序
    或批处理文件。

    D:mysql_5.6.24_winx64>cd bin

    D:mysql_5.6.24_winx64in>mysqld install
    Service successfully installed.

    D:mysql_5.6.24_winx64in>net start mysql
    MySQL 服务正在启动 .
    MySQL 服务已经启动成功。


    D:mysql_5.6.24_winx64in>mysql uroot -p
    Enter password: **********
    ERROR 1045 (28000): Access denied for user 'ODBC'@'localhost' (using password: Y
    ES)

    D:mysql_5.6.24_winx64in>net stop mysql
    MySQL 服务正在停止.
    MySQL 服务已成功停止。


    D:mysql_5.6.24_winx64in>net start mysql
    MySQL 服务正在启动 .
    MySQL 服务已经启动成功。


    D:mysql_5.6.24_winx64in>mysql -uroot -p
    Enter password: **********
    Welcome to the MySQL monitor. Commands end with ; or g.
    Your MySQL connection id is 1
    Server version: 5.6.24 MySQL Community Server (GPL)

    Copyright (c) 2000, 2015, Oracle and/or its affiliates. All rights reserved.

    Oracle is a registered trademark of Oracle Corporation and/or its
    affiliates. Other names may be trademarks of their respective
    owners.

    Type 'help;' or 'h' for help. Type 'c' to clear the current input statement.

    mysql>

  • 相关阅读:
    【35.39%】【hdu 3333】Turing Tree
    【???】【???】小麦亩产一百八
    【心情】NOIP2014记忆
    【???】【???】了不起的郁杨
    【45.61%】【codeforces 701D】As Fast As Possible
    js如何找到方法在哪个js文件
    sql报句柄无效。 (异常来自 HRESULT:0x80070006 (E_HANDLE))
    webform的页面缓存
    KindleEditor上传文件报404
    什么是publickeytoken及publickeytoken的作用
  • 原文地址:https://www.cnblogs.com/jwhal/p/4666368.html
Copyright © 2011-2022 走看看