黄色网页视频 I 影音先锋日日狠狠久久 I 秋霞午夜毛片 I 秋霞一二三区 I 国产成人片无码视频 I 国产 精品 自在自线 I av免费观看网站 I 日本精品久久久久中文字幕5 I 91看视频 I 看全色黄大色黄女片18 I 精品不卡一区 I 亚洲最新精品 I 欧美 激情 在线 I 人妻少妇精品久久 I 国产99视频精品免费专区 I 欧美影院 I 欧美精品在欧美一区二区少妇 I av大片网站 I 国产精品黄色片 I 888久久 I 狠狠干最新 I 看看黄色一级片 I 黄色精品久久 I 三级av在线 I 69色综合 I 国产日韩欧美91 I 亚洲精品偷拍 I 激情小说亚洲图片 I 久久国产视频精品 I 国产综合精品一区二区三区 I 色婷婷国产 I 最新成人av在线 I 国产私拍精品 I 日韩成人影音 I 日日夜夜天天综合

mysql下面的INSTALL-BINARY的內容,所有的mysql

系統 2531 0
      2.2 Installing 
      
        MySQL
      
       on Unix/
      
        Linux Using Generic Binaries



   Oracle provides a set of binary distributions of 
      
      
        MySQL
      
      .
      
         These

   
      
      
        include
      
      
         binary distributions in the form of compressed tar files

   (files with a 
      
      .tar.gz extension) 
      
        for
      
       a 
      
        number
      
       of platforms, 
      
        as
      
      
        

   well 
      
      
        as
      
       binaries in platform-specific package formats 
      
        for
      
      
         selected

   platforms
      
      .
      
        



   This section covers the installation of 
      
      
        MySQL
      
      
         from a compressed

   tar 
      
      
        file
      
       binary distribution. 
      
        For
      
       other platform-
      
        specific package

   formats
      
      , see the other platform-specific sections. 
      
        For
      
       example,

   
      
        for
      
       Windows distributions, see Section 2.3, "
      
        Installing MySQL on

   Microsoft Windows.
      
      "
      
        



   To obtain 
      
      
        MySQL
      
      , see Section 2.1.3, "How to Get MySQL."



   
      
        MySQL
      
       compressed tar 
      
        file
      
      
         binary distributions have names of the

   form 
      
      
        mysql
      
      -VERSION-OS.tar.gz, where VERSION is a 
      
        number
      
       (
      
        for
      
      
        

   example
      
      , 5.6.22), and OS indicates the type of operating 
      
        system
      
      
        for
      
       which the distribution is intended (
      
        for
      
       example, pc-linux-
      
        i686

   or winx64)
      
      .
      
        



   To install 
      
      
        MySQL
      
       from a compressed tar 
      
        file
      
       binary distribution,
      
        

   your 
      
      
        system
      
      
         must have GNU gunzip to uncompress the distribution

   and a reasonable tar to 
      
      
        unpack
      
       it. 
      
        If
      
      
         your tar program supports

   the z option
      
      , it can both uncompress and 
      
        unpack
      
       the 
      
        file
      
      .
      
        



   GNU tar is known to work
      
      .
      
         The standard tar provided with some

   operating systems is not able to 
      
      
        unpack
      
       the long 
      
        file
      
      
         names in the

   
      
      
        MySQL
      
       distribution. You should download and install GNU tar, or 
      
        if
      
      
        

   available
      
      , 
      
        use
      
       a preinstalled version of GNU tar.
      
         Usually this is

   available 
      
      
        as
      
       gnutar, gtar, or 
      
        as
      
      
         tar within a GNU or Free Software

   directory
      
      , such 
      
        as
      
       /usr/sfw/bin or /usr/local/bin.
      
         GNU tar is

   available from http
      
      :
      
        //
      
      
        www.gnu.org/software/tar/.
      
      
           Warning



   
      
      
        If
      
       you have previously installed 
      
        MySQL
      
       using your operating 
      
        system
      
      
        

   native package management 
      
      
        system
      
      , such 
      
        as
      
       yum or apt-get,
      
         you may

   experience problems installing using a native binary
      
      .
      
         Make sure

   your previous 
      
      
        MySQL
      
      
         previous installation has been removed

   entirely (using your package management 
      
      
        system
      
      ),
      
         and that any

   additional files
      
      , such 
      
        as
      
       old versions of your data files,
      
         have

   also been removed
      
      .
      
         You should also check the existence of

   configuration files such 
      
      
        as
      
       /etc/my.cnf or the /etc/
      
        mysql
      
      
        

   directory have been deleted
      
      .



   
      
        If
      
       you run into problems and need to 
      
        file
      
       a bug report, please 
      
        use
      
      
        

   the instructions in Section 
      
      1.7, "How to Report Bugs or Problems."
      
        



   On Unix
      
      , to install a compressed tar 
      
        file
      
       binary distribution,

   
      
        unpack
      
      
         it at the installation location you choose (typically

   
      
      /usr/local/
      
        mysql
      
      ).
      
         This creates the directories shown in the

   following table
      
      .
      
        



   Table 
      
      2.3 
      
        MySQL
      
       Installation Layout 
      
        for
      
       Generic Unix/
      
        Linux Binary

   Package

   Directory Contents of Directory

   bin Client programs and the mysqld server

   data 
      
      
        Log
      
       files,
      
         databases

   docs Manual in Info format

   man Unix manual pages

   
      
      
        include
      
      
        Include
      
       (
      
        header
      
      
        ) files

   lib Libraries

   scripts mysql_install_db

   share Miscellaneous support files
      
      , including error messages,
      
        

   sample configuration files
      
      , SQL 
      
        for
      
      
         database installation

   sql
      
      -
      
        bench Benchmarks



   Debug versions of the mysqld binary are available 
      
      
        as
      
       mysqld-debug.
      
        

   To compile your own debug version of 
      
      
        MySQL
      
      
         from a source

   distribution
      
      , 
      
        use
      
      
         the appropriate configuration options to enable

   debugging support
      
      . 
      
        For
      
       more information on compiling from source,
      
        

   see Section 
      
      2.9, "Installing MySQL from Source."
      
        



   To install and 
      
      
        use
      
       a 
      
        MySQL
      
       binary distribution,
      
         the basic command

   sequence looks like this
      
      :
      
        

shell
      
      > groupadd 
      
        mysql
      
      
        

shell
      
      > useradd -r -g 
      
        mysql
      
      
        mysql
      
      
        

shell
      
      > cd /usr/
      
        local

shell
      
      > tar zxvf /path/to/
      
        mysql
      
      -VERSION-OS.tar.
      
        gz

shell
      
      > ln -s full-path-to-
      
        mysql
      
      -VERSION-OS 
      
        mysql
      
      
        

shell
      
      > cd 
      
        mysql
      
      
        

shell
      
      > 
      
        chown
      
       -R 
      
        mysql
      
       .
      
        

shell
      
      > 
      
        chgrp
      
       -R 
      
        mysql
      
       .
      
        

shell
      
      > scripts/mysql_install_db --user=
      
        mysql
      
      
        

shell
      
      > 
      
        chown
      
       -R root .
      
        

shell
      
      > 
      
        chown
      
       -R 
      
        mysql
      
      
         data

shell
      
      > bin/mysqld_safe --user=
      
        mysql
      
       &


      
        #
      
      
         Next command is optional
      
      

shell> cp support-files/
      
        mysql
      
      .server /etc/init.d/
      
        mysql
      
      .
      
        server



   mysql_install_db creates a 
      
      
        default
      
       option 
      
        file
      
       named my.
      
        cnf in the

   base installation directory
      
      . This 
      
        file
      
      
         is created from a template

   included in the distribution package named my
      
      -
      
        default
      
      .cnf. 
      
        For
      
      
        

   more information
      
      , see Section 5.1.2.2, "
      
        Using a Sample Default

   Server Configuration File.
      
      "
      
        



   A more detailed version of the preceding description 
      
      
        for
      
      
        

   installing a binary distribution follows
      
      .
      
        

   Note



   This procedure assumes that you have root (administrator) access

   to your 
      
      
        system
      
      . Alternatively, you can prefix 
      
        each
      
      
         command using

   the sudo (Linux) or pfexec (OpenSolaris) command
      
      .
      
        



   The procedure does not set up any passwords 
      
      
        for
      
      
        MySQL
      
       accounts.
      
        

   After following the procedure
      
      , proceed to Section 2.10.2,

   "Securing the Initial MySQL Accounts."
      
        



Create a 
      
      
        mysql
      
      
         User and Group



   
      
      
        If
      
       your 
      
        system
      
       does not already have a user and group 
      
        for
      
      
         mysqld

   to run 
      
      
        as
      
      , you may need to create one.
      
         The following commands add

   the 
      
      
        mysql
      
       group and the 
      
        mysql
      
       user.
      
         You might want to call the

   user and group something 
      
      
        else
      
       instead of 
      
        mysql
      
      . 
      
        If
      
       so,
      
         substitute

   the appropriate name in the following instructions
      
      . The syntax 
      
        for
      
      
        

   useradd and groupadd may differ slightly on different versions of

   Unix
      
      , or they may have different names such 
      
        as
      
      
         adduser and

   addgroup
      
      .
      
        

shell
      
      > groupadd 
      
        mysql
      
      
        

shell
      
      > useradd -r -g 
      
        mysql
      
      
        mysql
      
      
        



   Note



   Because the user is required only 
      
      
        for
      
       ownership purposes,
      
         not

   login purposes
      
      , the useradd command uses the -
      
        r option to create a

   user that does not have login permissions to your server host
      
      .
      
        

   Omit this option to permit logins 
      
      
        for
      
       the user (or 
      
        if
      
      
         your useradd

   does not support the option)
      
      .
      
        



Obtain and 
      
      
        Unpack
      
      
         the Distribution



   Pick the directory under which you want to 
      
      
        unpack
      
      
         the distribution

   and change location into it
      
      .
      
         The example here unpacks the

   distribution under 
      
      /usr/local. The instructions, therefore,
      
         assume

   that you have permission to create files and directories in

   
      
      /usr/local. 
      
        If
      
       that directory is 
      
        protected
      
      ,
      
         you must perform the

   installation 
      
      
        as
      
       root.
      
        

shell
      
      > cd /usr/
      
        local



   Obtain a distribution 
      
      
        file
      
      
         using the instructions in Section

   
      
      2.1.3, "How to Get MySQL." 
      
        For
      
       a given release,
      
         binary

   distributions 
      
      
        for
      
       all platforms are built from the same 
      
        MySQL
      
      
        

   source distribution
      
      .



   
      
        Unpack
      
       the distribution, which creates the installation directory.
      
        

   Then create a symbolic link to that directory
      
      .
      
         tar can uncompress

   and 
      
      
        unpack
      
       the distribution 
      
        if
      
       it has z option support:
      
        

shell
      
      > tar zxvf /path/to/
      
        mysql
      
      -VERSION-OS.tar.
      
        gz

shell
      
      > ln -s full-path-to-
      
        mysql
      
      -VERSION-OS 
      
        mysql
      
      
        



   The tar command creates a directory named 
      
      
        mysql
      
      -VERSION-OS.
      
         The ln

   command makes a symbolic link to that directory
      
      .
      
         This enables you

   to refer more easily to the installation directory 
      
      
        as
      
      

   /usr/local/
      
        mysql
      
      .



   
      
        If
      
       your tar does not have z option support, 
      
        use
      
       gunzip to 
      
        unpack
      
      
        

   the distribution and tar to 
      
      
        unpack
      
       it.
      
         Replace the preceding tar

   command with the following alternative command to uncompress and

   
      
      
        extract
      
       the distribution:
      
        

shell
      
      > gunzip < /path/to/
      
        mysql
      
      -VERSION-OS.tar.gz | tar xvf -
      
        



Perform Postinstallation Setup



   The remainder of the installation process involves setting up the

   configuration 
      
      
        file
      
      , creating the core databases,
      
         and starting the

   
      
      
        MySQL
      
       server. 
      
        For
      
      
        next
      
       steps, see Section 2.10, "
      
        Postinstallation

   Setup and Testing.
      
      "
      
        

   Note



   The accounts that are listed in the 
      
      
        MySQL
      
      
         grant tables initially

   have no passwords
      
      . After starting the server,
      
         you should set up

   passwords 
      
      
        for
      
       them using the instructions in Section 2.10.2,

   "Securing the Initial MySQL Accounts."



2.3 Installing 
      
        MySQL
      
      
         on Microsoft Windows



   
      
      
        MySQL
      
       is available 
      
        for
      
       Microsoft Windows, 
      
        for
      
       both 32-
      
        bit and

   
      
      64-bit versions. 
      
        For
      
       supported Windows platform information,
      
         see

   http
      
      :
      
        //
      
      
        www.mysql.com/support/supportedplatforms/database.html.
      
      
        

   It is possible to run 
      
      
        MySQL
      
      
        as
      
       a standard application or 
      
        as
      
      
         a

   Windows service
      
      . By using a service,
      
         you can monitor and control

   the operation of the server through the standard Windows service

   management tools
      
      . 
      
        For
      
       more information, see Section 2.3.5.7,

   "Starting MySQL as a Windows Service."
      
        



   Generally
      
      , you should install 
      
        MySQL
      
      
         on Windows using an account

   that has administrator rights
      
      . Otherwise,
      
         you may encounter

   problems with certain operations such 
      
      
        as
      
      
         editing the PATH

   environment variable or accessing the Service Control Manager
      
      .
      
        

   Once installed
      
      , 
      
        MySQL
      
      
         does not need to be executed using a user

   with Administrator privileges
      
      .



   
      
        For
      
       a 
      
        list
      
       of limitations on the 
      
        use
      
       of 
      
        MySQL
      
      
         on the Windows

   platform
      
      , see Section D.10.6, "Windows Platform Limitations."
      
        



   In addition to the 
      
      
        MySQL
      
       Server package,
      
         you may need or want

   additional components to 
      
      
        use
      
      
        MySQL
      
      
         with your application or

   development environment
      
      . These 
      
        include
      
      , but are not limited to:



     * To connect to the 
      
        MySQL
      
       server using ODBC,
      
         you must have a

       Connector
      
      /ODBC driver. 
      
        For
      
       more information,
      
         including

       installation and configuration instructions
      
      , see 
      
        MySQL
      
      
        

       Connector
      
      /
      
        ODBC Developer Guide

       (http
      
      :
      
        //
      
      
        dev.mysql.com/doc/connector-odbc/en/index.html).
      
      
               Note

       
      
      
        MySQL
      
       Installer will install and configure Connector/ODBC 
      
        for
      
      
        

       you
      
      .



     * To 
      
        use
      
      
        MySQL
      
       server with .NET applications,
      
         you must have the

       Connector
      
      /Net driver. 
      
        For
      
       more information,
      
         including

       installation and configuration instructions
      
      , see 
      
        MySQL
      
      
        

       Connector
      
      /
      
        Net Developer Guide

       (http
      
      :
      
        //
      
      
        dev.mysql.com/doc/connector-net/en/index.html).
      
      
               Note

       
      
      
        MySQL
      
       Installer will install and configure Connector/NET 
      
        for
      
      
        

       you
      
      .



   
      
        MySQL
      
       distributions 
      
        for
      
      
         Windows can be downloaded from

   http
      
      :
      
        //
      
      
        dev.mysql.com/downloads/. See Section 2.1.3, "How to Get
      
      
        MySQL
      
      ."
      
        



   MySQL for Windows is available in several distribution formats,

   detailed following. Generally speaking, you should use MySQL

   Installer. It is simpler to use than the Zip file, and you need no

   additional tools to get MySQL up and running. MySQL Installer

   automatically installs MySQL Server and additional MySQL products,

   creates an options file, starts the server, and enables you to

   create default user accounts. For more information on choosing a

   package, see Section 2.3.2, 
      
      "Choosing An Installation Package."
      
        



     * A MySQL Installer distribution includes MySQL Server and

       additional MySQL products including MySQL Workbench, MySQL

       Notifier, and MySQL for Excel. MySQL Installer can also be

       used to upgrade these products in the future.

       For instructions on installing MySQL using MySQL Installer,

       see Section 2.3.3, 
      
      "Installing 
      
        MySQL
      
      
         on Microsoft Windows

       Using 
      
      
        MySQL
      
       Installer."
      
        



     * The standard binary distribution (packaged as a Zip file)

       contains all of the necessary files that you unpack into your

       chosen location. This package contains all of the files in the

       full Windows MSI Installer package, but does not include an

       installation program.

       For instructions on installing MySQL using the Zip file, see

       Section 2.3.5, 
      
      "Installing 
      
        MySQL
      
      
         on Microsoft Windows Using a

       noinstall Zip Archive
      
      ."
      
        



     * The source distribution format contains all the code and

       support files for building the executables using the Visual

       Studio compiler system.

       For instructions on building MySQL from source on Windows, see

       Section 2.9, 
      
      "Installing 
      
        MySQL
      
       from Source."
      
        



   MySQL on Windows considerations:



     * Large Table Support

       If you need tables with a size larger than 4GB, install MySQL

       on an NTFS or newer file system. Do not forget to use MAX_ROWS

       and AVG_ROW_LENGTH when you create tables. See Section

       13.1.17, 
      
      "CREATE TABLE Syntax."
      
        



     * MySQL and Virus Checking Software

       Virus-scanning software such as Norton/Symantec Anti-Virus on

       directories containing MySQL data and temporary tables can

       cause issues, both in terms of the performance of MySQL and

       the virus-scanning software misidentifying the contents of the

       files as containing spam. This is due to the fingerprinting

       mechanism used by the virus-scanning software, and the way in

       which MySQL rapidly updates different files, which may be

       identified as a potential security risk.

       After installing MySQL Server, it is recommended that you

       disable virus scanning on the main directory (datadir) used to

       store your MySQL table data. There is usually a system built

       into the virus scanning software to enable specific

       directories to be ignored.

       In addition, by default, MySQL creates temporary files in the

       standard Windows temporary directory. To prevent the temporary

       files also being scanned, configure a separate temporary

       directory for MySQL temporary files and add this directory to

       the virus scanning exclusion list. To do this, add a

       configuration option for the tmpdir parameter to your my.ini

       configuration file. For more information, see Section 2.3.5.2,

       
      
      "Creating an Option 
      
        File
      
      ."
      
        



2.3.1 MySQL Installation Layout on Microsoft Windows



   For MySQL 5.6 on Windows, the default installation directory is

   C:\Program Files\MySQL\MySQL Server 5.6. Some Windows users prefer

   to install in C:\mysql, the directory that formerly was used as

   the default. However, the layout of the subdirectories remains the

   same.



   All of the files are located within this parent directory, using

   the structure shown in the following table.



   Table 2.4 Default MySQL Installation Layout for Microsoft Windows

   Directory Contents of Directory Notes

   bin Client programs and the mysqld server

   %ALLUSERSPROFILE%\MySQL\MySQL Server 5.6\ Log files, databases

   (Windows XP, Windows Server 2003) The Windows system variable

   %ALLUSERSPROFILE% defaults to C:\Documents and Settings\All

   Users\Application Data

   %PROGRAMDATA%\MySQL\MySQL Server 5.6\ Log files, databases (Vista,

   Windows 7, Windows Server 2008, and newer) The Windows system

   variable %PROGRAMDATA% defaults to C:\ProgramData

   examples Example programs and scripts

   include Include (header) files

   lib Libraries

   scripts Utility scripts

   share Miscellaneous support files, including error messages,

   character set files, sample configuration files, SQL for database

   installation



   If you install MySQL using the MySQL Installer, this package

   creates and sets up the data directory that the installed server

   will use, and also creates a pristine 
      
      "template"
      
         data directory

   named data under the installation directory. After an installation

   has been performed using this package, the template data directory

   can be copied to set up additional MySQL instances. See Section

   5.3, 
      
      "Running Multiple 
      
        MySQL
      
       Instances on One Machine."
      
        



2.3.2 Choosing An Installation Package



   For MySQL 5.6, there are installation package formats to choose

   from when installing MySQL on Windows:



     * MySQL Installer: This package has a file name similar to

       mysql-installer-community-5.6.22.0.msi or

       mysql-installer-commercial-5.6.22.0.msi, and utilizes MSIs to

       automatically install MySQL server and other products. It will

       download and apply updates to itself, and for each of the

       installed products. It also configures the additional

       non-server products.

       The installed products are configurable, and this includes:

       documentation with samples and examples, connectors (such as

       C, C++, J, NET, and ODBC), MySQL Workbench, MySQL Notifier,

       MySQL for Excel, and the MySQL Server with its components.

       MySQL Installer will run on all Windows platforms that are

       supported by MySQL (see

       http://www.mysql.com/support/supportedplatforms/database.html)

       .

       Note

       Because MySQL Installer is not a native component of Microsoft

       Windows and depends on .NET, it will not work on minimal

       installation options like the 
      
      "Server Core"
      
         version of Windows

       Server 2008.

       For instructions on installing MySQL using MySQL Installer,

       see Section 2.3.3, 
      
      "Installing 
      
        MySQL
      
      
         on Microsoft Windows

       Using 
      
      
        MySQL
      
       Installer."
      
        



     * The Noinstall Archive: This package has a file name similar to

       mysql-5.6.22-win32.zip or mysql-5.6.22-winx64.zip, and

       contains all the files found in the Complete install package,

       with the exception of the GUI. This package does not include

       an automated installer, and must be manually installed and

       configured.



   Your choice of install package affects the installation process

   you must follow. If you choose to use MySQL Installer, see Section

   2.3.3, 
      
      "Installing 
      
        MySQL
      
       on Microsoft Windows Using 
      
        MySQL
      
      
        

   Installer
      
      ."
      
         If you choose to install a Noinstall archive, see

   Section 2.3.5, 
      
      "Installing 
      
        MySQL
      
      
         on Microsoft Windows Using a

   noinstall Zip Archive
      
      ."
      
        



2.3.3 Installing MySQL on Microsoft Windows Using MySQL Installer



   MySQL Installer is an application that simplifies the installation

   and updating process for a wide range of MySQL products, including

   MySQL Notifier, MySQL Workbench, and MySQL for Excel

   (http://dev.mysql.com/doc/mysql-for-excel/en/index.html). From

   this central application, you can see which MySQL products are

   already installed, configure them, and update or remove them if

   necessary. The installer can also install plugins, documentation,

   tutorials, and example databases. The MySQL Installer is only

   available for Microsoft Windows, and includes both a GUI and

   command-line interface.



Installer package types





     * Full: Bundles all of the MySQL products (including MySQL

       Server). The file' size is over 160MB, and its name has the

       form mysql-installer-community-VERSION.N.msi where VERSION is

       the MySQL Server version number such as 5.6 and N is the

       package number, which begins at 0.



     * Web: Only contains the Installer and configuration files, and

       it only downloads the MySQL products you choose to install.

       The size of this file is about 2MB; the name of the file has

       the form mysql-installer-community-web-VERSION.N.msi where

       VERSION is the MySQL Server version number such as 5.6 and N

       is the package number, which begins at 0.



Installer editions





     * Community edition: Downloadable at

       http://dev.mysql.com/downloads/installer/. It installs the

       community edition of all MySQL products.



     * Commercial edition: Downloadable at either My Oracle Support

       (https://support.oracle.com/) (MOS) or

       https://edelivery.oracle.com/. It installs the commercial

       version of all MySQL products, including Workbench SE. It also

       integrates with your MOS account, so enter in your MOS

       credentials to automatically receive updates for your

       commercial MySQL products.



   For notes detailing the changes in each release of MySQL

   Installer, see MySQL Installer Release Notes

   (http://dev.mysql.com/doc/relnotes/mysql-installer/en/).



   MySQL Installer is compatible with pre-existing installations, and

   adds them to its list of installed components. While the MySQL

   Installer is bundled with a specific version of MySQL Server, a

   single MySQL Installer instance can install and manage multiple

   MySQL Server versions. For example, a single MySQL Installer

   instance can install versions 5.1, 5.5, and 5.6. It can also

   manage either commercial or community editions of the MySQL

   Server.

   Note



   A single host can not have both community and commercial editions

   of MySQL Server installed. For example, if you want both MySQL

   Server 5.5 and 5.6 installed on a single host, then both must be

   the same commercial or community edition.



   MySQL Installer handles the initial configuration and setup of the

   applications. For example:



    1. It will create MySQL Server connections in MySQL Workbench.



    2. It creates the configuration file (my.ini) that is used to

       configure the MySQL Server. The values written to this file

       are influenced by choices you make during the installation

       process.



    3. It imports example databases.



    4. It creates MySQL Server user accounts with configurable

       permissions based on general roles, such as DB Administrator,

       DB Designer, and Backup Admin. It optionally creates a Windows

       user named MysqlSys with limited privileges, which would then

       run the MySQL Server.

       This feature is only available during the initial installation

       of the MySQL Server, and not during future updates. User

       accounts may also be added with MySQL Workbench.



    5. If the 
      
      "Advanced Configuration"
      
         option is checked, then the

       Logging Options are also configured. This includes defining

       file paths for the error log, general log, slow query log

       (including the configuration of seconds it requires to execute

       a query), and the binary log.



   MySQL Installer can optionally check for updated components and

   download them for you automatically.



2.3.3.1 MySQL Installer GUI



   After installation of the GUI version, the installer will have add

   its own Start Menu item under MySQL.

   Note



   Files that are generated by MySQL Installer grant full permissions

   to the user that executes MySQL Installer, including my.ini. This

   does not apply to files and directories for specific products such

   as the MySQL Server data directory in ProgramData, that is owned

   by SYSTEM.



   After the installer itself has been installed and started, the

   following screen is displayed:



   Figure 2.7 MySQL Installer - Welcome Screen

   MySQL Installer - Welcome Screen



   There are three main options:



    1. Install MySQL Products - The Installation Wizard.



    2. About MySQL - Learn about MySQL products and features.



    3. Resources - Information to help install and configure MySQL.



   To Install MySQL Products after executing MySQL Installer for the

   first time, you must accept the license agreement before

   proceeding with the installation process.



   Figure 2.8 MySQL Installer - License Agreement

   MySQL Installer - License Agreement



   If you are connected to the Internet, then the Installer will

   search for the latest MySQL components and add them to the

   installation bundle. Click Connect to the Internet to complete

   this step, or otherwise check the Skip checkbox and then Continue.



   Figure 2.9 MySQL Installer - Find latest products

   MySQL Installer - Find latest products



   If you chose 
      
      "Connect to the Internet,"
      
         the next page will show

   the progress of MySQL Installer's search for available updates.

   When the search is complete (or if you opted to skip the search),

   you will be taken to the Choose Setup Type page:



   Figure 2.10 MySQL Installer - Choosing a Setup Type

   MySQL Installer - Choosing a Setup Type



   Determine the option most compatible with your preferences by

   reading the Setup Type Description descriptions.



   The Installation and Data paths are also defined here, and a

   caution flag will notify you if the data path you define already

   exists.



   After you select a setup type, the MySQL Installer will check your

   system for the necessary external requirements and download then

   install missing components onto your system.



   Figure 2.11 MySQL Installer - Check Requirements

   MySQL Installer - Check Requirements



   The next window lists the MySQL products that are scheduled to be

   installed:



   Figure 2.12 MySQL Installer - Installation Progress

   MySQL Installer - Installation Progress



   As components are installed, you'll see their status change from

   
      
      "to be installed" to "install success."
      
        



   Figure 2.13 MySQL Installer - Installation Progress status

   MySQL Installer - Installation Progress status



   After all components are installed, the next step involves

   configuring the products. The Configuration Overview window

   displays the progress and then loads a configuration window if it

   is required.



   Figure 2.14 MySQL Installer - Configuration Overview

   MySQL Installer - Configuration Overview



   The ideal MySQL Server configuration depends on your intended use,

   as explained in the next window. Choose the description that most

   closely applies to your machine.



   You may enable TCP/IP Networking here as otherwise only localhost

   connections are allowed.



   Checking the 
      
      "Advanced Configuration"
      
         option provides additional

   Logging Options to configure. This includes defining file paths

   for the error log, general log, slow query log (including the

   configuration of seconds it requires to execute a query), and the

   binary log.



   Figure 2.15 MySQL Installer - MySQL Server Configuration: Define

   platform, networking, and logging options

   MySQL Installer- MySQL Server Configuration: Define platform,

   networking, and logging options



   Next, choose your account information. Defining a root password is

   required, whereas it's optional to create additional users. There

   are several different predefined user roles that each have

   different permission levels. For example, a 
      
      "DB Admin"
      
         will have

   more privileges than a 
      
      "DB Designer."
      
        .



   Figure 2.16 MySQL Installer - MySQL Server Configuration: User

   accounts

   MySQL Installer - MySQL Server Configuration: User accounts

   Note



   If the MySQL Server is already installed, then the Current Root

   Password will also be needed.



   Next, configure the Windows Service Details. This includes the

   service name, how the MySQL Server should be loaded at startup,

   and how the Windows Service for MySQL Server will be run.



   Figure 2.17 MySQL Installer - MySQL Server Configuration: Windows

   service details

   MySQL Installer - MySQL Server Configuration: Windows service

   details

   Note



   When configuring Run Windows Services as ... using a Custom User,

   the custom user must have privileges to log on to Windows as a

   service. And the Next button will be disabled until this user is

   given these user rights.



   On Microsoft Windows 7, this is configured by loading the Start

   Menu, Control Panel, Administrative Tools, Local Security Policy,

   Local Policies, User Rights Assignment, then Log On As A Service.

   Choose Add User or Group here to add the custom user, and then OK,

   OK to save.



   The final configuration step is available if the Advanced

   Configuration option was checked, and it includes configuration

   options related to log file names:



   Figure 2.18 MySQL Installer - MySQL Server Configuration: Logging

   options

   MySQL Installer - MySQL Server Configuration: Logging options



   After the MySQL Installer configuration process is completed, you

   may save the installation log, and then load MySQL Workbench if

   the Start MySQL Workbench after Setup option is checked:



   Figure 2.19 MySQL Installer - Installation Complete

   MySQL Installer - Installation Complete



   You can now open MySQL Installer from the Microsoft Windows Start

   menu under the MySQL group, which will load the MySQL Installer

   Maintenance Screen. This is used to add, update, and remove

   features.



   Figure 2.20 MySQL Installer - Maintenance Screen

   MySQL Installer - Maintenance Screen

   Note



   An Update Screen screen is shown if MySQL Installer is used on a

   machine with older products installed, as opposed to the

   Maintenance Screen shown above. However, the functionality remains

   the same.



   Add/Modify Products and Features will list all installed and

   available MySQL products.



   Figure 2.21 MySQL Installer - Add/Modify Products and Features

   MySQL Installer - Add/Modify Products and Features



   The installation is now complete. MySQL Server should be running,

   and most MySQL products installed and available for use.



   See also the MySQL Workbench documentation

   (http://dev.mysql.com/doc/workbench/en/).



2.3.3.2 MySQL Installer Console



   MySQLInstallerConsole provides functionality similar to the GUI

   version of MySQL Installer, but from the command-line. It is

   installed when MySQL Installer is initially executed, and then

   available within the MySQL Installer directory. Typically that is

   in C:\Program Files (x86)\MySQL\MySQL Installer\, and the console

   must be executed with administrative privileges.



   To use, invoke the Command Prompt with administrative privileges

   by choosing Start, Accessories, then right-click on Command Prompt

   and choose Run as administrator. And from the command-line,

   optionally change the directory to where MySQLInstallerConsole is

   located:

C:\> cd 
      
      "C:\Program Files (x86)\
      
        MySQL
      
      \
      
        MySQL
      
       Installer"
      
        



   MySQLInstallerConsole supports the following options, which are

   specified on the command line:



     * --help, -h, or -?

       Displays a help message with usage examples, and then exits.

C:\> MySQLInstallerConsole --help



     * --updates (or -u)

       Checks for new products before any further action is taken.

       Disabled by default.



     * --nowait

       Skips the final pause when the program finishes. Otherwise, a

       
      
      "Press Enter to 
      
        continue
      
      ."
      
         dialogue is generated. It is used

       in conjunction with other options.



     * --catalog=catalog_name (or -c)

       Sets the default catalog. Use --list to view a list of

       available catalogs.



     * --type=installation_type (or -t)

       Sets the installation type.

       The possible values for installation_type are: developer,

       server, client, full, and custom.



     * --action=action_name

       The action being performed.

       The possible values are: install, remove, upgrade, list, and

       status.



          + install: Installs a product or products, as defined by

            --products



          + upgrade: Upgrades a product or products, as defined by

            --products.



          + remove: Removes a product or products, as defined by

            --products.



          + list: Lists the product manifest, both installed and

            available products.



          + status: Shows the status after another action is

            performed.



     * --product=product_name[:feature1],[feature2], [...] (or -p)

       Set the feature list of a product. Use --list to view

       available products, or pass in --product=* (an asterisk) to

       install all available products.



     * --config=product_name:passwd=root_password[;parameter1=value],

       [;parameter2=value], ...

       The configuration parameters for the most recently listed

       products.



     * --user=product_name:name=username,host:hostname,role=rolename,

       password=password or

       --user=product_name:name=username,host:hostname,role=rolename,

       tokens=tokens

       Creates a new user.

       Requires: name, host, role, and the password or tokens. Tokens

       are separated by pipe (
      
      "|"
      
        ) characters.



2.3.4 MySQL Notifier



   The MySQL Notifier is a tool that enables you to monitor and

   adjust the status of your local and remote MySQL Server instances

   through an indicator that resides in the system tray. The MySQL

   Notifier also gives quick access to several MySQL GUI tools (such

   as MySQL Workbench) through its context menu.



   The MySQL Notifier is installed by MySQL Installer, and (by

   default) will start-up when Microsoft Windows is started.

   Note



   To install, download and execute the MySQL Installer

   (http://dev.mysql.com/downloads/installer/), be sure the MySQL

   Notifier product is selected, then proceed with the installation.

   See the MySQL Installer manual for additional details.



   For notes detailing the changes in each release of MySQL Notifier,

   see the MySQL Notifier Release Notes

   (http://dev.mysql.com/doc/relnotes/mysql-notifier/en/).



   Visit the MySQL Notifier forum

   (http://forums.mysql.com/list.php?173) for additional MySQL

   Notifier help and support.



   Features include:



     * Start, Stop, and Restart instances of the MySQL Server.



     * Automatically detects (and adds) new MySQL Server services.

       These are listed under Manage Monitored Items, and may also be

       configured.



     * The Tray icon changes, depending on the status. It's green if

       all monitored MySQL Server instances are running, or red if at

       least one service is stopped. The Update MySQL Notifier tray

       icon based on service status option, which dictates this

       behavior, is enabled by default for each service.



     * Links to other applications like MySQL Workbench, MySQL

       Installer, and the MySQL Utilities. For example, choosing

       Configure Instance will load the MySQL Workbench Server

       Administration window for that particular instance.



     * If MySQL Workbench is also installed, then the Configure

       Instance and SQL Editor options are available for local (but

       not remote) MySQL instances.



     * Monitoring of both local and remote MySQL instances.



   Note



   Remote monitoring is available since MySQL Notifier 1.1.0.



   The MySQL Notifier resides in the system tray and provides visual

   status information for your MySQL Server instances. A green icon

   is displayed at the top left corner of the tray icon if the

   current MySQL Server is running, or a red icon if the service is

   stopped.



   The MySQL Notifier automatically adds discovered MySQL Services on

   the local machine, and each service is saved and configurable. By

   default, the Automatically add new services whose name contains

   option is enabled and set to mysql. Related Notifications Options

   include being notified when new services are either discovered or

   experience status changes, and are also enabled by default. And

   uninstalling a service will also remove the service from the MySQL

   Notifier.

   Note



   The Automatically add new services whose name contains option

   default changed from 
      
      ".*mysqld.*" to "
      
        mysql
      
      "
      
         in Notifier 1.1.0.



   Clicking the system tray icon will reveal several options, as seen

   in the screenshots below:



   The Service Instance menu is the main MySQL Notifier window, and

   enables you to Stop, Start, and Restart the MySQL Server.



   Figure 2.22 MySQL Notifier Service Instance menu

   MySQL Notifier Service Instance menu



   The Actions menu includes several links to external applications

   (if they are installed), and a Refresh Status option to manually

   refresh the status of all monitored services (in both local and

   remote computers) and MySQL instances.

   Note



   The main menu will not show the Actions menu when there are no

   services being monitored by MySQL Notifier.

   Note



   The Refresh Status feature is available since MySQL Notifier

   1.1.0.



   Figure 2.23 MySQL Notifier Actions menu

   MySQL Notifier Actions menu



   The Actions, Options menu configures MySQL Notifier and includes

   options to:



     * Use colorful status icons: Enables a colorful style of icons

       for the tray of the MySQL Notifier.



     * Run at Windows Startup: Allows the application to be loaded

       when Microsoft Windows starts.



     * Automatically Check For Updates Every # Weeks: Checks for a

       new version of MySQL Notifier, and runs this check every #

       weeks.



     * Automatically add new services whose name contains: The text

       used to filter services and add them automatically to the

       monitored list of the local computer running MySQL Notifier,

       and on remote computers already monitoring Windows services.

       monitored services, and also filters the list of the Microsoft

       Windows services for the Add New Service dialog.

       Prior to version 1.1.0, this option was named 
      
      "
      
        Automatically

       add 
      
      
        new
      
       services that match this pattern."
      
        



     * Notify me when a service is automatically added: Will display

       a balloon notification from the taskbar when a newly

       discovered service is added to the monitored services list.



     * Notify me when a service changes status: Will display a

       balloon notification from the taskbar when a monitored service

       changes its status.



   Figure 2.24 MySQL Notifier Options menu

   MySQL Notifier Options menu



   The Actions, Manage Monitored Items menu enables you to configure

   the monitored services and MySQL instances. First, with the

   Services tab open:



   Figure 2.25 MySQL Notifier Manage Services menu

   MySQL Notifier Manage Services menu



   The Instances tab is similar:



   Figure 2.26 MySQL Notifier Manage Instances menu

   MySQL Notifier Manage Instances menu



   Adding a service or instance (after clicking Add in the Manage

   Monitored Items window) enables you to select a running Microsoft

   Windows service or instance connection, and configure MySQL

   Notifier to monitor it. Add a new service or instance by clicking

   service name from the list, then OK to accept. Multiple services

   and instances may be selected.



   Figure 2.27 MySQL Notifier Adding new services

   MySQL Notifier Adding new services



   And instances:



   Figure 2.28 MySQL Notifier Adding new instances

   MySQL Notifier Adding new instances

   Note



   The Instances tab available since MySQL Notifier 1.1.0.



2.3.4.1 Remote monitoring set up and installation instructions



   The MySQL Notifier uses Windows Management Instrumentation (WMI)

   to manage and monitor services in remote computers running Windows

   XP or later. This guide explains how it works, and how to set up

   your system to monitor remote MySQL instances.

   Note



   Remote monitoring is available since MySQL Notifier 1.1.0.



   In order to configure WMI, it is important to understand that the

   underlying Distributed Component Object Model (DCOM) architecture

   is doing the WMI work. Specifically, MySQL Notifier is using

   asynchronous notification queries on remote Microsoft Windows

   hosts as .NET events. These events send an asynchronous callback

   to the computer running the MySQL Notifier so it knows when a

   service status has changed on the remote computer. Asynchronous

   notifications offer the best performance compared to

   semisynchronous notifications or synchronous notifications that

   use timers.



   Asynchronous notifications requires the remote computer to send a

   callback to the client computer (thus opening a reverse

   connection), so the Windows Firewall and DCOM settings must be

   properly configured for the communication to function properly.



   Figure 2.29 MySQL Notifier Distributed Component Object Model

   (DCOM)

   MySQL Notifier Distributed Component Object Model (DCOM)



   Most of the common errors thrown by asynchronous WMI notifications

   are related to Windows Firewall blocking the communication, or to

   DCOM / WMI settings not being set up properly. For a list of

   common errors with solutions, see Section 2.3.4.1, 
      
      "."
      
        



   The following steps are required to make WMI function. These steps

   are divided between two machines. A single host computer that runs

   MySQL Notifier (Computer A), and multiple remote machines that are

   being monitored (Computer B).



Computer running MySQL Notifier (Computer A)





    1. Allow for remote administration by either editing the Group

       Policy Editor, or using NETSH:

       Using the Group Policy Editor:

         a. Click Start, click Run, type GPEDIT.MSC, and then click

            OK.

         b. Under the Local Computer Policy heading, double-click

            Computer Configuration.

         c. Double-click Administrative Templates, then Network,

            Network Connections, and then Windows Firewall.

         d. If the computer is in the domain, then double-click

            Domain Profile; otherwise, double-click Standard Profile.

         e. Click Windows Firewall: Allow inbound remote

            administration exception.

         f. On the Action menu either select Edit, or double-click

            the selection from the previous step.

         g. Check the Enabled radio button, and then click OK.

       Using the NETSH command:

         a. Open a command prompt window with Administrative rights

            (you can right-click the Command Prompt icon and click

            Run as Administrator).

         b. Execute the following command:

NETSH firewall set service RemoteAdmin enable



    2. Open the DCOM port TCP 135:

         a. Open a command prompt window with Administrative rights

            (you can right-click the Command Prompt icon and click

            Run as Administrator) .

         b. Execute the following command:

NETSH firewall add portopening protocol=tcp port=135 name=DCOM_TCP135



    3. Add the client application which contains the sink for the

       callback (MySqlNotifier.exe) to the Windows Firewall

       Exceptions List (use either the Windows Firewall configuration

       or NETSH):

       Using the Windows Firewall configuration:

         a. In the Control Panel, double-click Windows Firewall.

         b. In the Windows Firewall window's left panel, click Allow

            a program or feature through Windows Firewall.

         c. In the Allowed Programs window, click Change Settings.

         d. If MySqlNotifier.exe is in the Allowed programs and

            features list, make sure it is checked for the type of

            networks the computer connects to (Private, Public or

            both).

         e. If MySqlNotifier.exe is not in the list, click Allow

            another program....

         f. In the Add a Program window, select the MySqlNotifier.exe

            if it exists in the Programs list, otherwise click

            Browse... and go to the directory where MySqlNotifier.exe

            was installed to select it, then click Add.

         g. Make sure MySqlNotifier.exe is checked for the type of

            networks the computer connects to (Private, Public or

            both).

       Using the NETSH command:

         a. Open a command prompt window with Administrative rights

            (you can right-click the Command Prompt icon and click

            Run as Administrator).

         b. Execute the following command, where you change

            
      
      "[YOUR_INSTALL_DIRECTORY]"
      
        :

NETSH firewall add allowedprogram program=[YOUR_INSTALL_DIRECTORY]\My

SqlNotifier.exe name=MySqlNotifier



    4. If Computer B is either a member of WORKGROUP or is in a

       different domain that is untrusted by Computer A, then the

       callback connection (Connection 2) is created as an Anonymous

       connection. To grant Anonymous connections DCOM Remote Access

       permissions:

         a. Click Start, click Run, type DCOMCNFG, and then click OK.

         b. In the Component Services dialog box, expand Component

            Services, expand Computers, and then right-click My

            Computer and click Properties.

         c. In the My Computer Properties dialog box, click the COM

            Security tab.

         d. Under Access Permissions, click Edit Limits.

         e. In the Access Permission dialog box, select ANONYMOUS

            LOGON name in the Group or user names box. In the Allow

            column under Permissions for User, select Remote Access,

            and then click OK.



Monitored Remote Computer (Computer B)



   If the user account that is logged into the computer running the

   MySQL Notifier (Computer A) is a local administrator on the remote

   computer (Computer B), such that the same account is an

   administrator on Computer B, you can skip to the 
      
      "Allow 
      
        for
      
      
         remote

   administration
      
      "
      
         step.



   Setting DCOM security to allow a non-administrator user to access

   a computer remotely:



    1. Grant 
      
      "DCOM remote launch"
      
         and activation permissions for a

       user or group:

         a. Click Start, click Run, type DCOMCNFG, and then click OK.

         b. In the Component Services dialog box, expand Component

            Services, expand Computers, and then right-click My

            Computer and click Properties.

         c. In the My Computer Properties dialog box, click the COM

            Security tab.

         d. Under Access Permissions, click Edit Limits.

         e. In the Launch Permission dialog box, follow these steps

            if your name or your group does not appear in the Groups

            or user names list:

              i. In the Launch Permission dialog box, click Add.

             ii. In the Select Users, Computers, or Groups dialog

                 box, add your name and the group in the 
      
      "
      
        Enter the

                 
      
      
        object
      
       names to select"
      
         box, and then click OK.

         f. In the Launch Permission dialog box, select your user and

            group in the Group or user names box. In the Allow column

            under Permissions for User, select Remote Launch, select

            Remote Activation, and then click OK.

       Grant DCOM remote access permissions:

         a. Click Start, click Run, type DCOMCNFG, and then click OK.

         b. In the Component Services dialog box, expand Component

            Services, expand Computers, and then right-click My

            Computer and click Properties.

         c. In the My Computer Properties dialog box, click the COM

            Security tab.

         d. Under Access Permissions, click Edit Limits.

         e. In the Access Permission dialog box, select ANONYMOUS

            LOGON name in the Group or user names box. In the Allow

            column under Permissions for User, select Remote Access,

            and then click OK.



    2. Allowing non-administrator users access to a specific WMI

       namespace:

         a. In the Control Panel, double-click Administrative Tools.

         b. In the Administrative Tools window, double-click Computer

            Management.

         c. In the Computer Management window, expand the Services

            and Applications tree and double-click the WMI Control.

         d. Right-click the WMI Control icon and select Properties.

         e. In the WMI Control Properties window, click the Security

            tab.

         f. In the Security tab, select the namespace and click

            Security.

         g. Locate the appropriate account and check Remote Enable in

            the Permissions list.



    3. Allow for remote administration by either editing the Group

       Policy Editor or using NETSH:

       Using the Group Policy Editor:

         a. Click Start, click Run, type GPEDIT.MSC, and then click

            OK.

         b. Under the Local Computer Policy heading, double-click

            Computer Configuration.

         c. Double-click Administrative Templates, then Network,

            Network Connections, and then Windows Firewall.

         d. If the computer is in the domain, then double-click

            Domain Profile; otherwise, double-click Standard Profile.

         e. Click Windows Firewall: Allow inbound remote

            administration exception.

         f. On the Action menu either select Edit, or double-click

            the selection from the previous step.

         g. Check the Enabled radio button, and then click OK.

       Using the NETSH command:

         a. Open a command prompt window with Administrative rights

            (you can right-click the Command Prompt icon and click

            Run as Administrator).

         b. Execute the following command:

NETSH firewall set service RemoteAdmin enable



    4. Now, be sure the user you are logging in with uses the Name

       value and not the Full Name value:

         a. In the Control Panel, double-click Administrative Tools.

         b. In the Administrative Tools window, double-click Computer

            Management.

         c. In the Computer Management window, expand the System

            Tools then Local Users and Groups.

         d. Click the Users node, and on the right side panel locate

            your user and make sure it uses the Name value to

            connect, and not the Full Name value.



    5. If the remote computer is running on Windows XP Professional,

       make sure that remote logins are not being forcefully changed

       to the guest account user (also known as ForceGuest), which is

       enabled by default on computers that are not attached to a

       domain.

         a. Click Start, click Run, type SECPOL.MSC, and then click

            OK.

         b. Under the Local Policies node, double-click Security

            Options.

         c. Select Network Access: Sharing and security model for

            local accounts and save.



Common Errors





     * 0x80070005



          + DCOM Security was not configured properly (see Computer

            B, the Setting DCOM security... step).



          + The remote computer (Computer B) is a member of WORKGROUP

            or is in a domain that is untrusted by the client

            computer (Computer A) (see Computer A, the Grant

            Anonymous connections DCOM Remote Access permissions

            step).



     * 0x8007000E



          + The remote computer (Computer B) is a member of WORKGROUP

            or is in a domain that is untrusted by the client

            computer (Computer A) (see Computer A, the Grant

            Anonymous connections DCOM Remote Access permissions

            step).



     * 0x80041003



          + Access to the remote WMI namespace was not configured

            properly (see Computer B, the Allowing non-administrator

            users access to a specific WMI namespace step).



     * 0x800706BA



          + The DCOM port is not open on the client computers

            (Computer A) firewall. See the Open the DCOM port TCP 135

            step for Computer A.



          + The remote computer (Computer B) is inaccessible because

            its network location is set to Public. Make sure you can

            access it through the Windows Explorer.



2.3.5 Installing MySQL on Microsoft Windows Using a noinstall Zip

Archive



   Users who are installing from the noinstall package can use the

   instructions in this section to manually install MySQL. The

   process for installing MySQL from a Zip archive is as follows:



    1. Extract the archive to the desired install directory



    2. Create an option file



    3. Choose a MySQL server type



    4. Start the MySQL server



    5. Secure the default user accounts



   This process is described in the sections that follow.



2.3.5.1 Extracting the Install Archive



   To install MySQL manually, do the following:



    1. If you are upgrading from a previous version please refer to

       Section 2.3.7, 
      
      "Upgrading 
      
        MySQL
      
       on Windows,"
      
         before beginning

       the upgrade process.



    2. Make sure that you are logged in as a user with administrator

       privileges.



    3. Choose an installation location. Traditionally, the MySQL

       server is installed in C:\mysql. The MySQL Installer installs

       MySQL under C:\Program Files\MySQL. If you do not install

       MySQL at C:\mysql, you must specify the path to the install

       directory during startup or in an option file. See Section

       2.3.5.2, 
      
      "Creating an Option 
      
        File
      
      ."
      
        



    4. Extract the install archive to the chosen installation

       location using your preferred Zip archive tool. Some tools may

       extract the archive to a folder within your chosen

       installation location. If this occurs, you can move the

       contents of the subfolder into the chosen installation

       location.



2.3.5.2 Creating an Option File



   If you need to specify startup options when you run the server,

   you can indicate them on the command line or place them in an

   option file. For options that are used every time the server

   starts, you may find it most convenient to use an option file to

   specify your MySQL configuration. This is particularly true under

   the following circumstances:



     * The installation or data directory locations are different

       from the default locations (C:\Program Files\MySQL\MySQL

       Server 5.6 and C:\Program Files\MySQL\MySQL Server 5.6\data).



     * You need to tune the server settings, such as memory, cache,

       or InnoDB configuration information.



   When the MySQL server starts on Windows, it looks for option files

   in several locations, such as the Windows directory, C:\, and the

   MySQL installation directory (for the full list of locations, see

   Section 4.2.6, 
      
      "Using Option Files"
      
        ). The Windows directory

   typically is named something like C:\WINDOWS. You can determine

   its exact location from the value of the WINDIR environment

   variable using the following command:

C:\> echo %WINDIR%



   MySQL looks for options in each location first in the my.ini file,

   and then in the my.cnf file. However, to avoid confusion, it is

   best if you use only one file. If your PC uses a boot loader where

   C: is not the boot drive, your only option is to use the my.ini

   file. Whichever option file you use, it must be a plain text file.

   Note



   When using the MySQL Installer to install MySQL Server, it will

   create the my.ini at the default location. And as of MySQL Server

   5.5.27, the user running MySQL Installer is granted full

   permissions to this new my.ini.



   In other words, be sure that the MySQL Server user has permission

   to read the my.ini file.



   You can also make use of the example option files included with

   your MySQL distribution; see Section 5.1.2, 
      
      "
      
        Server Configuration

   Defaults
      
      ."
      
        



   An option file can be created and modified with any text editor,

   such as Notepad. For example, if MySQL is installed in E:\mysql

   and the data directory is in E:\mydata\data, you can create an

   option file containing a [mysqld] section to specify values for

   the basedir and datadir options:

[mysqld]

# set basedir to your installation path

basedir=E:/mysql

# set datadir to the location of your data directory

datadir=E:/mydata/data



   Microsoft Windows path names are specified in option files using

   (forward) slashes rather than backslashes. If you do use

   backslashes, double them:

[mysqld]

# set basedir to your installation path

basedir=E:\\mysql

# set datadir to the location of your data directory

datadir=E:\\mydata\\data



   The rules for use of backslash in option file values are given in

   Section 4.2.6, 
      
      "Using Option Files."
      
        



   The data directory is located within the AppData directory for the

   user running MySQL.



   If you would like to use a data directory in a different location,

   you should copy the entire contents of the data directory to the

   new location. For example, if you want to use E:\mydata as the

   data directory instead, you must do two things:



    1. Move the entire data directory and all of its contents from

       the default location (for example C:\Program Files\MySQL\MySQL

       Server 5.6\data) to E:\mydata.



    2. Use a --datadir option to specify the new data directory

       location each time you start the server.



2.3.5.3 Selecting a MySQL Server Type



   The following table shows the available servers for Windows in

   MySQL 5.6.

   Binary Description

   mysqld Optimized binary with named-pipe support

   mysqld-debug Like mysqld, but compiled with full debugging and

   automatic memory allocation checking



   All of the preceding binaries are optimized for modern Intel

   processors, but should work on any Intel i386-class or higher

   processor.



   Each of the servers in a distribution support the same set of

   storage engines. The SHOW ENGINES statement displays which engines

   a given server supports.



   All Windows MySQL 5.6 servers have support for symbolic linking of

   database directories.



   MySQL supports TCP/IP on all Windows platforms. MySQL servers on

   Windows also support named pipes, if you start the server with the

   --enable-named-pipe option. It is necessary to use this option

   explicitly because some users have experienced problems with

   shutting down the MySQL server when named pipes were used. The

   default is to use TCP/IP regardless of platform because named

   pipes are slower than TCP/IP in many Windows configurations.



2.3.5.4 Starting the Server for the First Time



   This section gives a general overview of starting the MySQL

   server. The following sections provide more specific information

   for starting the MySQL server from the command line or as a

   Windows service.



   The information here applies primarily if you installed MySQL

   using the Noinstall version, or if you wish to configure and test

   MySQL manually rather than with the GUI tools.

   Note



   The MySQL server will automatically start after using the MySQL

   Installer, and the MySQL Notifier GUI can be used to

   start/stop/restart at any time.



   The examples in these sections assume that MySQL is installed

   under the default location of C:\Program Files\MySQL\MySQL Server

   5.6. Adjust the path names shown in the examples if you have MySQL

   installed in a different location.



   Clients have two options. They can use TCP/IP, or they can use a

   named pipe if the server supports named-pipe connections.



   MySQL for Windows also supports shared-memory connections if the

   server is started with the --shared-memory option. Clients can

   connect through shared memory by using the --protocol=MEMORY

   option.



   For information about which server binary to run, see Section

   2.3.5.3, 
      
      "Selecting a 
      
        MySQL
      
       Server Type."
      
        



   Testing is best done from a command prompt in a console window (or

   
      
      "DOS window"
      
        ). In this way you can have the server display status

   messages in the window where they are easy to see. If something is

   wrong with your configuration, these messages make it easier for

   you to identify and fix any problems.



   To start the server, enter this command:

C:\> 
      
      "C:\Program Files\
      
        MySQL
      
      \
      
        MySQL
      
       Server 5.6\bin\mysqld"
      
         --console



   For a server that includes InnoDB support, you should see the

   messages similar to those following as it starts (the path names

   and sizes may differ):

InnoDB: The first specified datafile c:\ibdata\ibdata1 did not exist:

InnoDB: a new database to be created!

InnoDB: Setting file c:\ibdata\ibdata1 size to 209715200

InnoDB: Database physically writes the file full: wait...

InnoDB: Log file c:\iblogs\ib_logfile0 did not exist: new to be creat

ed

InnoDB: Setting log file c:\iblogs\ib_logfile0 size to 31457280

InnoDB: Log file c:\iblogs\ib_logfile1 did not exist: new to be creat

ed

InnoDB: Setting log file c:\iblogs\ib_logfile1 size to 31457280

InnoDB: Log file c:\iblogs\ib_logfile2 did not exist: new to be creat

ed

InnoDB: Setting log file c:\iblogs\ib_logfile2 size to 31457280

InnoDB: Doublewrite buffer not found: creating new

InnoDB: Doublewrite buffer created

InnoDB: creating foreign key constraint system tables

InnoDB: foreign key constraint system tables created

011024 10:58:25  InnoDB: Started



   When the server finishes its startup sequence, you should see

   something like this, which indicates that the server is ready to

   service client connections:

mysqld: ready for connections

Version: '5.6.22'  socket: ''  port: 3306



   The server continues to write to the console any further

   diagnostic output it produces. You can open a new console window

   in which to run client programs.



   If you omit the --console option, the server writes diagnostic

   output to the error log in the data directory (C:\Program

   Files\MySQL\MySQL Server 5.6\data by default). The error log is

   the file with the .err extension, and may be set using the

   --log-error option.

   Note



   The accounts that are listed in the MySQL grant tables initially

   have no passwords. After starting the server, you should set up

   passwords for them using the instructions in Section 2.10.2,

   
      
      "Securing the Initial 
      
        MySQL
      
       Accounts."
      
        



2.3.5.5 Starting MySQL from the Windows Command Line



   The MySQL server can be started manually from the command line.

   This can be done on any version of Windows.

   Note



   The MySQL Notifier GUI can also be used to start/stop/restart the

   MySQL server.



   To start the mysqld server from the command line, you should start

   a console window (or 
      
      "DOS window"
      
        ) and enter this command:

C:\> 
      
      "C:\Program Files\
      
        MySQL
      
      \
      
        MySQL
      
       Server 5.6\bin\mysqld"
      
        



   The path to mysqld may vary depending on the install location of

   MySQL on your system.



   You can stop the MySQL server by executing this command:

C:\> 
      
      "C:\Program Files\
      
        MySQL
      
      \
      
        MySQL
      
       Server 5.6\bin\mysqladmin"
      
         -u root

 shutdown



   Note



   If the MySQL root user account has a password, you need to invoke

   mysqladmin with the -p option and supply the password when

   prompted.



   This command invokes the MySQL administrative utility mysqladmin

   to connect to the server and tell it to shut down. The command

   connects as the MySQL root user, which is the default

   administrative account in the MySQL grant system.

   Note



   Users in the MySQL grant system are wholly independent from any

   login users under Microsoft Windows.



   If mysqld doesn't start, check the error log to see whether the

   server wrote any messages there to indicate the cause of the

   problem. By default, the error log is located in the C:\Program

   Files\MySQL\MySQL Server 5.6\data directory. It is the file with a

   suffix of .err, or may be specified by passing in the --log-error

   option. Alternatively, you can try to start the server as mysqld

   --console; in this case, you may get some useful information on

   the screen that may help solve the problem.



   The last option is to start mysqld with the --standalone and

   --debug options. In this case, mysqld writes a log file

   C:\mysqld.trace that should contain the reason why mysqld doesn't

   start. See Section 24.4.3, 
      
      "The DBUG Package."
      
        



   Use mysqld --verbose --help to display all the options that mysqld

   supports.



2.3.5.6 Customizing the PATH for MySQL Tools



   To make it easier to invoke MySQL programs, you can add the path

   name of the MySQL bin directory to your Windows system PATH

   environment variable:



     * On the Windows desktop, right-click the My Computer icon, and

       select Properties.



     * Next select the Advanced tab from the System Properties menu

       that appears, and click the Environment Variables button.



     * Under System Variables, select Path, and then click the Edit

       button. The Edit System Variable dialogue should appear.



     * Place your cursor at the end of the text appearing in the

       space marked Variable Value. (Use the End key to ensure that

       your cursor is positioned at the very end of the text in this

       space.) Then enter the complete path name of your MySQL bin

       directory (for example, C:\Program Files\MySQL\MySQL Server

       5.6\bin)

       Note

       There must be a semicolon separating this path from any values

       present in this field.

       Dismiss this dialogue, and each dialogue in turn, by clicking

       OK until all of the dialogues that were opened have been

       dismissed. You should now be able to invoke any MySQL

       executable program by typing its name at the DOS prompt from

       any directory on the system, without having to supply the

       path. This includes the servers, the mysql client, and all

       MySQL command-line utilities such as mysqladmin and mysqldump.

       You should not add the MySQL bin directory to your Windows

       PATH if you are running multiple MySQL servers on the same

       machine.



   Warning



   You must exercise great care when editing your system PATH by

   hand; accidental deletion or modification of any portion of the

   existing PATH value can leave you with a malfunctioning or even

   unusable system.



2.3.5.7 Starting MySQL as a Windows Service



   On Windows, the recommended way to run MySQL is to install it as a

   Windows service, so that MySQL starts and stops automatically when

   Windows starts and stops. A MySQL server installed as a service

   can also be controlled from the command line using NET commands,

   or with the graphical Services utility. Generally, to install

   MySQL as a Windows service you should be logged in using an

   account that has administrator rights.

   Note



   The MySQL Notifier GUI can also be used to monitor the status of

   the MySQL service.



   The Services utility (the Windows Service Control Manager) can be

   found in the Windows Control Panel (under Administrative Tools on

   Windows 2000, XP, Vista, and Server 2003). To avoid conflicts, it

   is advisable to close the Services utility while performing server

   installation or removal operations from the command line.



Installing the service



   Before installing MySQL as a Windows service, you should first

   stop the current server if it is running by using the following

   command:

C:\> 
      
      "C:\Program Files\
      
        MySQL
      
      \
      
        MySQL
      
       Server 5.6\bin\mysqladmin"
      
        

          -u root shutdown



   Note



   If the MySQL root user account has a password, you need to invoke

   mysqladmin with the -p option and supply the password when

   prompted.



   This command invokes the MySQL administrative utility mysqladmin

   to connect to the server and tell it to shut down. The command

   connects as the MySQL root user, which is the default

   administrative account in the MySQL grant system.

   Note



   Users in the MySQL grant system are wholly independent from any

   login users under Windows.



   Install the server as a service using this command:

C:\> 
      
      "C:\Program Files\
      
        MySQL
      
      \
      
        MySQL
      
       Server 5.6\bin\mysqld"
      
         --install



   The service-installation command does not start the server.

   Instructions for that are given later in this section.



   To make it easier to invoke MySQL programs, you can add the path

   name of the MySQL bin directory to your Windows system PATH

   environment variable:



     * On the Windows desktop, right-click the My Computer icon, and

       select Properties.



     * Next select the Advanced tab from the System Properties menu

       that appears, and click the Environment Variables button.



     * Under System Variables, select Path, and then click the Edit

       button. The Edit System Variable dialogue should appear.



     * Place your cursor at the end of the text appearing in the

       space marked Variable Value. (Use the End key to ensure that

       your cursor is positioned at the very end of the text in this

       space.) Then enter the complete path name of your MySQL bin

       directory (for example, C:\Program Files\MySQL\MySQL Server

       5.6\bin), and there should be a semicolon separating this path

       from any values present in this field. Dismiss this dialogue,

       and each dialogue in turn, by clicking OK until all of the

       dialogues that were opened have been dismissed. You should now

       be able to invoke any MySQL executable program by typing its

       name at the DOS prompt from any directory on the system,

       without having to supply the path. This includes the servers,

       the mysql client, and all MySQL command-line utilities such as

       mysqladmin and mysqldump.

       You should not add the MySQL bin directory to your Windows

       PATH if you are running multiple MySQL servers on the same

       machine.



   Warning



   You must exercise great care when editing your system PATH by

   hand; accidental deletion or modification of any portion of the

   existing PATH value can leave you with a malfunctioning or even

   unusable system.



   The following additional arguments can be used when installing the

   service:



     * You can specify a service name immediately following the

       --install option. The default service name is MySQL.



     * If a service name is given, it can be followed by a single

       option. By convention, this should be

       --defaults-file=file_name to specify the name of an option

       file from which the server should read options when it starts.

       The use of a single option other than --defaults-file is

       possible but discouraged. --defaults-file is more flexible

       because it enables you to specify multiple startup options for

       the server by placing them in the named option file.



     * You can also specify a --local-service option following the

       service name. This causes the server to run using the

       LocalService Windows account that has limited system

       privileges. This account is available only for Windows XP or

       newer. If both --defaults-file and --local-service are given

       following the service name, they can be in any order.



   For a MySQL server that is installed as a Windows service, the

   following rules determine the service name and option files that

   the server uses:



     * If the service-installation command specifies no service name

       or the default service name (MySQL) following the --install

       option, the server uses the a service name of MySQL and reads

       options from the [mysqld] group in the standard option files.



     * If the service-installation command specifies a service name

       other than MySQL following the --install option, the server

       uses that service name. It reads options from the [mysqld]

       group and the group that has the same name as the service in

       the standard option files. This enables you to use the

       [mysqld] group for options that should be used by all MySQL

       services, and an option group with the service name for use by

       the server installed with that service name.



     * If the service-installation command specifies a

       --defaults-file option after the service name, the server

       reads options the same way as described in the previous item,

       except that it reads options only from the named file and

       ignores the standard option files.



   As a more complex example, consider the following command:

C:\> 
      
      "C:\Program Files\
      
        MySQL
      
      \
      
        MySQL
      
       Server 5.6\bin\mysqld"
      
        

          --install MySQL --defaults-file=C:\my-opts.cnf



   Here, the default service name (MySQL) is given after the

   --install option. If no --defaults-file option had been given,

   this command would have the effect of causing the server to read

   the [mysqld] group from the standard option files. However,

   because the --defaults-file option is present, the server reads

   options from the [mysqld] option group, and only from the named

   file.

   Note



   On Windows, if the server is started with the --defaults-file and

   --install options, --install must be first. Otherwise, mysqld.exe

   will attempt to start the MySQL server.



   You can also specify options as Start parameters in the Windows

   Services utility before you start the MySQL service.



Starting the service



   Once a MySQL server has been installed as a service, Windows

   starts the service automatically whenever Windows starts. The

   service also can be started immediately from the Services utility,

   or by using a NET START MySQL command. The NET command is not case

   sensitive.



   When run as a service, mysqld has no access to a console window,

   so no messages can be seen there. If mysqld does not start, check

   the error log to see whether the server wrote any messages there

   to indicate the cause of the problem. The error log is located in

   the MySQL data directory (for example, C:\Program

   Files\MySQL\MySQL Server 5.6\data). It is the file with a suffix

   of .err.



   When a MySQL server has been installed as a service, and the

   service is running, Windows stops the service automatically when

   Windows shuts down. The server also can be stopped manually by

   using the Services utility, the NET STOP MySQL command, or the

   mysqladmin shutdown command.



   You also have the choice of installing the server as a manual

   service if you do not wish for the service to be started

   automatically during the boot process. To do this, use the

   --install-manual option rather than the --install option:

C:\> 
      
      "C:\Program Files\
      
        MySQL
      
      \
      
        MySQL
      
       Server 5.6\bin\mysqld"
      
         --install-m

anual



Removing the service



   To remove a server that is installed as a service, first stop it

   if it is running by executing NET STOP MySQL. Then use the

   --remove option to remove it:

C:\> 
      
      "C:\Program Files\
      
        MySQL
      
      \
      
        MySQL
      
       Server 5.6\bin\mysqld"
      
         --remove



   If mysqld is not running as a service, you can start it from the

   command line. For instructions, see Section 2.3.5.5, 
      
      "
      
        Starting

   
      
      
        MySQL
      
       from the Windows Command Line."
      
        



   If you encounter difficulties during installation. see Section

   2.3.6, 
      
      "Troubleshooting a Microsoft Windows 
      
        MySQL
      
      
         Server

   Installation
      
      ."
      
        



2.3.5.8 Testing The MySQL Installation



   You can test whether the MySQL server is working by executing any

   of the following commands:

C:\> 
      
      "C:\Program Files\
      
        MySQL
      
      \
      
        MySQL
      
       Server 5.6\bin\mysqlshow"
      
        

C:\> 
      
      "C:\Program Files\
      
        MySQL
      
      \
      
        MySQL
      
       Server 5.6\bin\mysqlshow"
      
         -u root

mysql

C:\> 
      
      "C:\Program Files\
      
        MySQL
      
      \
      
        MySQL
      
       Server 5.6\bin\mysqladmin"
      
         version

 status proc

C:\> 
      
      "C:\Program Files\
      
        MySQL
      
      \
      
        MySQL
      
       Server 5.6\bin\
      
        mysql
      
      "
      
         test



   If mysqld is slow to respond to TCP/IP connections from client

   programs, there is probably a problem with your DNS. In this case,

   start mysqld with the --skip-name-resolve option and use only

   localhost and IP addresses in the Host column of the MySQL grant

   tables.



   You can force a MySQL client to use a named-pipe connection rather

   than TCP/IP by specifying the --pipe or --protocol=PIPE option, or

   by specifying . (period) as the host name. Use the --socket option

   to specify the name of the pipe if you do not want to use the

   default pipe name.



   If you have set a password for the root account, deleted the

   anonymous account, or created a new user account, then to connect

   to the MySQL server you must use the appropriate -u and -p options

   with the commands shown previously. See Section 4.2.2, 
      
      "
      
        Connecting

   to the 
      
      
        MySQL
      
       Server."
      
        



   For more information about mysqlshow, see Section 4.5.6,

   
      
      "mysqlshow --- Display Database, Table, and Column Information."
      
        



2.3.6 Troubleshooting a Microsoft Windows MySQL Server Installation



   When installing and running MySQL for the first time, you may

   encounter certain errors that prevent the MySQL server from

   starting. This section helps you diagnose and correct some of

   these errors.



   Your first resource when troubleshooting server issues is the

   error log. The MySQL server uses the error log to record

   information relevant to the error that prevents the server from

   starting. The error log is located in the data directory specified

   in your my.ini file. The default data directory location is

   C:\Program Files\MySQL\MySQL Server 5.6\data, or

   C:\ProgramData\Mysql on Windows 7 and Windows Server 2008. The

   C:\ProgramData directory is hidden by default. You need to change

   your folder options to see the directory and contents. For more

   information on the error log and understanding the content, see

   Section 5.2.2, 
      
      "The Error 
      
        Log
      
      ."
      
        



   For information regarding possible errors, also consult the

   console messages displayed when the MySQL service is starting. Use

   the NET START MySQL command from the command line after installing

   mysqld as a service to see any error messages regarding the

   starting of the MySQL server as a service. See Section 2.3.5.7,

   
      
      "Starting 
      
        MySQL
      
      
        as
      
       a Windows Service."
      
        



   The following examples show other common error messages you might

   encounter when installing MySQL and starting the server for the

   first time:



     * If the MySQL server cannot find the mysql privileges database

       or other critical files, it displays these messages:

System error 1067 has occurred.

Fatal error: Can't open and lock privilege tables:

Table 'mysql.user' doesn't exist

       These messages often occur when the MySQL base or data

       directories are installed in different locations than the

       default locations (C:\Program Files\MySQL\MySQL Server 5.6 and

       C:\Program Files\MySQL\MySQL Server 5.6\data, respectively).

       This situation can occur when MySQL is upgraded and installed

       to a new location, but the configuration file is not updated

       to reflect the new location. In addition, old and new

       configuration files might conflict. Be sure to delete or

       rename any old configuration files when upgrading MySQL.

       If you have installed MySQL to a directory other than

       C:\Program Files\MySQL\MySQL Server 5.6, ensure that the MySQL

       server is aware of this through the use of a configuration

       (my.ini) file. Put the my.ini file in your Windows directory,

       typically C:\WINDOWS. To determine its exact location from the

       value of the WINDIR environment variable, issue the following

       command from the command prompt:

C:\> echo %WINDIR%

       You can create or modify an option file with any text editor,

       such as Notepad. For example, if MySQL is installed in

       E:\mysql and the data directory is D:\MySQLdata, you can

       create the option file and set up a [mysqld] section to

       specify values for the basedir and datadir options:

[mysqld]

# set basedir to your installation path

basedir=E:/mysql

# set datadir to the location of your data directory

datadir=D:/MySQLdata

       Microsoft Windows path names are specified in option files

       using (forward) slashes rather than backslashes. If you do use

       backslashes, double them:

[mysqld]

# set basedir to your installation path

basedir=C:\\Program Files\\MySQL\\MySQL Server 5.6

# set datadir to the location of your data directory

datadir=D:\\MySQLdata

       The rules for use of backslash in option file values are given

       in Section 4.2.6, 
      
      "Using Option Files."
      
        

       If you change the datadir value in your MySQL configuration

       file, you must move the contents of the existing MySQL data

       directory before restarting the MySQL server.

       See Section 2.3.5.2, 
      
      "Creating an Option 
      
        File
      
      ."
      
        



     * If you reinstall or upgrade MySQL without first stopping and

       removing the existing MySQL service and install MySQL using

       the MySQL Installer, you might see this error:

Error: Cannot create Windows service for MySql. Error: 0

       This occurs when the Configuration Wizard tries to install the

       service and finds an existing service with the same name.

       One solution to this problem is to choose a service name other

       than mysql when using the configuration wizard. This enables

       the new service to be installed correctly, but leaves the

       outdated service in place. Although this is harmless, it is

       best to remove old services that are no longer in use.

       To permanently remove the old mysql service, execute the

       following command as a user with administrative privileges, on

       the command line:

C:\> sc delete mysql

[SC] DeleteService SUCCESS

       If the sc utility is not available for your version of

       Windows, download the delsrv utility from

       http://www.microsoft.com/windows2000/techinfo/reskit/tools/exi

       sting/delsrv-o.asp and use the delsrv mysql syntax.



2.3.7 Upgrading MySQL on Windows



   To upgrade MySQL on Windows, follow these steps:



    1. Review Section 2.11.1, 
      
      "Upgrading 
      
        MySQL
      
      ,"
      
         for additional

       information on upgrading MySQL that is not specific to

       Windows.



    2. Always back up your current MySQL installation before

       performing an upgrade. See Section 7.2, 
      
      "
      
        Database Backup

       Methods
      
      ."
      
        



    3. Download the latest Windows distribution of MySQL from

       http://dev.mysql.com/downloads/.



    4. Before upgrading MySQL, stop the server. If the server is

       installed as a service, stop the service with the following

       command from the command prompt:

C:\> NET STOP MySQL

       If you are not running the MySQL server as a service, use

       mysqladmin to stop it. For example, before upgrading from

       MySQL 5.5 to 5.6, use mysqladmin from MySQL 5.5 as follows:

C:\> 
      
      "C:\Program Files\
      
        MySQL
      
      \
      
        MySQL
      
       Server 5.5\bin\mysqladmin"
      
         -u root

 shutdown

       Note

       If the MySQL root user account has a password, invoke

       mysqladmin with the -p option and enter the password when

       prompted.



    5. Before upgrading to MySQL 5.6 from a version previous to

       4.1.5, or from a version of MySQL installed from a Zip archive

       to a version of MySQL installed with the MySQL Installation

       Wizard, you must first manually remove the previous

       installation and MySQL service (if the server is installed as

       a service).

       To remove the MySQL service, use the following command:

C:\> C:\mysql\bin\mysqld --remove

       If you do not remove the existing service, the MySQL

       Installation Wizard may fail to properly install the new MySQL

       service.



    6. If you are using the MySQL Installer, start it as described in

       Section 2.3.3, 
      
      "Installing 
      
        MySQL
      
      
         on Microsoft Windows Using

       
      
      
        MySQL
      
       Installer."
      
        



    7. If you are upgrading MySQL from a Zip archive, extract the

       archive. You may either overwrite your existing MySQL

       installation (usually located at C:\mysql), or install it into

       a different directory, such as C:\mysql5. Overwriting the

       existing installation is recommended. However, for upgrades

       (as opposed to installing for the first time), you must remove

       the data directory from your existing MySQL installation to

       avoid replacing your current data files. To do so, follow

       these steps:

         a. Unzip the Zip archive in some location other than your

            current MySQL installation

         b. Remove the data directory

         c. Rezip the Zip archive

         d. Unzip the modified Zip archive on top of your existing

            installation

       Alternatively:

         a. Unzip the Zip archive in some location other than your

            current MySQL installation

         b. Remove the data directory

         c. Move the data directory from the current MySQL

            installation to the location of the just-removed data

            directory

         d. Remove the current MySQL installation

         e. Move the unzipped installation to the location of the

            just-removed installation



    8. If you were running MySQL as a Windows service and you had to

       remove the service earlier in this procedure, reinstall the

       service. (See Section 2.3.5.7, 
      
      "Starting 
      
        MySQL
      
      
        as
      
      
         a Windows

       Service
      
      ."
      
        )



    9. Restart the server. For example, use NET START MySQL if you

       run MySQL as a service, or invoke mysqld directly otherwise.

   10. As Administrator, run mysql_upgrade to check your tables,

       attempt to repair them if necessary, and update your grant

       tables if they have changed so that you can take advantage of

       any new capabilities. See Section 4.4.7, 
      
      "mysql_upgrade ---
      
        

       Check and Upgrade 
      
      
        MySQL
      
       Tables."
      
        

   11. If you encounter errors, see Section 2.3.6, 
      
      "
      
        Troubleshooting a

       Microsoft Windows 
      
      
        MySQL
      
       Server Installation."
      
        



2.3.8 Windows Postinstallation Procedures



   GUI tools exist that perform most of the tasks described below,

   including:



     * MySQL Installer: Used to install and upgrade MySQL products.



     * MySQL Workbench: Manages the MySQL server and edits SQL

       queries.



     * MySQL Notifier: Starts, stops, or restarts the MySQL server,

       and monitors its status.



     * MySQL for Excel

       (http://dev.mysql.com/doc/mysql-for-excel/en/index.html):

       Edits MySQL data with Microsoft Excel.



   On Windows, you need not create the data directory and the grant

   tables. MySQL Windows distributions include the grant tables with

   a set of preinitialized accounts in the mysql database under the

   data directory. Regarding passwords, if you installed MySQL using

   the MySQL Installer, you may have already assigned passwords to

   the accounts. (See Section 2.3.3, 
      
      "Installing 
      
        MySQL
      
      
         on Microsoft

   Windows Using 
      
      
        MySQL
      
       Installer."
      
        ) Otherwise, use the

   password-assignment procedure given in Section 2.10.2, 
      
      "
      
        Securing

   the Initial 
      
      
        MySQL
      
       Accounts."
      
        



   Before setting up passwords, you might want to try running some

   client programs to make sure that you can connect to the server

   and that it is operating properly. Make sure that the server is

   running (see Section 2.3.5.4, 
      
      "Starting the Server 
      
        for
      
      
         the First

   
      
      
        Time
      
      "
      
        ), and then issue the following commands to verify that you

   can retrieve information from the server. You may need to specify

   directory different from C:\mysql\bin on the command line. If you

   used the MySQL Installer, the default directory is C:\Program

   Files\MySQL\MySQL Server 5.6, and the mysql and mysqlshow client

   programs are in C:\Program Files\MySQL\MySQL Server 5.6\bin. See

   Section 2.3.3, 
      
      "Installing 
      
        MySQL
      
       on Microsoft Windows Using 
      
        MySQL
      
      
        

   Installer
      
      ,"
      
         for more information.



   Use mysqlshow to see what databases exist:

C:\> C:\mysql\bin\mysqlshow

+--------------------+

|     Databases      |

+--------------------+

| information_schema |

| mysql              |

| test               |

+--------------------+



   The list of installed databases may vary, but will always include

   the minimum of mysql and information_schema. In most cases, the

   test database will also be installed automatically.



   The preceding command (and commands for other MySQL programs such

   as mysql) may not work if the correct MySQL account does not

   exist. For example, the program may fail with an error, or you may

   not be able to view all databases. If you installed using MySQL

   Installer, then the root user will have been created automatically

   with the password you supplied. In this case, you should use the

   -u root and -p options. (You will also need to use the -u root and

   -p options if you have already secured the initial MySQL

   accounts.) With -p, you will be prompted for the root password.

   For example:

C:\> C:\mysql\bin\mysqlshow -u root -p

Enter password: (enter root password here)

+--------------------+

|     Databases      |

+--------------------+

| information_schema |

| mysql              |

| test               |

+--------------------+



   If you specify a database name, mysqlshow displays a list of the

   tables within the database:

C:\> C:\mysql\bin\mysqlshow mysql

Database: mysql

+---------------------------+

|          Tables           |

+---------------------------+

| columns_priv              |

| db                        |

| event                     |

| func                      |

| help_category             |

| help_keyword              |

| help_relation             |

| help_topic                |

| host                      |

| plugin                    |

| proc                      |

| procs_priv                |

| servers                   |

| tables_priv               |

| time_zone                 |

| time_zone_leap_second     |

| time_zone_name            |

| time_zone_transition      |

| time_zone_transition_type |

| user                      |

+---------------------------+



   Use the mysql program to select information from a table in the

   mysql database:

C:\> C:\mysql\bin\mysql -e 
      
      "SELECT Host,Db,User FROM 
      
        mysql
      
      .db"
      
        

+------+--------+------+

| host | db     | user |

+------+--------+------+

| %    | test   |      |

| %    | test_% |      |

+------+--------+------+



   For more information about mysqlshow and mysql, see Section 4.5.6,

   
      
      "mysqlshow --- Display Database, Table, and Column Information,"
      
        

   and Section 4.5.1, 
      
      "
      
        mysql
      
       --- The 
      
        MySQL
      
       Command-Line Tool."
      
        



   If you are running a version of Windows that supports services,

   you can set up the MySQL server to run automatically when Windows

   starts. See Section 2.3.5.7, 
      
      "Starting 
      
        MySQL
      
      
        as
      
      
         a Windows

   Service
      
      ."
    

?

mysql下面的INSTALL-BINARY的內容,所有的mysql的配置內容都在這


更多文章、技術交流、商務合作、聯系博主

微信掃碼或搜索:z360901061

微信掃一掃加我為好友

QQ號聯系: 360901061

您的支持是博主寫作最大的動力,如果您喜歡我的文章,感覺我的文章對您有幫助,請用微信掃描下面二維碼支持博主2元、5元、10元、20元等您想捐的金額吧,狠狠點擊下面給點支持吧,站長非常感激您!手機微信長按不能支付解決辦法:請將微信支付二維碼保存到相冊,切換到微信,然后點擊微信右上角掃一掃功能,選擇支付二維碼完成支付。

【本文對您有幫助就好】

您的支持是博主寫作最大的動力,如果您喜歡我的文章,感覺我的文章對您有幫助,請用微信掃描上面二維碼支持博主2元、5元、10元、自定義金額等您想捐的金額吧,站長會非常 感謝您的哦!!!

發表我的評論
最新評論 總共0條評論
主站蜘蛛池模板: 日日碰狠狠躁久久躁婷婷 | 日本少妇日b | 激情六月综合 | 在线 | 18精品免费1区2 | 国产三级国产经典国产av | 国产艹逼视频 | 精品热久久 | 色噜av| 日韩视频在线免费观看 | 在线观看无码不卡av中文 | 亚洲精品精华液一区 | 4438x全国最大色 | 中文字幕免费无码专区剧情 | 亚洲成a人片77777在线播放 | 二区三区在线视频 | 成人久久综合 | 亚洲一级免费视频 | 天天摸日日添狠狠添婷婷 | 深夜福利gif动态图158期 | 国产在线不卡一区 | 国内少妇高潮嗷嗷叫正在播放 | 美玉足脚交一区二区三区图片 | av在线有码 | 久久亚洲欧美日本精品 | 亚洲人久久久 | 快点使劲对白露脸 | 国产亚洲精品久久77777 | 亚洲九九九 | 91色乱码一区二区三区 | 天天爽 | 久久久日韩精品一区二区 | 亚洲国产良家在线观看 | 日韩欧美在线看 | 久久精品中文无码资源站 | 成人黄色一级片 | 天天躁日日躁狠狠躁av麻豆男男 | 深夜激情视频 | av片中文字幕| 日韩精品91亚洲二区在线观看 | 欧洲精品久久久av无码电影 | 国产亚洲精品合集久久久久 | 初欲av| 久久网站热最新地址4 | 国产激情高中生呻吟视频 | 国产精品久久久久久亚洲调教 | 蜜桃av网址 | 日日鲁夜夜视频热线播放 | 潮喷失禁大喷水aⅴ无码 | 女知青荒淫性艳史小说 | 四虎国产精品永久地址99 | 91免费短视频 | 国产精品免费观看调教网 | 国产成人午夜在线视频a站 尤物毛片 | 欧洲午夜精品久久久久久 | 成人欧美亚洲 | 亚洲亚洲人成无码网www | 欧美大黑bbbbbbbbb在线 | 99re99| 狠狠干狠狠艹 | 极品少妇在线观看 | 97人人超人人超免费国产 | 7777欧美日激情日韩精品 | 国产无套流白浆视频免费 | 特黄aaaaaaaaa毛片免费视频 | 亚洲欧美乱日韩乱国产 | 欧美人与动欧交视频 | 日本丰满的少妇 | 欧美亚洲综合高清在线 | 国产又好看的毛片 | 亚洲久久在线 | 无码人妻一区二区三区在线 | 日本一区高清视频 | 国产第一页浮力影院草草影视 | 国产麻豆剧果冻传媒白晶晶 | 91丨精品丨蝌蚪丨白丝jk | 囯产精品久久久久久久久久妞妞 | 国产精品久久久久久久久久ktv | 亚洲中文字幕精品久久久久久直播 | 少妇一级淫片免费放正片 | 18男女拍拍拍久久精品 | videos亚洲 | 精品一区二区三区在线观看视频 | 欧美精品一区二区三区四区 | 日韩av无码一区二区三区 | 北京少妇宾馆露脸对白 | 天天色天天射天天操 | 欧美又大又色又爽aaaa片 | 欧美熟妇另类久久久久久多毛 | 91插插插影库永久免费 | 狠狠撸网 | 岛国av中文字幕 | 美女视频一区 | 国产日产久久欧美清爽 | 无码人妻熟妇av又粗又大 | 午夜激情影院在线观看 | 亚洲男人片片在线观看 | 人人草视频在线 | 中文丝袜人妻一区二区 | 色噜噜狠狠一区二区三区 | 九九自拍 | 日韩免费高清大片在线 | 亚洲粉嫩高潮的18p 超碰免费公开在线 | 婷婷精品久久久久久久久久不卡 | 国产精品毛片一区二区在线看舒淇 | 狠狠色丁香久久综合网 | 中文字幕av无码不卡免费 | 亚洲精品区午夜亚洲精品区 | 亚洲综合无码一区二区 | 亚洲精品国产一区二区三区在线观看 | 亚洲区综合区小说区激情区 | 国产黑色丝袜在线观看片不卡顿 | 性欧美肥臀大腚bbwhd | 全黄h全肉边做边吃奶视频 久久国产精品无码hdav | 成人国产亚洲精品a区天堂 国产偷窥女洗浴在线观看 老妇激情毛片视频 | 亚洲精品美女在线观看播放 | 成人中文网 | 日本亚洲欧美综合在线 | 亚洲色成人一区二区三区小说 | 无码国产精成人午夜视频一区二区 | 国产精品热久久久久夜色精品三区 | 内射女校花一区二区三区 | 超碰成人人人做人人爽 | 国产精品久久久久久亚洲影视内衣 | 精彩视频一区二区三区 | 成·人免费午夜无码视频在线观看 | 高清乱码一区二区三区 | 国产伦精品一区二区三区88av | 色综合狠狠操 | 久伊人| 午夜人性色福利无码视频在线观看 | 免费精品一区 | 国产中文视频 | 欧美国产日韩视频 | 在线观看国精产品二区1819 | 国产精品毛片av在线看 | 深夜福利一区二区三区 | 成人一区二区三区在线 | 亚洲在线观看视频 | 一区二区三区国产精品保安 | 国产白袜脚足j棉袜在线观看 | 日韩欧美亚洲天堂 | 九九在线观看视频 | 国产乱人伦偷精品视频aaa | 国产精品伦理久久久久 | 琪琪亚洲精品午夜在线 | 韩国精品无码久久一区二区三区 | 在线观看日韩中文字幕 | 交换配乱吟粗大农村大坑性事视频 | 婷婷天堂 | 一本大道久久久久精品嫩草 | 一区二区三区四区毛片 | 成人免费高清在线观看 | 秋霞鲁丝片av无码少妇 | 国产成人亚洲精品自产在线 | av草逼 | 色999日韩| 精品精品国产理论在线观看 | 国产放荡对白视频在线观看 | 新黑暗圣经在线 | 国产精品嫩草影院88av | 青青色综合 | 欧美综合自拍亚洲综合图片区 | 色综合久久88色综合天天 | 亚洲国产av玩弄放荡人妇系列 | 久久日精品| 一级做a免费视频 | 亚洲s色大片在线观看 | 精品欧美h无遮挡在线看中文 | 三集黄色片 | 深夜精品视频 | 在线 你懂的 | 北条麻妃一区二区在线观看视频 | 少妇china高潮∨jdao | 丝袜 亚洲 另类 欧美 变态 | 色综合精品 | 亚洲国产成人精品无码区在线网站 | 色综合色欲色综合色综合色乛 | 99热国产在线手机精品 | 日本熟妇人妻xxxxx-欢迎您 | 国产一区xxx | 国产精品96| 992tv在线观看免费进 | 久久久精品国产免大香伊 | 狂野欧美激情性xxxx | 日韩无砖 | 国产精品人人爽 | 欧美日韩人成视频在线播放 | 51久久夜色精品国产麻豆 | 黑人性爽| 天堂8在线天堂资源在线 | 成人免费一级片 | 夜夜嗨av一区二区三区 | 国产免费丝袜调教视频免费的 | 西西人体大胆尺度写真 | 热久久美女精品天天吊色 | 国产精品亚洲专区无码唯爱网 | 亚洲精品午夜精品 | 日本在线 | 中文 | 欧美丰满白嫩bbw激情 | 亚洲综合色区另类av | 国产亚洲精品一区二区在线观看 | 亚洲娇小6一12xxxx | 亚洲欧美日韩国产综合 | 成人a v视频在线观看 | 亚洲在线视频观看 | 九七人人爽 | 曰韩精品 | 国产高清在线精品一区app | 狠狠干夜夜骑 | 亚洲国产精品久久久天堂不卡海量 | 国产激情福利 | 国产精品久久久影院 | 国产福利视频导航 | 亚洲一区二区网站 | 少妇精品一区二区三区 | 国产成人无码视频网站在线观看 | 在线一二三区 | 91精品国产777在线观看 | 欧美成年性h版影视中文字幕 | 中文字幕乱偷在线小说 | www欧美日韩 | 亚洲欧美另类在线观看 | 亚洲人人精品 | 88久久精品无码一区二区毛片 | 亚洲欧美日韩综合在线 | 日韩精品第三页 | 青青免费 | 久久亚洲精品日韩高清 | 99精品视频一区二区三区 | 密臀av网站 | 国产做受高潮69 | a级片国产 | 日日夜夜网 | 欧美bbbbbbbbbbbb片 | 亚洲无线一二三四区手机 | 久色在线观看 | 一区二区三区免费视频播放器 | 偷拍视频一区二区 | 黄色日批视频在线观看 | 日日夜夜噜 | 亚洲一二区 | 无码毛片视频一区二区本码 | 免费国产一区 | 国内精品免费久久久久电影院97 | 亚洲国产精品国自产拍久久 | 国产午夜亚洲精品不卡网站 | 青青草免费视频在线看 | 欧美日韩a√ | 色综合久久成人综合网 | 四虎永久在线精品免费网址 | 青青青青青手机视频在线观看视频 | 国产丝袜视频一区二区三区 | 国产人妖视频一区二区 | 成人女毛片视频免费播放 | 97超碰免费 | 人妻丰满熟妇av无码区动漫 | 国产真实乱子伦视频播放 | 欧美日韩精品人妻狠狠躁免费视频 | 欧美视频网站 | 亚洲成人在线网址 | 日韩区欧美国产区在线观看 | 一级黄色一级黄色 | 国产成人免费无码av在线播放 | 亚洲国产另类久久久精品小说 | 午夜欧美在线 | 136av福利视频导航 | 少妇厨房愉情理伦片视频在线观看 | 久久人人97超碰爱香蕉 | 精品亚洲成在人线av无码 | 呻吟国产av久久一区二区 | 开心网五月色婷婷 | 懂色一区二区二区av免费观看 | 国产成人亚洲综合 | 国产边摸边吃奶边叫做激情视频 | 91精品国自产拍天天拍 | 丁香六月综合 | 九九热线有精品视频 | 性猛交xxxxx按摩中国 | 国产女厕所盗摄老师厕所嘘嘘 | 日本不卡一区在线观看 | 成人无遮挡裸免费视频在线观看 | 97国产suv精品一区二区62 | 亚洲精品乱码久久久久66 | 亚洲精品国产av成拍色拍个 | 啪一啪射一射插一插 | 欧美黄色试片 | 国产成人亚洲综合色 | 在线亚洲网站 | 国产精品一区久久 | 日本在线一区二区三区欧美 | 内射极品少妇xxxxxhd | 99在线精品视频观看 | 体验区试看120秒啪啪免费 | 精品91视频| 日本人成网站18禁止久久影院 | 亚洲人成色77777 | 夜夜狠狠干| 国产99青草视频在线播放视 | 精品久久久久久综合 | 精品含羞草免费视频观看 | 亚洲久视频| 人妻夜夜爽天天爽三区麻豆av网站 | ass亚洲尤物大全 | 久久久中日ab精品综合 | 成人免费视频在线观看地区免下载 | 欧洲成人免费视频 | 深夜国产精品 | 狠狠躁夜夜躁人人爽超碰97香蕉 | 国产又粗又猛大又黄又爽 | 国产欧美日韩综合 | 亚洲一区二区三区无码国产 | 免费的大尺度在线观看网站 | 视频在线观看99 | 亚洲精品午夜一区人人爽 | 国产日韩成人 | 新版天堂资源中文www连接 | 国产日韩欧美不卡在线二区 | 久久精品一区二区三区四区毛片 | 亚洲成人黄色影院 | 麻豆一区二区 | 国产高清在线精品一区免费 | 色妞av永久一区二区国产av | 武侠古典av | 亚洲乱码日产精品bd在线下载 | 国产成a人亚洲精v品无码性色 | 成年人免费av | 久久精品伊人久久精品伊人 | 国产免费又黄又爽又色毛 | 亚洲播放 | 日韩精品亚洲专在线电影 | 欧美激情一区二区三区成人 | 大香伊人中文字幕精品 | 免费人成网站在线观看视频 | 日本成夜色爽免费视频 | 国产精品一区二区麻豆 | 亚洲熟女av综合网五月 | 四虎国产精品免费久久5151 | 97视频在线看 | 炕上如狼似虎的呻吟声 | 青娱乐青青草 | 免费黄色大片网站 | 亚洲综合91 | 日韩精品久久无码人妻中文字幕 | 国产精品 欧美 亚洲 制服 | 中文字日产乱码免费1~3软件 | 国产午夜亚洲精品不卡 | 国产乱子经典视频在线观看 | 久久欧美国产伦子伦精品 | 日韩有码一区二区三区 | 超清av在线播放不卡无码 | 国产一区二区精品 | 日本精品一区二区 | 久久精品国产99国产精品最新 | 亚洲国产av一区二区三区丶 | 久艹av在线| 精品国产免费人成电影在线看 | 青青青国产免a在线观看 | 狂野欧美性猛交免费视频 | 久草免费网站 | 久久精品国产亚洲欧美 | 永久免费观看的毛片手机视频 | 丰满少妇高潮在线观看 | 国产一区二区三区视频在线观看 | 成人综合久久 | 99久久精品一区二区三区 | youjizz中国少妇 | wwwxxxx在线观看 | 欧美亚洲精品一区二区 | 国产午夜片无码区在线观看爱情网 | 亚洲自拍中文 | 91欧美日韩国产 | 亚洲精品一品 | 精品免费久久久久久久 | 一级欧美一级日韩 | 学生丨6一毛片 | 91黄免费 | 国产丰满精品伦一区二区三级视频 | 人人草人人爽 | 久久人人爽人人爽人人片ⅴ | a级毛片蜜桃成熟时2免费观看 | 中国少妇初尝黑人巨高清 | 三级黄色在线免费观看 | 免费人成视频网站在线下载 | 国产午夜鲁丝无码拍拍 | 毛片哪里看 | 欧美精品18videosex性欧美 | 天天久久综合网 | 欧美大逼逼| 性欧美久久 | 欧美青草视频 | 青春草在线免费视频 | 欧美日韩在线免费观看 | 婷婷色婷婷深深爱播五月 | 婷婷色婷婷深深爱播五月 | 激情欧美成人小说在线视频 | 国产精品揄拍100视频 | 亚洲成成熟女人专区 | 日韩精品一区二区三区vr | 亚洲 综合 清纯 丝袜 自拍 | 久久精品网站视频 | 动漫精品专区一区二区三区不卡 | 亚洲成av人片在线观看麦芽 | 又大又黄又粗又爽的免费视频 | 乱亲女h秽乱长久久久 | 日本丰满的人妻hd高清在线 | 开心丁香婷婷深爱五月 | 亚洲精品三级 | 国产欧美日韩视频在线 | 国产中文字幕亚洲 | 丰满白嫩尤物一区二区 | 精品少妇牲交视频大全 | 一本亚洲 | 国产三级精品三级在线专区1 | 女性女同性aⅴ免费观女性恋 | 唯美欧美亚洲 | 国产成人乱色视频网站 | 久久精品无码中文字幕老司机 | 人人射在线视频 | 国产精品高潮呻吟久久av黑人 | 国产精品自产拍高潮在线观看 | 成人性色生活片免费看l | 国产福利在线播放 | 91丨九色丨首页 | 人人澡人人澡人人看添 | 亚洲欧美日韩愉拍自拍美利坚 | 亚洲少妇逼逼 | 亚洲欧洲av在线 | 亚洲区精品 | 日韩一区二区免费播放 | 成人免费精品动漫网站 | 欧美亚洲综合视频 | 国产成人视屏 | 一区二区视频观看 | 日日摸天天爽天天爽视频 | 男插女青青 | 无码中文字幕va精品影院 | 国产小便视频在线播放 | 久在线播放 | 国产亚洲精品久久久久久移动网络 | 色一情一区 | 上原亚衣av一区二区三区 | 韩日美无码精品无码 | 兔费看少妇性l交大片免费 天堂自拍 | 亚洲精品国产精品国自产网站按摩 | 男男无码gv片在线看 | 亚洲欧洲av一区二区久久 | 丁香婷婷六月综合交清 | 81精品国产乱码久久久久久 | 人妻无码中文字幕免费视频蜜桃 | 亚洲精品宾馆在线精品酒店 | 亚洲阿v天堂在线2017免费 | 国精品无码一区二区三区在线a片 | 国产精品毛片完整版视频 | 欧美一级爱爱视频 | 无码av一区在线观看免费 | 久久人人爽人人爽人人片 | 中国在线观看片免费 | 日韩乱码人妻无码中文字幕 | 亚洲国产成人综合一区二区三区 | 久久香蕉国产线看观看怡红院妓院 | 丰满人妻一区二区三区免费视频 | 免费无码毛片一区二三区 | 五月婷在线观看 | 久久久综合久久久 | www.九九九 | 老地方在线观看免费追剧网站 | 青青激情网 | 成人精品视频一区二区三区尤物 | 日本高清熟妇老熟妇 | 天天干天天插天天操 | 老司机午夜免费精品视频 | 国产精品suv一区二区88 | 国产精品毛片久久久久久久明星 | 黄色录像欧美 | 国产在线乱| 亚洲激情五月 | 亚洲亚洲精品av在线动态图 | 婷婷在线观看视频 | 免费国产拍久久受拍久久 | 色午夜在线 | 久草福利资源 | 欧美第一页在线观看 | 日本特级视频 | 天天摸夜夜爽 | 成人毛片区 | 中文字幕在线精品 | 寂寞少妇按摩spa高潮91 | 国产精品偷伦视频免费手机播放 | 加勒比中文字幕无码一区 | 久久人人爽人人爽人人av | 国产精品国产三级国产av中文 | 美女胸又黄又水 | 国产系列丝袜熟女精品网站 | 成人免费无码大片a毛片小说 | 成人午夜高潮免费视频在线观看 | 日本大乳免费观看久久99 | 国产姿势对白刺激呻吟 | 久久人搡人人玩人妻精品 | 久久激情综合 | 国产乱国产乱 | jizzyou中国人少妇熟睡 | 国产剧情av在线播放 | 国内精品一区二区福利视频 | 亚洲综合在线播放 | 中文字幕一本性无码 | 香蕉视频在线免费播放 | 台湾精品一区二区蜜桃 | 国产色婷婷五月精品综合在线 | 亚洲人成人伊人成综合网无码 | 国产又黄又爽又色 | 久久99久久99精品免视看动漫 | 日韩av无码午夜免费福利制服 | 91精品国产综合久久蜜臀 | 欧美日韩一区二区在线播放 | 亚洲第一欧美 | 国内精品少妇 | 精品久久久久久无码中文字幕漫画 | 亚洲第一成年免费网站 | 可以在线看的av网站 | 成人免费无码大片a毛片抽搐色欲 | 99精品国产丝袜在线拍国语 | 91精品国产99 | 人妻无码中文字幕一区二区三区 | 欧美a级理论片 | 亚洲综合欧美制服丝袜 | 超碰在线日韩 | 日本理伦片午夜理伦片 | 亚洲美女中文字幕 | 成人区人妻精品一区二区不卡视频 | 国内精品国内精品自线一二三区 | 日日操天天操 | 国精产品自偷自偷综合下载 | 国产高清在线精品一区免费 | 日本三级视频在线 | 7777少妇色视频免费播放 | 日产日韩亚洲欧美综合 | 丰满少妇又爽又紧又丰满在线观看 | 中文字幕日产无线码一区 | 丁香五月婷激情综合第九色 | 成人免费视频网站 | 亚洲图片综合图区20p | 男女无遮挡羞羞视频网站 | 少妇人妻偷人精品视频 | 亚洲熟妇丰满多毛xxxx | 欧美性bbwbbwbbwbbwbbw | 婷婷综合五月 | 久久久www成人免费无遮挡大片 | 色又黄又爽18禁免费网站现观看 | 午夜福利影院私人爽爽 | 波多野42部无码喷潮在线 | 欧美一级黑人 | 久久免费少妇高潮久久精品99 | www.com毛片| 男女嘿咻激烈爱爱动态图 | 久草视频污 | 天天摸夜夜添夜夜无码 | 黄页嫩草| 久久久久久666 | 精品国产精品网麻豆系列 | 国产性猛交xxxⅹ交酡全过程 | 色婷婷综合久久久久中文一区二区 | 欧美三级韩国三级日本三斤 | 欧美性猛交乱大交丰满 | 国产白丝喷水娇喘视频 | 日本护士吞精囗交gif | 日本一级特黄aa大片 | 91久久久久久波多野高潮 | 中文字幕丰满孑伦无码专区 | 乱人伦中文视频在线 | 高清欧美精品xxxxx在线看 | 粉嫩av一区二区三区免费观看喜好 | 狠狠2021最新版 | 无套内射在线无码播放 | 中文字幕乱码中文乱码51精品 | 成人免费毛片嘿嘿连载视频 | 国产情侣一区二区三区 | av在线不卡免费看 | 国产xx视频| 中国国产野外1级毛片视频 综合av第一页 | 成人做爰69片免费看网站 | 日本一区二区三区在线观看视频 | 久久亚洲一区二区三区舞蹈 | 日本一区二区在线播放 | 国产亚洲精品a片久久久 | 天天狠狠干 | 在线观看亚洲精品 | 手机免费看av片 | 国产成人综合久久亚洲精品 | 蜜臀久久精品99国产精品日本 | 天天噜噜噜在线视频 | 欧美高清一级 | 国产极品车模吞精高潮呻吟 | 影音先锋中文字幕无码 | 蜜桃av久久久亚洲精品 | 国产成人无码精品久久久免费 | 亚洲乱码国产乱码精品精大量 | 日韩在线一区二区三区免费视频 | 国产乱乱 | 国产成人麻豆精品午夜在线 | 人妖和人妖互交性xxxx视频 | 9 9久热re在线精品视频 | 国产精品伦一区二区三区 | 这里只有精品22 | 亚洲开心婷婷中文字幕 | 亚洲色成人网站www永久男男 | 性欧美视频在线 | 新疆美女69精品视频在线播放 | 欧美偷拍一区二区三区 | 亚洲精品无码高潮喷水在线 | 亚洲一线在线观看 | 久久艹精品 | 欧美日韩一区二区在线 | 色中文字幕 | 久久网站精品 | 成人国产精品日本在线观看 | 丁香五月开心婷婷激情综合 | 国产超碰人人做人人爱ⅴa 黄色激情视频小说 | 啊灬啊灬啊灬快灬高潮了女91 | 日日草夜夜草 | heyzo北岛玲在线播放 | 亚洲精品国产精华液 | 国产亚洲精品第一综合另类灬 | 国产精品高潮露脸在线观看 | 亚洲aa视频 | 亚洲偷偷| 国产极品女主播国产区 | 精品一区二区三区四区 | 成人免费高清视频 | 亚洲精品国产品国语在线观看 | 国产日韩欧美视频在线 | 国产精品美女被遭强扒开双腿 | 伊人伊成久久人综合网 | 国产精品99精品无码视亚 | 少妇人妻无码专区视频 | 色一情一区二 | 天堂国产女人av | 久久99精品这里精品6 | 亚洲欧洲中文日韩av乱码 | 青青视频免费在线观看 | 麻豆一区产品精品蜜桃的广告语 | 乱精品一区字幕二区 | 国产精品自拍99 | 黄色日韩 | 狠狠躁狠狠躁东京热无码专区 | 四虎国产精品永久一区高清 | 狠狠干一区二区 | 夜夜躁狠狠躁日日躁2002 | 天堂av最新网址 | 用力使劲高潮了888av | 69福利视频 | 欧美大片 - 8mav| 中文成人精品久久一区 | 久久人人爽人人爽人人av东京热 | 日本人妻中文字幕乱码系列 | 国产美女av在线 | 尤物193在线人妻精品免费 | 亚洲色图欧美日韩 | 欧美精品网站在线观看 | 亚洲精品国产一区二区三区在线观看 | 爱福利视频导航 | av在线免播放器 | 精品99久久久久久 | 久久综合操 | 最近中文字幕免费在线观看 | 婷婷久久网 | 成人av福利 | 337p日本欧洲亚洲大胆人人 | 美女视频在线观看福利网站在线观看 | 久久国产成人免费网站777 | 麻花传媒68xxx在线观看 | 久久嫩草精品久久久精品 | 欧美日韩激情一区 | 成人网站av亚洲国产 | 欧美啪啪一区 | 国产美女激情视频 | 亚洲精品喷潮一区二区三区 | 国产欧美日韩在线视频 | 日日夜夜躁 | 欧美69视频 | 欧美亚洲人成网站在线观看 | 99久久精品免费看国产一区二区三区 | 69国产在线| 欧美性视频一区二区三区 | 国产在线精品一区二区在线观看 | 成人毛片大全 | 成人在线综合网 | 日韩欧美视频 | 麻豆一区二区 | 大肉大捧一进一出好爽mba | 日韩精品免费一区二区三区四区 | 欧美一级做a爰片免费视频 性欧美牲交xxxxx视频欧美 | 天天影视色香欲综合久久 | 亚洲熟妇色xxxxx亚洲 | 日本亲子乱子伦xxxx30路 | 超碰www | 二区视频在线观看 | 无码少妇一区二区三区视频 | 国产精品美女久久久久久 | 亚洲欧美日韩精品 | 亚洲动态色图 | 天天综合网日日夜夜 | 中国破外女出血毛片 | 亚洲3p激情在线观看 | 91精品国产乱码在线观看 | 狠狠色网 | 久久99日 | 色一情一乱一乱一区免费网站 | 亚洲真人无码永久在线 | 青青青国产在线观看免费 | 性开放视频 | 91看片看淫黄大片 | 欧美激情久久久久久 | 午夜精品射精入后重之免费观看 | 免费av网站大全 | 国产精品久久久久久妇女6080 | 国产成人福利视频 | 国产女人天天春夜夜春 | 加勒比一区在线 | 国产精品福利一区二区久久 | 免费无码观看的av在线播放 | a级毛片国产 | 激情综合视频 | 国产日韩欧美亚洲精品中字 | 国产性―交一乱―色―情人 | 欧美专区18 | 青青免费视频 | 国产床戏无遮挡免费观看网站 | 自拍日韩亚洲一区在线 | 国产精久久久久 | 午夜高清免费视频 | 女人18片毛片60分钟 | 国产做爰又粗又大又爽动漫 | 欧美拍拍视频免费大全 | 亚洲精品国产精品乱码不66 | 久久久久中文字幕 | 精品成人一区二区三区 | 国产av无码专区亚洲a∨毛片 | 玩弄人妻奶水无码av在线 | 久久久噜噜噜久久免费 | 免费人成视频在线观看不卡 | 精品国产一区二区三区麻豆 | 国产精品人八做人人女人a级刘 | 手机av永久免费 | 潮喷无码正在播放 | 男女性动态激烈动全过程 | www91在线| 午夜美女久久久久爽久久 | 亚洲精品97久久中文字幕无码 | 日本在线第一页 | 婷婷久久综合九色综合 | 女m羞辱调教视频网站 | 天天天天天天天干 | www312aⅴ欧美在线看 | 欧美精品导航 | 激情另类视频 | 久久综合九色综合欧美狠狠 | 99久久国产露脸国语对白 | 无码国产精品一区二区免费式芒果 | 91欧美日韩国产 | 天堂网最新版资源在线 | 成人a毛片视频免费看 | 国产在线精品一区二区夜色 | 欧美成年人网站 | 日韩欧美aaa | 国产一卡2卡3卡4卡网站免费 | 蜜桃精品视频在线 | 欧洲美洲精品一区二区三区 | 欧美午夜成人片在线观看 | 国产一区二区三区影院 | 日本三级带日本三级带66 | 久久久久久亚洲国产精品 | 女人的天堂网 | 东方av在线免费观看 | 久久精品成人免费国产片 | 91在线观看| 色狠狠色婷婷丁香五月 | 亚洲国产欧美一区 | 亚洲国产天堂 | 99国产午夜精品一区二区天美 | 少妇大叫好爽受不了午夜视频 | 久久天天综合桃花久久 | 午夜午夜精品一区二区三区文 | 国产色黄| www.youjizz.日本| 欧美色图888 | 久久国产欧美日韩精品图片 | 天天综合网久久综合免费人成 | av熟女人妻一区二区三区 | 国产欧美日韩综合在线成 | 亚洲精品久久久久中文字幕 | 日韩成人看片 | 制服 丝袜 有码 无码 中文 | 色综合久久综合 | 中文精品久久久久人妻不卡 | 国产 av 仑乱内谢 | 免费国产乱理伦片在线观看 | 大人和孩做爰av | 亚洲国产午夜精品理论片 | 一个人看的免费高清www视频 | 亚洲中文字幕丝祙制服 | 少妇高潮惨叫久久久久久 | 一区二区三区在线免费观看 | 男人j桶进女人p无遮挡免费观看 | 中文字幕久久久久人妻 | 一个人看的www视频免费观看 | 一级片黄色大片 | 97视频入口| 久久久久中文字幕 | 久久99精品久久久久久蜜芽 | 色月婷婷 | 天堂www中文在线资源 | 日本大尺度吃奶呻吟视频 | 狠狠躁夜夜躁人人爽超碰女h | 国产一区二区三区在线电影 | 国产又爽又黄又无遮挡的激情视频 | 亚洲精品你懂的在线观看 | 久久成人动漫 | 国产综合人综合 | 鲁一鲁一鲁一鲁一澡 | 超碰99在线| 亚洲视频不卡 | 亚洲国产成人无码网站大全 | 爱搞国产 | 中文字幕 欧美精品 第1页 | 亚洲人成人无码网www国产 | 97性潮久久久久久久久动漫 | 999精彩视频 | 亚洲精品久久久久999666 | 91爱爱网站 | 五月婷婷久久草丁香 | 国产精品久线在线观看 | 91看片在线免费观看 | 狠狠色丁香久久婷婷综合五月 | 久久精品国产首页027007 | 中文字幕人成人乱码亚洲影视的特点 | 成人在线手机视频 | 欧美伦理一区二区三区 | 久久欧美日韩精品一区二区 | 欧美日韩视频一区二区三区 | 亚洲欧美日韩综合在线一 | 国产成人亚洲精品无码青 | 免费在线黄色网址 | 亚洲成a人片777777张柏芝 | 成人18毛片| av手机在线播放 | 精品国产九九 | 国产无遮挡在线观看 | 亚洲精品久久一区二区三区 | 亚洲尻逼 | 久久久无码精品亚洲日韩精东传媒 | 国产片av不卡在线观看国语 | 亚洲精品自产拍在线观看 | 久久无码av中文出轨人妻 | 午夜福利理论片在线观看播放 | 开心久久婷婷综合中文字幕 | 色呦呦国产精品 | 国内揄拍国内精品对白86 | 国内久久婷婷五月综合欲色广啪 | 国产日产欧产精品精品首页 | 人妻av无码系列一区二区三区 | 国产区av | 精品视频一区二区三区 | 97香蕉久久国产在线观看 | 中文视频在线观看 | 一二三四社区在线高清观看8 | 国产乱xxxx国语对白 | 国产成人无码激情视频 | 日本片网站 | 欧美性猛交xxxx免费视频软件 | 乱爱av | 无码人妻久久一区二区三区 | 久久蜜视频 | 激情av综合网 | 精品午夜福利1000在线观看 | 欧美黑人粗暴多交高潮水最多 | 国产野战无套av毛片 | 中文字幕 亚洲视频 | 80s毛片| 91污在线 | 国产日韩在线观看视频 | 日韩精品一区二区三区免费视频观看 | 欧美综合在线视频 | 国产又黄又猛又粗又爽的小说网站 | 99视频网| 国语自产精品视频在 视频 久久综合日本 | 娇小萝被两个黑人用半米长 | 国产精品野外av久久久 | 亚洲欧美激情四射在线日 | 人妻中出无码一区二区三区 | 超碰资源在线 | 亚洲国产成人精品无码区在线 | 日本中文字幕在线免费观看 | 亚洲va码欧洲m码 | 欧美亚洲日本国产综合在线美利坚 | 免费做a爰片久久毛片a片下载 | 99这里精品| 亚洲人成人77777线观看 | 国产69精品久久久久乱码韩国 | 精品丰满人妻无套内射 | 精品免费国产一区二区三区四区介绍 | 99高清| 国产日韩欧美亚洲精品中字 | 亚洲成色www久久网站瘦与人 | 亚洲欧美日韩在线看 | 黑人巨茎精品欧美一区二区 | 人妻无码一区二区三区欧美熟妇 | 中文人妻av高清一区二区 | 成人性生交大片免费看r老牛网站 | 奇米777四色成人影视 | 人妻少妇被猛烈进入中文字幕 | 欧美国产高潮xxxx1819 | 伊人激情网 | 草色噜噜噜av在线观看香蕉 | 国产亚洲欧美在线专区 | 精品+无码+在线观看 | 亚洲国产成人综合一区二区三区 | 日本免费黄色 | 亚洲欧美一区二区三区不卡 | 一区二区三区乱码在线 | 欧洲 | 黄色一二三区 | 国产精品久久久久久在线观看 | 国产色爱av资源综合区 | 国产精品偷乱视频免费观看了 | 亚洲精品乱码久久久久久9色 | 午夜精品久久18免费观看 | 免费激情小视频 | 香蕉视频国产 | 久草综合在线观看 | 国产精品第69页 | 国产精品视频网 | sese在线视频| 偷拍激情视频一区二区三区 | 亚洲手机av| 国产人成精品一区二区三 | 国产蜜臀av在线一区尤物 | 午夜性福利 | 无码人妻出轨黑人中文字幕 | 免费三片在线观看网站 | 午夜拍拍视频 | 欧美日韩国产精品激情在线播放 | 国产午夜亚洲精品国产成人小说 | 高大丰满毛茸茸xxx性 | 夜夜夜网| 久草免费福利资源站在线观看 | 成人黄色在线 | 日韩欧洲亚洲 | 一级片视频免费观看 | 四虎免费网址 | 欧美久草视频 | 好吊妞视频788gao在线观看 | av视觉盛宴 | 国产美女午夜福利视频 | 国产亚洲人成网站在线观看琪琪秋 | 国产在线欧美日韩精品一区 | 老汉av在线 | 久久99国产精品 | 亚洲成av人片在线观看一区二区三区 | 欧美激情在线播放 | 精品国产麻豆免费人成网站 | 又色又污又黄又爽又吃胸 | 欧美性开放情侣网站 | 亚洲熟妇无码爱v在线观看 久久久av男人的天堂 | 午夜无码区在线观看 | 国产精品一区二区福利视频 | 7777少妇色视频免费播放 | 无码人妻一区二区三区在线视频 | 日韩亚洲国产综合高清 | 99国产欧美精品久久久蜜芽 | 强被迫伦姧在线观看无码 | 无码三级在线看中文字幕完整版 | 亚洲综合av色婷婷五月蜜臀 | 国模无码一区二区三区 | 日产中文字幕一码 | 韩国乱码片免费看 | 国产日韩欧美 | 黑人日b视频 | 久久夜色精品国产欧美乱 | www三级免费 | 亚洲精品无码专区在线播放 | 波多野结衣一区二区三区高清 | 狠狠干夜夜操 | 老司机精品成人无码av | 国产欧美日韩在线观看一区二区 | 色婷婷综合和线在线 | 小sao货cao得你舒服吗国产 | 亲子乱对白乱都乱了视频 | 国产老熟女伦老熟妇视频 | 日韩在线一级片 | 91成熟丰满女人少妇777 | 国产交换配乱淫视频a免费 久操综合 | 亚洲成h人av无码动漫无遮挡 | 精品午夜久久福利大片 | 国产剧情久久 | 国产精品va在线观看老妇女 | 日本精品久久久久中文字幕乱中年 | 欧美丰满熟妇xxxx性多毛 | 国产美女无遮挡网站 | 狠狠色噜噜狼狼狼色综合久 | 97色伦图片97综合影院 | 中文字幕无码色综合网 | 人妻丝袜av先锋影音先 | 亚洲一二区在线观看 | 国产人成高清在线视频99最全资源 | 久久国产成人免费网站777 | 9久久9毛片又大又硬又粗 | 欧美a一区二区 | 又大又硬又爽免费视频 | 日产精品无人区 | 99毛片 | 好色先生视频污 | 五十路熟妇亲子交尾 | 色综合伊人丁香五月桃花婷婷 | 秋霞无码久久久精品交换 | 国产亚洲欧洲997久久综合 | 国产热の有码热の无码视频 | 狠狠色很很在鲁视频 | 成人www| 精品一区欧美 | 日韩精品一区二区视频 | 国产婷婷vvvv激情久 | 国产一级a毛片视频爆浆 | 国产精品原创 | 色偷拍 自怕 亚洲 10p | 香港三级韩国三级日本三级 | 五级黄高潮片90分钟视频 | 久草在线视频资源站 | ww久久综合久中文字幕 | 久久av免费 | 男人和女人上床视频 | 怡红院精品久久久久久久高清 | 欧美人与牲禽动a交精品 | 狂野欧美性猛交xxⅹ李丽珍 | 久久精品国产一区二区无码 | hd最新国产人妖ts视频仙踪林 | 日韩经典中文字幕 | 亚洲精品久久久久一区二区三区 | 一本色道久久加勒比88综合 | 岛国片在线免费观看 | 五月婷婷综合久久 | 99久久精品费精品国产一区二 | 99精品偷拍在线中文字幕 | 春色校园综合人妻av | 人人玩人人添人人澡东莞 | 欧美jizzhd精品欧美喷水 | 亚洲精品国产成人99久久6 | 色综合777 | 青青草原国产免费 | 亚洲成av人片一区二区梦乃 | 精品国产一区二区三区小蝌蚪 | 亚洲欧洲日产无码中文字幕 | 夜夜操狠狠操 | 无码人妻精品一区二区三18禁 | 一区二区精品视频日本 | 欧美一区二区三区免费视频 | 亚洲免费看片 | av国产网站 | 在线看片免费人成视频福利 | 高清乱码免费看污 | 韩日av片| 伊人网色 | 亚洲狠狠婷婷综合久久蜜芽 | 美女黄网站18禁免费看 | 日本免费啪视频在线看视频 | 少妇爆乳无码专区av无码 | 大伊香蕉在线精品视频75 | 午夜精品一区二区三区av | 免费大黄网站在线观 | 在线成人欧美 | 成人av免费在线看 | 婷婷久久网| 18禁止午夜福利体验区 | 成人一区二区三区四区 | 日韩中文av | 精品亚洲国产成人av制服 | 亚洲youwu永久无码精品 | 日韩在线视频网址 | 中文无码一区二区视频在线播放量 | 91欧美激情一区二区三区 | 国产精品国产三级国产aⅴ浪潮 | 13女裸体慰在线观看 | 强h辣文肉各种姿势h在线视频 | 91天堂网| 国产精品亚洲а∨怡红院 | 久久精品一区二区三区四区毛片 | 成在人线av无码免费高潮水 | 成人无码网www在线观看 | 久久久久久久久久久久久女国产乱 | 欧美日韩亚洲视频 | 最新日韩在线视频 | 久久精品人妻无码一区二区三区 | 色资源av中文无码先锋 | 成年人午夜免费视频 | 久久久久久久97 | 激情综合色五月丁香六月欧美 | 一区二区三区欧美日韩 | 久热精品在线观看 | 久久黄色网 | 91久久人人| 国产黄色精品网站 | 天天爽天天爽天天片a | 久久五十路丰满熟女中出 | 亚洲中文波霸中文字幕 | 99久久免费看少妇高潮a片 | 亚在线第一国产州精品99 | 人妻少妇无码精品视频区 | 女人18毛片水真多免费看 | 日本最黄网站 | 日本欧美www | 欧美国产乱视频 | 在线看免费无码的av天堂 | 天堂资源在线www中文最新偷拍 | 亚洲色偷偷偷综合网 | 精选国产av精选一区二区三区 | 中文字幕无码日韩av | 日本在线色视频 | 亚洲人成人天堂 | 亚洲精品无码少妇30p | 久久综合综合久久高清免费 | 日韩av女优在线播放 | 夜夜狂射影院欧美极品 | 波多野久久 | 欧美福利在线观看 | 国产精品国产精品偷麻豆 | 亚洲9区| 欧美女人天堂 | 理论片87福利理论电影 | 日韩久久国产 | 忘忧草日本在线播放www | 女同互添互慰av毛片观看 | 亚洲精品无码人妻无码 | 狠狠色香婷婷久久亚洲精品 | 久久久综合九色综合88 | 牲欲强的熟妇农村老妇女视频 | 91精品国产乱码久久久久久久久 | 白嫩少妇bbw撒尿视频 | 亚洲大成色www永久网站注册 | 无码三级国产三级在线电影 | 丁香六月激情网 | 亚洲欧美综合精品久久成人 | 超爱碰在线资源 | 国内精品久久久久av福利秒拍 | 久久久综合九色综合88 | 日韩免费无码人妻波多野 | 久久天天躁狠狠躁夜夜av不卡 | 亚洲精华国产 | 欧美激情视频一区二区三区不卡 | 国产熟女高潮视频 | 国产精品久久久久久久av | 自拍欧美亚洲 | 亚洲国产一区二区精品无码 | 无码精品日韩中文字幕 | 三日本三级少妇三级99 | 久色在线 | 亚洲欧美国产一区二区三区 | 看黄网站在线 | 天堂视频免费看 | 少妇又紧又深又湿又爽视频 | 国产成人麻豆亚洲综合无码精品 | www.羞羞答答在线观看蜜桃臀 | 五月色婷婷亚洲精品制服丝袜1区 | 国产91丝袜在线播放动漫 | 久久精品国产v日韩v亚洲 | 国产午夜福利小视频合集 | 欧美三级 欧美一级 | 中文字幕2区 | 97久久久亚洲综合久久88 | 亚洲 校园 春色.自拍 | 国模冰冰炮一区二区 | 亚洲成人精品在线播放 | 国产精品 欧美 亚洲 制服 | 亚洲精品色在线网站 | 无码h黄动漫在线播放网站 人妻av中文字幕无码专区 | 黄色小视频网 | 色天使久久综合给合久久97色 | aaaaa国产欧美一区二区 | 狠狠搞狠狠干 | 久久99精品久久久久久秒播蜜臀 | 亚洲 欧美 中文 日韩aⅴ综合视频 | 三级特黄视频 | 超碰在线人人爱 | 亚洲xxxxxxxxx | 少妇乱淫36部 | 免费av不卡 | 四虎影成人精品a片 | 超碰在线看| 亚洲国产第一站精品蜜芽 | 99资源在线| 久久久97丨国产人妻熟女 | 丰满少妇高潮惨叫久久久 | 日韩无套内射高潮 | 99久久免费精品高清特色大片 | 国产又爽又猛又粗的视频a片 | 国产精品欧美大片 | 播五月开心婷婷欧美综合 | 免费成人欧美 | 国产女性无套免费看网站 | 高清av熟女一区 | 麻豆91精品91久久久的内涵 | 偷拍精偷拍精品欧洲亚洲网站 | 婷婷六月久久 | 人人婷婷人人澡人人爽 | 欧美激情首页 | 福利免费视频 | 色婷婷av久久久久久久 | 久久精品国产sm调教网站演员 | 人人草人人草 | 国产精品人人爽 | 国产免费观看黄av片 | 欧美bbbxxx| 欧美乱日 | 久久精品国产亚洲αv忘忧草 | 91网站在线免费观看 | 亚洲一区二区女搞男 | 5060国产午夜无码专区 | 国产午夜精品一区二区三区不卡 | 在线色资源 | 性做无码视频在线观看 | 久草免费在线观看 | 日韩视频在线观看视频 | 久久精品国产99久久无毒不卡 | 婷婷久久五月 | 国产91在线播放9色不卡 | 国产欧美日韩亚洲更新 | 久久精品人妻一区二区蜜桃 | 国产精品无码翘臀在线看 | 国产婷婷亚洲999精品小说 | 欧美一级网址 | 国精产品自偷自偷综合下载 | 日韩视频中文字幕在线观看 | 日批视频免费在线观看 | 日本三级日产三级国产三级 | 国产在线不卡一区二区三区 | 亚洲xxx视频 | 日本乱码伦午夜福利在线 | 欧美不卡视频在线观看 | 国产麻豆成人传媒免费观看 | 玖玖资源站亚洲最大成人网站 | 国产乱码日产精品bd | av无码久久久久不卡网站蜜桃 | 国产午夜无码视频在线观看 | 影音先锋男人av鲁色资源网 | 久久久亚洲精品一区二区三区 | 粗大的内捧猛烈进出看视频 | 久久久久久国产精品美女 | 成熟女人牲交片免费观看视频 | 777亚洲精品乱码久久久久久 | 各种少妇正面着bbw撒尿视频 | 久久天天躁狠狠躁夜夜躁2012 | 成人午夜免费毛片 | 欧美黑人性猛交xxxx免费动漫 | av播放网址 | 欧美福利视频一区 | 日本在线视频中文字幕 | 亚洲旡码av中文字幕 | 精品国产免费一区二区三区 | 久久久亚洲欧洲日产av | 色综合久久久久综合一本到桃花网 | 亚洲精品午夜国产va久久成人 | 波多野结衣av中文字幕 | 在线日 | 国产精品久久久影视青草 | 欧美激情在线观看视频 | 131美女爱做视频国产福利 | 国产精品中文久久久久久久 | 亚洲天堂影院 | 黑人大长吊大战中国人妻 | 久久男人网 | 国产呻吟久久久久久久92 | 最新日韩av在线 | 成人毛片在线视频 | 无码人妻精品中文字幕免费东京热 | 饥渴少妇做私密保健视频 | 欧美亚洲综合另类色妞网 | 99精品国产再热久久无毒不卡 | 春色av | 黄色在线观看网址 | 日本无遮羞打屁股网站视频 | 色婷婷久久久swag精品 | 精品国产片一区二区三区 | 国产麻豆9l精品三级站 | 69一区二区 | 九九热国产视频 | 久久综合九色欧美综合狠狠 | 国产乱码精品一区二区三区爽爽爽 | 国产精品嫩草影院入口一二三 | 亚洲欧美国产日韩在线观看 | zzijzzij日本成熟少妇 | 久久嫩草影院免费看 | 星空大象在线观看免费 | av成人毛片| 亚洲va欧美va久久久久久久 | 久久婷婷五月综合色奶水99啪 | 亚洲多毛女人厕所小便 | 国产成人午夜福利在线播放 | 黑人上司粗大拔不出来电影 | 丰满爆乳在线播放 | 亚洲成a人无码亚洲成www牛牛 | а√最新版在线天堂 | 亚洲精品1区2区3区 中文字幕视频免费 | 在线激情av| 2018av无码视频在线播放 | 三级三级久久三级久久 | 日本免费观看mv免费版视频网站 | 中国国语毛片免费观看视频 | 偷看美女洗澡一二三四区 | 好男人在线社区www资源 | 四川少妇av | 亚洲 欧洲 日韩 综合av | 一级黄色视屏 | 久久综合成人 | 精品卡一卡二卡三免费 | 日韩人妻少妇一区二区三区 | 真实国产乱子伦精品一区二区三区 | 久久99久国产精品黄毛片入口 | 国产做a爱片久久毛片a片 | 国产成人一区二区 | 美女又爽又黄免费视频 | 伊人狠狠色j香婷婷综合 | 99国产精品粉嫩初高生在线播放 | 中文字幕亚洲无线码一区女同 | 关秀媚三级 | 脱了美女内裤猛烈进入gif | 女人被弄到高潮叫床免 | www.久久伊人| 欧美成人综合一区 | 国产精品一区视频 | 亚洲高清国产av拍精品青青草原 | 午夜大片| 国产亚洲精选美女久久久久 | 久久精品国产亚洲a∨蜜臀 久久6免费视频 | 人人爽人人爽人人爽人人爽 | 国产区一区| 马与人黄色毛片一部免费视频 | 国厂毛片| 日韩av一卡 | 色婷婷一区 | 国产男女猛烈无遮挡在线喷水 | 亚洲精品图区 | 亚洲一本 | 男女啪啪免费体验区 | 高清不卡视频 | 亚洲国产精品久久久久秋霞1 | 艳妇臀荡乳欲伦交换在线看 | 中文字幕久无码免费久久 | 无码视频一区二区三区在线观看 | 亚洲综合无码明星蕉在线视频 | 日韩欧美精品久久 | 免费专区丝袜调教视频 | 日韩av片观看 | 在线精品亚洲第一区焦香 | 熟女少妇丰满一区二区 | 国产成人无码牲交免费视频 | 亚洲国产精品一区二区九九 | 高清av一区 | 99视频精品全部在线观看 | 中文字幕免费播放 | 亚洲国产成人精品女人 | 免费成人蒂法网站 | 久久九九日本韩国精品 | 欧美美女一区二区 | 狠狠操夜夜操天天操 | av看片在线观看 | 亚洲欧美日韩久久精品第一区 | 久久精品中文闷骚内射 | 最近韩国日本免费高清观看 | 老头把我添高潮了a片 | 国产高清一区二区三区四区 | 欧美变态另类刺激 | 五月婷婷六月情 | 国产精品99精品久久免费 | 伊人伊成久久人综合网996 | 四虎性视频 | 在线人成视频播放午夜福利 | a级大毛片 | 日韩小视频网站 | 国产女同互磨高潮在线观看 | 国产成人综合亚洲精品 | 久久精品久久电影免费理论片 | 精品无码午夜福利理论片 | 国产成人av大片在线观看 | 欧美疯狂三p群体交乱小说 不卡视频一区二区 | 亚洲天堂网在线观看视频 | 欧美成人性生交大片免费看 | 亚洲成a人片在线不卡一二三区 | 久久综合给合久久国产免费 | 伊人干网综合亚洲 | 强奷妇系列中文字幕 | 中文字幕一区二区三区日韩精品 | 色网站在线观看 | 五月天色丁香 | 久久久久青草线蕉亚洲 | 亚洲精品在线观 | xxxx日本黄色 | 国产欧美激情一区二区 | 日韩精品免费一区二区三区四区 | 熟妇人妻av中文字幕老熟妇 | 亚洲色欲综合一区二区三区小说 | аⅴ天堂中文在线网官网 | 91人人澡人人爽人人精品 | 精品国产污污免费网站入口 | 久久久久久久久久久韩国男女 | 大胸双性奶水浪荡美人 | 在线无码视频观看草草视频 | www.蜜桃av.com | 国产日产欧产美韩系列影片 | 午夜福利av无码一区二区 | 成人国产精品无码网站 | 成人午夜福利免费体验区 | 国产成人亚洲综合无码dvd | 午夜福利伦伦电影理论片在线观看 | 色播综合 | 国产美女色诱视频又又酱 | 大屁股熟女一区二区三区 | 亚洲色自偷自拍另类小说 | 啊啊啊快高潮了女超碰 | 在线观看网站黄 | 国产在线乱码一区二区三区 | 青青草视频在线看 | 337p西西人体大胆瓣开下部 | av无码天堂一区二区三区 | 欧美精品入口蜜桃 | 野外少妇愉情中文字幕 | 波兰性xxxxx极品hd | 久久久鲁鲁鲁 | 国产精品a成v人在线播放 | 麻豆网神马久久人鬼片 | 91免费视频观看 | 国产精品久久久久久久久久综合 | 欧美日韩在线三区 | 九色91丨porny丨丝袜 | 久久青青视频 | 国精产品一品二品国精在线观看 | 久久免费国产视频 | 国产在线aaa片一区二区99 | 色多多视频在线 | 日亚韩在线无码一区二区三区 | 国产麻豆精品一区二区 | 狠狠色丁香婷婷 | 中文日产乱幕九区无线码 | 国产精品美女被遭强扒开双腿 | 香蕉久久一区二区不卡无毒影院 | 国产美女免费无遮挡 | 午夜亚洲国产理论片中文飘花 | 色悠悠国产精品 | 日本一区二区三区乱码 | 亚洲色图男人天堂 | 视频这里只有精品 | 国产猛烈高潮尖叫视频免费 | 青青久久国产 | 国产白丝视频 | 日韩亚洲欧美在线com | 国产三级精品三级在线 | 亚洲伊人久久综合成人 | 亚洲一本一道一区二区三区 | 国产产在线精品亚洲aavv | 成人精品一区二区三区在线观看 | 中文字幕精品一区二区精品绿巨人 | 国产麻豆精品福利在线 | 国产精品久久久综合久尹人久久9 | 高清无码一区二区在线观看吞精 | 在熟睡夫面前侵犯我在线播放 | 国产露脸av | 偷窥村妇洗澡毛毛多 | 午夜成年人视频 | 男女下面进入的视频 | 四虎影院www | 亚洲欧洲无码av电影在线观看 | 绝密卧底柳云龙45集播放地址 | 国产在线精品一区二区三区不卡 | 欧美激情在线一区二区三区 | 色国产精品 | 欧美肥老太牲交大战 | 色av中文字幕 | 成人午夜影院 | 丰满放荡岳乱妇91www | 99这里只有精品视频 | 美女被张开双腿日出白浆 | 日本极品少妇xxxx | 日韩美女一级 | 99热国产这里只有精品9 | 国产中文字幕在线 | 国产精品久久久久久吹潮 | 日韩精品中文字幕在线观看 | 日日夜视频 | 五月激情啪啪 | 国产精品嫩草久久久久 | 午夜精品久久久久久久四虎美女版 | 毛片网站有哪些 | 97公开视频 | 亚洲欧美综合在线观看 | 日本黄色片在线 | 国产成+人欧美+综合在线观看 | 天天噜噜揉揉狠狠夜夜 | 尹人香蕉久久99天天拍久女久 | 青青免费在线视频 | 国产精品久人妻精品 | 国产人妻丰满熟妇嗷嗷叫 | 国产视频久久久久久久 | av无码久久久久久不卡网站 | 色肉色伦交av色肉色伦 | 日韩欧美aaaa羞羞影院 | 最新中文字幕视频 | 国产日本欧美在线 | www.91香蕉视频 | 色翁荡息又大又硬又粗又视频软件 | 亚洲色大成网站www永久麻豆 | 欧美日韩精品成人网视频 | 国产成人免费视频精品含羞草妖精 | 一区二区三区波多野结衣在线观看 | 精品无码人妻夜人多侵犯18 | 国产一区二区自拍 | 成人免费观看做爰视频ⅹxx | 亚洲国产精品成人综合久久久 | 狠狠亚洲婷婷综合色香五月排名 | 无码中文av波多野吉衣迅雷下载 | 久久网站免费观看 | 国产aⅴ一区二区 | 2021国内精品久久久久精免费 | 丰满少妇精品久久久久久 | 九九热.com| 国产91网站在线观看 | 国产专区一区 | 欧美不卡视频 | 毛片国产 | 黄视频网站在线 | 国产精品无码av片在线观看播 | 亚洲综合久久av一区二区三区 | 亚洲国产精品成人 | 三级五月天| 成人做爰66片免费看网站 | 亚洲乱亚洲乱妇在线 | 久久久久人妻精品区一 | 中文字幕一区二区三区免费 | 超碰在线色 | 亚洲综合九九 | 激情av在线 | 丰满无码人妻热妇无码区 | jizz在线观看视频 | 精品第一国产综合精品蜜芽 | 尤妮丝大尺度av在线播放 | 久久久久久久9999 | 日本三级韩国三级在线观看 | 91精品久久久久久久 | 国产精品自产拍在线观看免费 | 九九视频免费精品视频 | 亚洲国产午夜精品理论片 | 久久精品伊人久久精品伊人 | 中文精品在线观看 | 国产视频网 | 亚洲色图欧美 | 成人毛片18女人毛片免费 | 国产精品69人妻我爱绿帽子 | 黄频在线播放 | 激情av中文字幕 | 亚洲久久一区 | 艳妇臀荡乳欲伦69调教视频 | 岛国av免费 | 女人爽到高潮视频免费直播 | 日韩一区二区三区福利视频 | 中文乱码在线中文字幕中文乱码 | 在线看片免费人成视频大全 | 亚洲第一狼人天堂久久 | 九色91视频 | 三级做爰高清视频 | 男女爽爽午夜18禁影院免费 | 精品国产三级a∨在线 | 亚洲色欲色欲www在线播放 | 99久久99这里只有免费费精品 | 国产黄在线观看免费观看不卡 | 看国产一毛片在线看手机看 | 久久久久国产精品人妻aⅴ武则天 | 男女黄网站 | 亚洲精品播放 | 成人乱人伦精品小说 | 最新日韩av在线 | 在线麻豆精东9制片厂av影现网 | 婷婷开心中文字幕 | 久久精品黄aa片一区二区三区 | 欧美偷拍一区二区 | 国产吞精囗交免费视频网站 | 大地资源网中文第五页 | 免费日韩一区 | 免费在线播放黄色 | 天天噜噜天天爽爽天天噜噜 | 人人爽久久涩噜噜噜网站 | 国产99对白在线播放 | 精品超清无码视频在线观看 | 成人国产精品久久久按摩 | 日韩视频一区二区三区在线观看 | 久久99精品久久久久久吃药 | 国产日本一区二区三区 | 国产成人午夜在线视频极速观看 | 伊人久久精品无码二区麻豆 | 老头老夫妇自拍性tv | 亚洲综合在 | 免费av不卡在线观看 | 欧美 亚洲 丝袜 清纯 中文 | 国产免费看又黄又粗又硬 | 精品一区二区三区波多野结衣 | 一区二区三区高清在线 | 日韩 在线 中文 制服一区 | 久久综合五月丁香久久激情 | 亚洲美腿 欧美 激情 另类 | 一区二区三区高清av专区 | 成人深夜福利视频 | 青草青在线视频 | 欧美黄色图 | 九九激情网 | 国产婷婷色综合av蜜臀av | 日韩色综合网 | 午夜精品久久久久久久久日韩欧美 | 国产综合亚洲精品一区二 | 久久精品麻豆日日躁夜夜躁妓女 | 久久综合给合久久狠狠狠97色69 | 日本japanese丰满多毛 | 精品久久久无码中文字幕一丶 | 无码国产精品成人 | 黄色精品在线观看 | 国产精品久久久久9999不卡 | 久久99精品国产麻豆婷婷 | 日本亚洲欧洲另类图片 | 亚洲国产成人va在线观看 | 国产热re99久久6国产精品首页 | 91瑟瑟 | 天天干天天碰 | 黄色网址你懂的 | 永久免费观看黄网视频 | 尤物网站在线播放 | 狠狠色综合播放一区二区 | 欧美丰满一区二区免费视频 | 亚洲香蕉视频 | 不卡视频一区二区 | 国产午夜福利在线观看视频 | 久久精品国产精品青草app | 国产免费av在线 | 人人干狠狠干 | 7777久久亚洲中文字幕 | 欧美一级黄色影片 | 人妻精品动漫h无码专区 | 成人免费8888在线视频 | 欧美性日韩 | 亚洲另类精品无码专区 | 国产成熟人妻换╳╳╳╳ | 久久天天躁狠狠躁夜夜97 | wwwwww在线观看 | 亚洲三级网站 | 亚洲国产精品ⅴa在线观看 国产精品熟女高潮视频 | 日韩一级特黄aa大片99视频 | 成年无码一区视频 | 午夜精品一区二区三区av | 欧美videos另类极品 | 国产又色又爽无遮挡免费动态图 | 97国产精品人人爽人人做 | 成人一级片网站 | 欧美色欧美亚洲国产熟妇 | 免费国产女王调教在线视频 | 农村+肉+屁股+粗+大+岳小说 | 国产又色又爽又刺激视频 | 亚洲精品日本久久一区二区三区 | 成人av视屏 | 蜜臀av性久久久久蜜臀aⅴ流畅 | 色中文字幕在线 | 国产偷国产偷亚洲清高网站 | 亚洲精品成人a在线观看 | 91av免费 | 欧美丰满大乳大屁股流白浆 | 欧美六九视频 | 中国女人特级毛片 | 男人添女人呻吟吃奶视频免费 | 亚洲中文字幕久在线 | 性中国妓女毛茸茸视频 | 农村少妇无套内谢免费 | 人体写真福利视频 | 91成人国产 | 一级在线观看 | 色中文在线 | 夜夜骑天天干 | 亚洲精品成人av在线 | 九九在线视频免费观看 | 高清国产亚洲精品自在久久 | 国产精品亚洲专区无码蜜芽 | 国产亚洲欧美一区二区三区在线播放 | 亚洲精品www久久久 久久成人国产精品 | 久久蜜桃av一区精品变态类天堂 | 亚洲天堂麻豆 | 国产成人精品久久二区二区91 | 日日摸天天做天天添天天欢 | 久久久久国产精品人妻aⅴ果冻 | 久久福利视频一区 | 亚洲日本欧美日韩中文字幕 | 日韩v欧美v中文在线 | 少妇japanhd | 久久婷婷综合色丁香五月 | 亚洲热久久| 日韩国产欧美综合 | 又大又粗又黄的网站不卡无码 | 国产精品偷伦视频免费还看的 | 国产三级精品三级在线专区 | 无码人妻精品一区二区三区不卡 | 另类欧美亚洲 | 大肉大捧一进一出好爽mba | 国产无遮挡裸体美女视频 | 天天躁日日躁狠狠躁日日躁 | bt男人天堂 | 四川少妇大战4黑人 | av av片在线看 | 国产乱码精品一区二区三区精东 | 基地毛片| 国产精品亚洲产品一区二区三区 | 末成年女av片一区二区丫 | 精品偷 | 老熟女乱子伦 | 特黄特色大片免费播放器图片 | 日日网 | 国产国产人免费视频成 | 国产日本欧美在线观看 | 国厂毛片| 亚洲国产精品综合久久网络 | 国产精品一区二区三区久久久 | 最新中文字幕免费看 | 一区二区三区中文字幕在线 | 色欲久久九色一区二区三区 | 无码人妻精品中文字幕 | 少妇好爽影院 | 成人品视频观看在线 | 亚洲欭美日韩颜射在线二 | 在线成人爽a毛片免费软件 亚洲精品成人免费 | 99久久久国产精品免费调教网站 | 国产成人小视频在线观看 | 老牛嫩草一区二区三区的功能介绍 | 7m精品福利视频导航 | 亚洲一区在线观看视频 | 午夜精品一区二区三区免费视频 | 2022国产成人精品视频人 | 成人免费版 | 国产舌乚八伦偷品w中 | 欧美饥渴少妇xxxxx性 | 天堂网在线.www天堂在线资源 | 美女与动人物aa交性 | 中文字幕久久综合伊人 | 好吊色国产欧美日韩免费观看 | 看全色黄大色大片女人爽吗 | 色综合天天综合天天更新 | 久久久精品欧美一区二区免费 | 久久99精品久久久久久按摩秒播 | 破了亲妺妺的处免费视频国产 | 国产午夜精品免费一区二区三区视频 | 性色av一区二区三区四区 | 成人自拍视频在线观看 | 亚洲成无码人在线观看 | 日韩欧美高清在线 | 他也色在线| sm久久捆绑调教精品一区 | 欧美裸体xxxx | 欧美午夜理伦三级在线观看吃奶汁 | 日本又紧又色又嫩又爽的视频 | 国产看黄网站又黄又爽又色 | 久草在线中文视频 | 国产精品538一区二区在线 | 亚洲中文字幕无码一区无广告 | 日本免费一区二区三区四区五区 | 日本一级xxxx | 97av视频在线观看 | 国产女人高潮视频在线观看 | 特黄特色大片免费播放器图片 | 国产欧美一区二区三区视频 | 揉少妇的双乳从后挺进视频 | 欧美人与牲禽动a交精品 | 国产亚洲欧美日韩在线一区二区三区 | 韩国午夜福利片在线 | 99久久国产综合精麻豆 | 中国一级a毛片 | 一本大道无码日韩精品影视_ | 无码熟妇人妻av影片在线 | 啪啪小视频网站 | 国产精品高潮呻吟视频 | 福利资源在线 | 总裁各种姿势顶弄呻吟h1v1 | 午夜精品福利影院 | xxx一区| 亚洲卡1卡2卡新区网站 | 中文字幕一本 | 免费看一区二区三区四区 | 中文字幕第十五页 | 欧美肥老妇视频九色 | 国产蜜臀av在线一区尤物 | 亚洲欧美日韩国产成人 | 亚洲欧美人成电影在线观看 | 国产精品无码av片在线观看播放 | 尤物国产| 曰的好深好爽免费视频网站 | 老子影院午夜伦不卡大全 | 91视频-88av | 免费成人高清在线视频 | 亚洲v欧美v国产v在线观看 | www.国产.com | 免费无码午夜理论电影 | bbbwww破出血第一次日本 | 91人人爽久久涩噜噜噜 | 麻豆视频一区二区 | 精品va久久久噜噜久久软件 | 极品少妇xxxx | 搞逼综合网 | 99精品国产一区二区三区不卡 | 丁香婷婷综合激情五月色 | 8mav精品成人 | 国产高清无套内谢免费 | 一级淫片在线观看 | 国产亚洲精品久久久久久青梅 | 少妇高潮喷水久久久久久久久久 | 欧美日韩在线观看成人 | 欧洲熟妇精品视频 | 天堂在线bt| 男人边吃奶边揉好爽免费视频 | 国产艳妇av视国产精选av一区 | 动漫手伸进内衣摸揉美女 | 狠狠躁18三区二区一区 | 亚洲熟妇另类久久久久久 | 人人搞人人 | 99久久无码一区人妻 | 青草国产精品久久久久久 | 特大黑人娇小亚洲女 | 免费人成在线观看视频无码 | 动漫高h纯肉无码视频在线观看 | 国产欧美精品国产国产专区 | 国产又粗又猛又爽的免费网站 | 人妻丰满熟妇av无码片 | 国产午夜成人免费看片app | 成人亚洲| 色婷婷中文网 | 中文字幕av高清片 | h漫全彩纯肉无码网站 | 成人欧美一区二区三区的电影 | 免费观看的av在线播放 | 超碰免费av | 顶级尤物极品女神福利视频 | 粉嫩91精品久久久久久久99蜜桃 | 无码国产乱人伦偷精品视频 | 亚洲精品无码永久在线观看性色 | 中文二区 | 99视频偷窥在线精品国自产拍 | 亚洲精品久久久久久久观看 | 少女高清影视在线观看动漫 | 国外亚洲成av人片在线观看 | 国产 字幕 制服 中文 在线 | 成人免费大片在线观看 | 大黑人交xxxx18视频 | 久久久婷婷五月亚洲97色 | 亚洲一二区视频 | 国产精品久久久久久久久久iiiii | 精品亚洲国产成人av在线时间短的 | 伊甸园成人入口 | 女人18毛片一区二区三区 | 天天鲁一鲁摸一摸爽一爽 | 男人午夜天堂 | 亚洲欧美日韩国产综合精品二区 | 欧美日韩性 | 无码人妻天天拍夜夜爽 | 日本少妇xxxxx | 亚洲va在线观看 | 日本一区二区免费看 | 日韩av高清不卡在线 | 欧美xxxx狂喷水 | 337p日本大胆欧美人术艺术69 | 国产福利一区二区在线观看 | 久久久久久自慰出白浆 | 又湿又紧又大又爽a视频 | 久久99亚洲精品久久99 | 日本啪啪网站永久免费 | 欧美性生活一区二区三区 | 夜福利视频 | 亚洲 校园 欧美 国产 另类 | 91精品久久久久久久久中文字幕 | 日韩乱码人妻无码中文字幕视频 | 一本大道伊人av久久乱码 | 欧美成人自拍视频 | 国产在线孕妇孕交 | 日日干夜夜操高清视频 | 欧美日韩亚洲中文字幕一区二区三区 | 精品+无码+在线观看 | 天天综合网天天综合 | 亚洲第一页综合图片自拍 | 国产极品美女高潮抽搐免费网站 | 亚洲情a成黄在线观看动漫尤物 | 91视频免费网址 | 成人激情毛片 | 久久久久久久久久久久久久久伊免 | 国产亚洲婷婷 | 全部免费播放在线毛片 | 欧美又大又粗午夜剧场免费 | 天天操天天干视频 | 四虎影院新网址 | 国产在线观看一区二区 | 制服 丝袜 有码 无码 中文 | 亚洲色欲色欲www在线播放 | 精品一区二区三区在线播放视频 | 国产在线精品一区二区高清不卡 | 最近免费观看高清韩国日本大全 | 久久亚洲一区二区 | 亚洲日本中文字幕乱码在线 | 成 人 黄 色 视频免费播放 | 亚洲 欧美 偷自乱 图片 | 国内精品久久久久影院日本资源 | 亚洲一区二区制服在线 | 日韩在线www| 日本在线观看中文字幕 | 国产精品v亚洲精品v日韩精品 | 国产欧美一区二区三区久久人妖 | 四川50岁熟妇大白屁股真爽 | 国产精品99久久久久久董美香 | 欧美亚洲亚洲日韩在线影院 | 国产精品久久久久久99人妻精品 | 插插宗合网 | 正在播放国产剧情亂倫 | 国产欧美在线播放 | 欧美精品黑人粗大破除 | 久久天天躁夜夜躁狠狠ds005 | 日本在线视频免费看 | 深夜爽爽无遮无挡视频 | 中文字幕人妻无码系列第三区 | 欧美午夜性春猛交xxxx按摩师 | 人妻少妇精品系列 | 久久综合给合久久狠狠97色 | 久草资源福利 | 亚色综合| 在线观看日本中文字幕 | 亚洲19禁大尺度做爰无遮挡 | 亚洲精品成a人ⅴ香蕉片 | 日韩欧美中文字幕综合 | 日韩一级免费视频 | 午夜污 | 岛国av免费观看 | 黄色成人免费视频 | 欧美黑人性生活 | 天堂8在线中文在线 | 91精品国产91久久综合桃花 | 国产手机精品一区二区 | 国产av无码专区亚洲a√ | 色鬼综合 | 欧美国产乱视频 | 中文字幕第一页永久有效 | 欧美激情高潮 | 五月亚洲| 精品人妻无码中字系列 | 午夜精品视频 | 欧美人与动性xxxxx交性 | 国产成人麻豆精品午夜福利在线 | 激情六月网 | 国产在线看片无码人精品 | 婷婷深爱激情 | 欧洲精品99毛片免费高清观看 | 白浆av | 久久久日韩精品一区二区三区 | 久久少妇精品 | 色欲色香天天天综合网站免费 | 色综合综合网 | 一级免费在线视频 | 久热欧美| 亚洲欧美在线观看品 | 爱情岛亚洲论坛入口福利 | 精品国产福利拍拍拍 | 日韩美女网站 | 人人插人人插人人爽 | 永久免费的av在线电影网无码 | 色婷婷国产精品综合在线观看 | 精品国产一区二区三区久久久久久 | 欧美视频在线不卡 | 欧美日本亚洲韩国一区 | 久久视频黄色 | 国产精品无码永久免费不卡 | 老熟妇乱子交视频一区 | 天天躁夜夜躁狠狠是什么心态 | 成人午夜在线播放 | 天天操天天爱天天干 | 无码国产精品一区二区高潮 | 亚洲一卡2卡3卡4卡5卡乱码观看 | 久久久久久中文 | 狠狠干夜夜骑 | 丁香婷婷色综合激情五月 | 国产91观看| 国产成年无码久久久免费 | 国产精品我不卡 | 综合激情久久综合激情 | 总裁高h震动喷水双性 | 五月天黄色小说 | 91精品国产综合久久小美女 | 国产成人欧美亚洲日韩电影 | 丰满少妇呻吟高潮经历 | 国产精品国产三级国产不产一地 | 99久久国产综合精品尤物酒店 | 最新精品国偷自产在线下载 | 一区二区在线观看视频 | 久久精品二区 | 九色国产精品 | 亚洲乱妇 | www.爱色av | 国产精品国产高清国产av | 天堂8中文在线 | 好爽毛片一区二区三区四 | 色婷婷久久久 | www.第四色 | 无码av片在线观看免费 | 99re8这里有精品热视频 | 美女裸体无遮挡免费视频网站 | 日韩人妻无码中文字幕一区 | 亚洲17p| 国产乱xxⅹxx国语对白 | 五月天亚洲色图 | 国产成人女人在线观看 | 国产成人综合久久免费导航 | 免费a一级 | 日本精品巨爆乳无码大乳巨 | 日韩成人无码 | 国产精品三级三级三级 | 国产乱对白刺激在线视频 | 国产做a爰片久久毛片a片白丝 | 99精品欧美一区二区三区 | 不卡中文av| 国产a精品 | 国产精品无码专区在线观看不卡 | 国产高潮在线观看 | 国产91久久久 | 野花视频免费版高清在线观看 | 亚洲综合网国产精品一区 | 天天操天天射天天爽 | 色偷偷偷久久伊人大杳蕉 | 国产成人无码av在线影院 | 欧美成人乱码一区二区三区 | 天堂一区二区三区四区 | 午夜影院视频 | 国产一级桃视频播放 | 亚洲国产精品无码一线岛国 | 一级黄色片免费观看 | 97久久爽久久爽爽久久片 | 在线永久 | 国产黄色免费片 | 99re6热精品视频在线观看 | 欧美香蕉爽爽人人爽 | 久久精品成人免费国产 | 日日躁狠狠躁aaaaxxxx | 精品久久久久久无码专区不卡 | 亚洲色图图片 | 亚洲蜜芽在线精品一区 | 羞羞视频在线观看入口 | 天天涩| 西西裸体性猛交乱大xxxx | 韩国性猛交╳xxx乱大交 | 又黄又爽又高潮免费毛片 | 少妇mm被擦出白浆液视频 | 东北少妇不戴套对白第一次 | 在线视频国产网址你懂的 | 国产精品美女久久久久aⅴ国产馆 | 男人的天堂欧美 | 婷婷激情五月av在线观看 | 亚洲色成人一区二区三区小说 | 国产视频在线播放 | 亚洲成a人无码av波多野 | 久久精品国产精品青草app | 熟女人妻高清一区二区三区 | 在线观看免费黄色小视频 | 一本一本久久a久久综合精品 | 精品成人免费一区二区在线播放 | 超碰97在线免费观看 | 国产亚洲精品无码专区 | 日本天堂网在线观看 | 一区二区网站 | 国产精品偷伦视频免费还看的 | 无码av中文字幕一区二区三区 | 色八区人妻在线视频免费 | 日韩欧美黄色 | www,色| 夜久久久 | 亚洲欧美在线免费 | 午夜久久久久久久久久久久久捆绑 | 亚洲欧美韩国 | 久久久久久av无码免费网站下载 | 国产精品视频一区二区三区不卡 | 欧美性色综合网站 | 国产91免费视频 | aa视频在线免费观看 | 日韩精品专区在线影院重磅 | 日本精品一区二区三区在线观看视频 | 国产精品毛片一区二区 | 欧美视频在线观看 | 91综合久久 | 97久久婷婷五月综合色d啪蜜芽 | 日韩欧国产精品一区综合无码 | 国产v精品成人免费视频 | 超级乱淫av片免费播放 | 欧美一级特黄aaaaaa | 99国内精品久久久久久久夜夜嗨 | 九九九九精品九九九九 | 久久99精品国产99久久6不卡 | 欧美牲交a免费 | 正在播放国产多p交换视频 在线a网站 | 成 人 黄 色 视频播放16 | 亚洲一区日韩高清中文字幕亚洲 | 人成午夜大片免费视频 | 大尺度做爰啪啪高潮 | 国产无遮挡乱子伦免费精品 | 99久久精品费精品国产一区二 | 中文字幕五区 | 男人和女人高潮做爰视频 | 51精品免费视频国产专区 | 777天堂麻豆爱综合视频 | 日韩69视频 | 国产如狼似虎富婆找强壮黑人 | 91成人短视频在线观看 | 国产精品久久国产 | 中国性少妇内射xxxx狠干 | 国产精品性夜天天拍拍2021 | 男女一边摸一边做爽爽 | 成人国产精品秘片多多 | 国产区亚洲一区在线观看 | 粉嫩小泬无遮挡久久久久久 | 欧美国产精品久久 | 狂野欧美性猛交xxxx巴西 | 欧美成人一区二区三区片免费 | 日韩av免费网站 | 天天做天天爱夜夜爽毛片 | 国产亚洲精品久久久久久打不开 | 无码人妻丰满熟妇a片护士 日韩黄色影视 | 国产精品国产自线拍免费软件 | 成人性生交大片免费看中文视频 | 成人艳情一二三区 | 日韩av无码久久一区二区 | 人妻少妇heyzo无码专区 | 亚洲小说区图片区色综合网 | 强开乳罩摸双乳吃奶羞羞www | 日韩精品无码专区免费视频 | 无遮掩60分钟从头啪到尾 | 亚洲经典视频 | 久久久精品人妻一区二区三区 | 国模晨雨浓密毛大尺度 | 国产小屁孩cao大人 亚州av色图 | 枫花恋在线观看 | 无码一区二区三区中文字幕 | 欧美熟妇性开放 | 国产a久久麻豆入口 | 日韩精品国产一区二区三区久久 | 国产欧美日韩亚洲一二三区 | 欧美日韩国产码高清综合人成 | 激情内射人妻1区2区3区 | 人人看超碰 | 秋霞特色aa大片 | 精品国产福利一区二区 | 精品无人码麻豆乱码1区2区 | 成人综合网亚洲伊人 | 午夜 国产| 亚洲精品在线不卡 | 色欲av亚洲情无码av蜜桃 | 乱人伦视频中文字幕 | 色在线视频观看 | 免费网站啪啪 | 久久久久久久久久久影院 | 男生操男生的小说 | 少妇人妻精品一区二区 | 亚洲在线播放 | 欧美熟妇性xxxx欧美熟人多毛 | 蜜桃视频在线观看www | 在线看毛片的网站 | 欧美丰满少妇xxxxx高潮对白 | 国产成人精品一区二区三区福利 | 六月婷婷久久 | 天堂网在线观看 | 亚洲欧美日韩国产手机在线 | 国产一区二区在线视频观看 | 日韩乱码人妻无码中文字幕 | 国产欧美一区二区 | 欧美大喷水吹潮合集在线观看 | 2021久久超碰国产精品最新 | 亚洲欧美日产综合在线网 | 久久国产激情 | 超碰2| 少妇被又大又粗又爽毛片 | 影音先锋中文字幕无码资源站 | 亚洲理论在线 | 天天摸日日添狠狠添婷婷 | 久久成人国产精品 | 国产伦精品| 理论片午午伦夜理片影院 | 99在线观看精品 | 爱情岛论坛亚洲品质自拍网址 | 天天色天天操天天 | 成人夜色视频网站在线观看 | 国产av无码国产av毛片 | 欧美成人免费va影院高清 | 亚洲成年网站青青草原 | 中文字幕无码乱码人妻系列蜜桃 | 91爱在线观看 | 狠狠色噜噜狠狠狠777米奇888 | 成人一区三区 | 日韩视频一区尤物少妇偷拍 | 日本一区二区三区久久 | 国产偷久久 | 毛片网站在线免费观看 | 日本三级视频在线播放 | 国产欧美一区二区三区不卡视频 | 永久久久久久久 | 国产亚洲美女精品久久久2020 | 女主被强啪的动漫视频 | 久久婷婷五月综合色精品 | 夜夜嗨国产露脸精品国产 | 久久久久久国产精品亚洲78 | 国产无遮挡aaa片爽爽 | 精品国产拍国产天天人 | 精品国内在视频线2019 | 99久久精品免费看国产小宝寻花 | 免费网站www在线观看 | 亚洲免费公开视频 | 大学生粉嫩无套流白浆 | 亚洲欧美日韩综合 | 曰曰摸夜夜添夜夜添高潮出水 | 91免费在线看片 | 亚洲福利影院 | 日韩精品网站 | 伊人干网综合亚洲 | 国产美女av在线 | 亚洲精品成人在线视频 | avhd101高清在线迷片麻豆 | 嫩草院一区二区乱码 | 成人综合区另类小说区 | 久久99热婷婷精品一区 | 无码av在线一本无码 | 51嫩草亚洲精品永久 | 亚洲女人被黑人巨大进入 | 捏胸吃奶吻胸免费视频网站 | 欧美国产综合色视频 | 免费国产一二三区四区乱码 | 国产免费91 | 中国少妇初尝黑人巨高清 | 夜夜天天噜狠狠爱2019 | 欧美性猛交xxxxx按摩欧美 | 午夜黄色小视频 | 自拍偷拍欧美 | 美女扒开奶罩露出奶头视频网站 | 国产精品一区二区免费视频 | 国产精品涩涩屋www在线观看 | 伊人久久亚洲精品一区 | 国产毛片久久久久久国产毛片 | 亚洲国产日韩a在线亚洲 | 日本婷婷久久久久久久久一区二区 | 国产日韩欧美一区二区 | 欧美福利视频一区二区 | 午夜无码区在线观看亚洲 | 国产成人综合久久精品推最新 | 免费无码又爽又黄又刺激网站 | 免费午夜福利不卡片在线播放 | 日韩欧美人妻一区二区三区 | 清清草在线视频 | 美妇av| 韩国理伦片一区二区三区在线播放 | 国产精品久久不卡 | 男女午夜视频在线观看 | 黄色大片毛片 | 久久天天综合桃花久久 | 国产精品午夜免费福利视频 | 亚洲区免费 | 欧洲mv日韩mv国产 | 在线视频国产一区 | 无码国产伦一区二区三区视频 | 欧洲hdxxxx女同av性恋 | 国产乱淫a∨片免费观看 | 久热亚洲 | 欧美精品不卡 | 国产aⅴ精品久久久久久 | 国产日本视频 | 中国一级黄色毛片 | 欧美一级大黄大黄大色毛片小说 | 黄网站在线看免费 | 国内精品久久久久久久影院 | 操少妇视频 | 国产人妻一区二区三区四区五区六 | 久久视频6 | 樱花草在线社区www中国中文 | 蜜桃视频插满18在线观看 | 久久久美女视频 | 久久精品人成免费 | 欧美精品乱人伦久久久久久 | 岛国av网站| 哺乳媛交吃奶在线播放 | 少妇啪啪av一区二区三区 | 日韩一区二区三区在线 | 成年人交配视频 | 中文字幕 国产精品 | 男女啪啪在线观看 | 92久久精品一区二区 | 好吊视频一区二区 | 夜夜操综合| 国产亚洲欧美日韩夜色凹凸成人 | 日本久久久一区二区三区 | 少妇与公做了夜伦理69 | 一本一道波多野结衣一区 | 男女裸体下面进入的免费视频 | 国产日韩精品欧美 | 天天操天天干天天 | 免费无挡无摭十八禁视频 | 亚洲一区二区三区偷拍女厕 | 欧美国产日产韩国免费 | 乱女午夜精品一区二区三区 | 国产无遮挡呻吟娇喘视频 | 最新高清中文字幕免费mv | 蜜臀av人妻国产精品建身房 | 激情小说视频图片 | 无遮18禁在线永久免费观看挡 | 久久综合久色欧美综合狠狠 | 欧美另类 自拍 亚洲 图区 | 黄色美女小说 | 色综合天天综合网中文 | 久久99av无色码人妻蜜柚 | 精品日本一区二区三区 | 亚洲自偷自偷在线成人网址 | 成人毛片在线免费观看 | 亚洲欧洲免费视频 | 国产在线高清视频无码 | 北条麻妃一区二区三区在线视频 | 亚洲欧美一区二区三区情侣bbw | 国产又粗又长又黄视频 | 欧美精品a区| 男人的天堂久久久 | 日日操夜夜干 | 国产综合视频在线观看 | 国产午夜成人精品视频app | 四虎影城 | 黄色小视频在线看 | 热re99久久精品国99热蜜月 | 亚洲区欧美区 | jizz日本美女 | 欧美激情国产日韩精品一区18 | 18岁女人毛片 | 成人av在线影院 | 97国产精品麻豆性色aⅴ人妻波 | 日韩经典av | 男人的天堂欧美 | 免费人成在线观看欧美精品 | 男人和女人上床的视频 | 日韩无砖| 免费看成年人视频 | 日韩人妻无码精品专区 | 桃花综合久久久久久久久久网 | 国产极品美女高潮无套软件 | av女优天堂网 | 韩国三级hd中文字幕叫床 | 另类第一页 | 欧美最猛黑人xxxx黑人猛交98 | 女fiee性zozo交体内谢 | 女性向av在线 | aa视频在线观看 | 久久人人97超碰国产公开 | 成年av动漫网站久久 | 亚洲国产一区在线 | 精品国产av一二三四区 | 亚洲韩国精品无码一区二区三区 | 欧美野性肉体狂欢大派对 | 国产成人精品三上悠亚 | 国产边摸边吃奶边叫做激情视频 | 欧美性猛交xxxxx水多 | 97色播网 | 青青草av国产精品 | 啪啪小视频网站 | 激情av在线 | 一本久道竹内纱里奈中文字幕 | xxx18hd国语对白 | 亚洲性少妇 | 日本老熟妇乱子伦视频 | 天天影视插插插 | 伊人手机视频 | 中国特黄毛片 | 成午夜精品一区二区三区 | 一道本视频在线观看 | 国产男女无遮挡猛进猛出免费 | 黑人巨大白妞出浆 | 久久久久亚洲 | 国产精品久久99综合免费观看尤物 | 天天综合网在线 | 99国精品午夜福利视频不卡 | 国产美女无遮挡免费软件 | 久久精品无码一区二区www | 免费人成在线观看网站品爱网 | 乱人伦人妻中文字幕 | 日本特级黄色录像 | 99热这 | 波多野结衣二区三区 | 狠狠干狠狠艹 | 亚洲男女一区二区三区 | 亚洲综合社区 | 曰的好深好爽免费视频网站 | 日韩欧美一区二区三区不学 | 神马影院一区二区三区 | 色依依av在线 | 久久www成人免费网站 | 亚洲精品综合在线 | 亚洲欧洲日产国码无码网站 | 日本精品一区二区三区四区 | 丰满少妇被猛烈进入 | 欧美粗大视频 | 久久婷婷丁香七月色综合 | 欧美成人影院亚洲综合图 | 欧美综合自拍亚洲综合区 | 国产亚洲精品久久久久久牛牛 | 三级成年网站在线观看 | 免费在线黄色网址 | 欧美丰满熟妇xxxx性多毛 | 天堂v在线观看 | 18岁女人毛片 | 午夜理论片yy6080私人影院 | 国产真实强被迫伦姧女在线观看 | 中文字幕一区视频 | 五月婷婷激情五月 | 黄色视屏在线看 | 天天爽夜夜爽人人爽从早干到睌 | 中文无码一区二区三区在线观看 | 肉肉av福利一精品导航 | 香蕉网站视频 | 亚洲午夜成人精品无码色欲 | 国产精品久久久久无码人妻 | 久久婷婷国产综合尤物精品 | 中文在线永久免费观看 | 色老大影院| 国产小伙和50岁熟女59p | 久久久888 | 欧美日韩一本的免费高清视频 | 国产2区| 999zyz玖玖资源站永久 | 91精品国产综合久久精品图片 | a级毛片在线看日本 | 日色网站| 呦咪精品少妇在线视频 | 亚洲成a人片在线观看天堂无码 | 日本免费一区二区三区四区五区 | 欧美成人精品手机在线 | 97福利社 | 久久久久久久久久久久久久国产 | 国产v片在线播放 | 精品九九人人做人人爱 | 男人和女人高潮做爰视频 | 亚洲欧美国产日本 | 内射囯产旡码丰满少妇 | 免费黄色小说网站 | www,色| 中国熟妇xxxx性裸交 | 狠狠噜天天噜日日噜av | 国产女人18毛片水真多18动漫 | 性av无码天堂vr专区 | 中文字幕视频在线 | 国产粗话肉麻对白在线播放 | www.日韩在线观看 | 久久亚洲成人 | 亚洲熟女中文字幕男人总站 | 女同亚洲一区二区无线码 | 色老头精品午夜福利视频 | 男人女人午夜视频免费 | 任我爽精品视频在线播放 | 亚洲欧洲日产av | 日韩一区二区视频 | 四虎永久在线精品免费观看网站 | 日韩激情网 | 国产强被迫伦姧在线观看无码 | julia无码中文字幕一区 | 亚洲国产2021精品无码 | 免费无码av片在线观看潮喷 | 狠狠躁天天躁综合网 | 干欧美少妇 | 麻豆伊人| 少妇高潮太爽了在线视频 | 久久无码专区国产精品s | 一区免费视频 | 欧美群p视频 | 综合图区亚洲欧美另类图片 | 99re视频这里只有精品 | 精品国产福利在线视频 | 男人都懂的网站 | 亚洲日韩片无码中文字幕 | 少妇搡bbbb搡bbb搡打电话 | www.欧美日韩 | 久久国产精品77777 | 97国产人妻人人爽人人澡 | www.av在线播放 | 日日精品 | 大屁股人妻女教师撅着屁股 | 国产精品毛片av | 国产视频99 | 国产成人无码免费视频97 | 久久人妻无码aⅴ毛片a片直播 | 亚洲成综合人在线播放 | 国产午夜草莓视频在线观看 | 五月激情婷婷网 | 中文在线观看av | 欧美视频一区 | 日韩放荡少妇无码视频 | 精品一区二区三区在线成人 | 激情文学另类小说亚洲图片 | 伊人网成人 | 波多在线视频 | 国产精品视频一区二区亚瑟 | 国产精品五月天 | 999久久久精品国产消防器材 | 日韩精品免费一区二区三区 | 天天色综合天天 | 伊人超碰在线 | 久久亚洲堂色噜噜av入口网站 | 午夜国人精品av免费看 | 国产制片厂爱豆传媒在线观看 | 国产日韩欧美一区二区在线观看 | 欧美寡妇性猛交 | 色欲天天婬色婬香综合网完整 | 亚洲色av天天天天天天 | va精品 | 精品日产卡一卡二卡麻豆 | 日韩中文字幕a | 天堂资源网在线 | 欧美日韩精品一区二区在线观看 | 成年无码动漫av片在线尤物 | 欧美一级二级在线观看 | 成年av动漫网站久久 | 国产亚洲精品久久久久久 | 亚洲欧美日韩愉拍自拍 | 盗摄精品av一区二区三区 | 久久久久久久综合综合狠狠 | 伊人99| 偷柏自拍亚洲综合在线 | 亚洲欧美国产精品久久 | 农村妇女毛片精品久久久 | 精品日产乱码久久久久久仙踪林 | 爱高潮www亚洲精品 亚洲欧美日韩中文无线码 天堂资源成人√ | 夜色视频在线观看 | 欧美乱强伦xxxx孕妇 | 嫩草影院国产精品 | 国产又粗又硬又大爽黄老大爷视 | 中文字幕亚洲第一 | 国内免费视频成人精品 | 欧美乱码一区二区三区 | 好男人www社区 | 中文字幕11页中文字幕11页 | 在线观看无码不卡av中文 | 国产精品久久网站 | 亚洲欧美熟妇综合久久久久 | 无码av中文一区二区三区桃花岛 | 欧洲一区二区三区 | 欧美精品一区二区三区久久久竹菊 | 色综合久久五月 | 黄色三级三级三级三级 | 久久久久久九九99精品 | 中文精品久久 | 四虎网址最新 | 欧洲亚洲一区二区三区 | 亚洲色成人网站www永久尤物 | 日韩在线免费观看av | 精东粉嫩av免费一区二区三区 | 国产精品无码免费专区午夜 | 国产精品7m凸凹视频分类 | 亚洲精品日韩中文字幕久久久 | 性一交一伦一视一频 | 国产精品女同一区二区久久夜 | 777精品视频 | www.四虎影院在线观看 | 性一交一乱一伧国产女士spa | 日本免费三片在线观看 | 成人女毛片视频免费播放 | 91国在线观看 | 狠狠色丁香久久综合婷婷 | 日本熟伦人妇xxxx | 99久久无码一区人妻a黑 | 欧美成人a交片免费看 | 中文字幕不卡一区 | 国产91久久久 | 日本高清中文字幕免费一区二区 | 超碰人人超| xxxx18国产 | 一区二区三区入口 | 国产莉萝无码av在线播放 | 丰满的亚洲女人毛茸茸 | 欧洲三级在线 | 华人少妇被黑人粗大的猛烈进 | 亚洲日本在线观看 | 国产人妻精品一区二区三区 | 亚洲午夜免费福利视频 | 久久精品岛国av一区二区无码 | 狠狠色婷婷狠狠狠亚洲综合 | 国产一区二区二 | 无遮挡边摸边吃奶边做视频 | 欧美国产日韩a欧美在线观看 | 五月婷在线视频 | 久久国产精品影院 | 精品九九九 | 少妇出轨精品中出一区二区 | 少妇把腿扒开让我舔18 | 蜜桃一本色道久久综合亚洲精品冫 | 久久综合九色综合网站 | 国产午夜精品久久久久免费视 | 日韩在线视频你懂的 | 狂野欧美性猛交xxxx巴西 | 国产乱人伦精品免费 | 最新在线精品国产福利 | 国产va在线观看免费 | 亚洲春色av无码专区最 | 午夜精品久久久久久中宇69 | 青春草在线视频免费观看 | 激情av综合网 | 日韩免费专区 | 欧美视频在线观看,亚洲欧 中文字幕第5页 | 日日猛噜噜狠狠扒开双腿小说 | 国产精品无码av天天爽播放器 | 精品香蕉99久久久久网站 | 天天干天天干天天干天天干天天干 | 99视频观看| 亚洲成人精品久久久 | 路边理发店露脸熟妇泻火 | 国产人成免费 | 老司机导航亚洲精品导航 | 亚洲少妇精品 | 国产精品黄视频 | 无尺码精品产品视频 | 日本在线国产 | youjizzxxxx16日本 国产精品一区二区亚瑟不卡 | 亚洲天堂男人网 | 青春草av| 成人欧美一区二区三区在线观看 | 无码人妻一区二区三区免费看成人 | 自拍偷自拍亚洲精品被多人伦好爽 | 亚洲精品综合第一国产综合 | 草少妇| 99久久久久国产精品免费 | 欧美三级国产 | 日韩美女视频一区二区 | 亚洲成av人片无码不卡播放器 | 黄色吃奶视频 | 男女啪祼交视频 | 无限看片在线版免费视频大全 | 大杳蕉狼人伊人 | 亚洲啪啪少妇裸体艺术 | 精品性影院一区二区三区内射 | 欧美日韩欧美日韩在线观看视频 | xxxx少妇高潮毛片新婚之夜 | 一本一道久久a久久精品综合蜜臀 | 一区二区不卡视频 | 精品亚洲国产成人av在线 | 日韩欧美亚洲综合久久影院ds | 精品无码专区久久久水蜜桃 | 亚洲日韩色在线影院性色 | 亚洲精品一 | 日日干干干 | 91视频中文 | 无码大潮喷水在线观看 | 国产精品久久久久久久免费软件 | 国产男女猛烈视频在线观看 | 91精品国产综合婷婷香蕉 | 天天干天天舔 | a级毛片免费网站 | 国产视频一区在线播放 | 爱情岛论坛亚洲品质永久入口 | 嫩草网 | 波多野结衣aⅴ在线 | 国产成人欧美日韩在线电影 | 少妇一区二区三区 | 国产乱子伦无套一区二区三区 | 亚洲精品欧洲精品 | av片不卡 | 2018高清国产一区二区三区 | 伊人天堂午夜精品福利网 | 侵犯女教师一区二区三区 | 亚洲一本大道av久在线播放 | 婷婷色综合 | 无码精品人妻一区二区三区人妻斩 | 国产午夜啪啪 | 黄网大全在线观看 | 亚洲久草 | 欧美精品在线视频观看 | 美女内射毛片在线看 | www视频免费在线观看 | 亚洲国产综合精品中文第一 | 日韩av在线免费播放 | 视频一区免费 | 特一级黄色大片 | 国产这里有精品 | 男人a天堂手机在线版 | 1024在线免费观看 | 欧美国产日本高清不卡 | 在线精品国产一区二区三区88 | 日日碰狠狠躁久久躁一区二区 | 福利片在线观看 | 在线欧美日韩 | 亚洲国产精品va在线看黑人动漫 | 欧美日韩一区二区三区精品 | 亚洲精品国产精品国自产网站按摩 | 欧洲精品视频在线 | 亚洲日本成本人观看 | 天天干天天干天天干天天 | 日韩www在线观看 | 91精品啪在线观看国产手机 | 精品日韩| 亚洲色成人www永久网站 | 欧美孕妇xxxx做受欧美88 | 又硬又爽又长又粗又大毛片 | 在线毛片片免费观看 | 青草青青在线 | 国产一卡2卡三卡4卡 在线观看 | 巨爆乳中文字幕爆乳区 | 最近2019免费中文第一页 | 国产视频第一区 | 中文字幕aⅴ人妻一区二区 99热最新精品 | 啊啊啊亚洲 | 精品日本一区二区免费视频 | 色干网 | wwwav在线 | 欧美偷窥清纯综合图区 | 男女做爰猛烈啪啪吃奶动 | 少妇被粗大猛进去69影院 | 国产精品久久久久久久一区二区 | 少妇人妻偷人激情视频 | 国产成人一区二区三区在线播放 | 激情小说av | www.日韩系列 | 欧美性色综合网站 | 性一交一乱一精一晶 | 国产在线观看免费人成视频 | 色翁荡息又大又硬又粗又视频软件 | 人人妻人人澡人人爽欧美二区 | 精品自拍av | 男受被做哭激烈娇喘gv视频 | 久久人人爽人人爽久久小说 | 国产精品久久国产愉拍 | 国产a一级片 | 8888四色奇米在线观看 | 国产aⅴ夜夜欢一区二区三区 | 四虎视频精品免费观看 | 免费无码又爽又高潮视频 | 在线观看免费小视频 | 欧美人与动另类xxxx | 中文字幕第一页亚洲 | 99色网站 | 欧美欧洲成本大片免费 | av免费在线观 | 天天躁日日躁狠狠躁一区 | 一本一本大道香蕉久在线精品 | 成人爽a毛片在线视频 | 中文字幕首页 | 国内外成人激情视频 | 国产精品久久久久久爽爽爽床戏 | 久久天堂影院 | 国产成人综合精品 | 欧美1区2区3区视频 亚洲av禁18成人毛片一级在线 | 91精品国产福利在线观看的优点 | www.色播.com | 91热在线 | 9色av| 久草视频福利在线 | 天天搞夜夜 | 在线观看国产日韩亚洲中 | 五月天色网站 | 欲色欲色天天天www 在线亚洲天堂 | 一区=区三区乱码 | 国产又黄又爽又刺激的免费网址 | 在线视频亚洲一区 | 国产精品高清视亚洲中文 | 中文字幕人成人乱码亚洲电影 | 免费网站观看www在线观看 | 69久久久成人看片免费一区二 | 中文字幕在线观看地址 | 超碰国产在线观看 | 天天色av | 亚洲国产中文在线二区三区免 | 99精品国产99久久久久久51 | 夜夜骑日日操 | 亚洲国产成人久久久网站 | 亚洲区日韩精品中文字幕 | 日韩mv欧美mv国产网站 | 日本熟妇色一本在线视频 | 久久精品人人看人人爽 | 99精品人妻国产毛片 | 精品少妇一区二区三区日产乱码 | 久久久久一级片 | 亚洲熟妇丰满xxxxx小品 | 18禁无遮挡羞羞污污污污免费 | 韩国日本欧美一区 | 欧美激情精品久久久久久免费印度 | 97久久人人 | 91在线视频免费看 | 99r在线精品视频在线播放 | 国产精品青青草 | 97青草超碰久久国内精品91 | 精品日韩av | 国产在线观看你懂得 | 国产视频亚洲精品 | 亚洲国产日韩精品二三四区91 | 欧美交换配乱吟粗大免费看 | 日韩免费黄色片 | 国产精品精东影业 | 久久国产天堂福利天堂 | 麻豆国产精品va在线观看不卡 | 激情97综合亚洲色婷婷五 | 曰韩毛片 | 精品一区二区成人精品 | 91网站在线看 | 亚洲乱码日产精品m | 99re久久精品国产首页 | 久久久久人妻一区二区三区vr | 夜夜春很很躁夜夜躁 | 97人摸人人澡人人人超碰 | 久久婷婷视频 | 久久一区国产 | 亚洲午夜久久久无码精品网红a片 | 久久亚洲精品无码av大香大香 | 亚洲乱码一区av春药高潮 | 影音先锋中文在线 | 色哟哟精品视频在线观看 | 日韩三级免费看 | 中国黄色录像 | 国产亚洲天堂 | 97av麻豆蜜桃一区二区 | 99久久久无码国产精品试看 | 天天射天天干天天色 | 国产麻豆精品久久一二三 | 亚州av成人 | 中文字幕网伦射乱中文 | 久久久久久久久久久久亚洲 | 琪琪777午夜理论片在线观看播放 | 国产午夜毛片 | 国产又猛又黄的视频 | 欧美视频在线不卡 | 26uuu在线亚洲欧美 | 五月婷婷丁香久久 | 国产亚洲美女精品久久久2020 | 2021亚洲卡一卡二新区入口 | 亚洲欧美另类小说 | 欧美激情一区在线观看 | 日本按摩偷拍 | 日本伊人精品一区二区三区 | 亚洲成人精品在线 | 中文日韩亚洲欧美制服 | 免费国产午夜视频在线 | 国产精品白浆在线观看无码专区 | 国产亚洲网曝欧美台湾丝袜 | 久久久久久欧美 | av毛片黄片 | 国产精品亚洲精品一区二区 | 亚洲人成网线在线播放va | 中国少妇videos露脸hd | 自拍偷拍亚洲 | 久久久久国产精品人妻aⅴ四季 | 久草在线亚洲 | 亚洲综合在线一区二区三区 | 国产网曝门亚洲综合在线 | 毛片免费视频观看 | 男女做爰真人视频直播 | 日韩欧美精品在线视频 | 国产成人午夜福利在线视频 | 亚洲精品九九 | 国产美女自卫慰水免费视频 | 高清一区二区三区免费视频 | 日本xxxwww在线观看 | 91丨porny丨海角社区 | 99精品大学生啪啪自拍 | 国产精品乱码一区二区视频 | 绯色av蜜臀vs少妇 | y111111少妇蜜桃视频 | 97无码视频在线看视频 | 精品久久久久久18免费网站 | 伊人久久大香线蕉综合影视 | 日本无码人妻波多野结衣 | 国内成人自拍视频 | 国产偷窥真人视频在线观看 | 精品人妻无码一区二区三区性 | 精品国产综合 | 久久se精品一区精品二区 | 又爽又黄又无遮挡的激情视频免费 | 成人又黄又爽又色的网站 | 欧美日韩另类一区 | 受虐狂 极端 奴役 折磨在线看 | 狠狠综合久久av一区二区 | 国产色视频在线播放 | 漂亮人妻偷人精品视频 | 中国熟妇牲交视频免费 | 免费激情视频在线观看 | 黄页免费在线观看视频 | 国产一区二区三区在线视頻 | 国产成人免费高清直播 | av中文在线天堂 | 亚洲精品国产一区二区三 | 久热精品在线观看 | 国产精品天美传媒沈樵 | 成年美女黄网站色奶头大全 | 呦呦国产| 欧美猛男性猛交视频 | 成人自拍视频在线 | 国内精品国产三级国产a久久 | 亚洲欧美另类视频 | 天天爱天天做久久狼狼 | 精品无码综合一区二区三区 | 蜜桃网av | 成人精品一区二区三区在线观看 | 欧洲美女毛片 | 玩弄少妇的肉体k8经典 | 中日一级毛片 | 欧美性成人 | 91大神在线免费观看 | 午夜精品久久久久久毛片 | a毛看片免费观看视频 | 99精品日本二区留学生 | 国产在线视频不卡 | 精品无码人妻一区二区三区不卡 | 干干日日 | 午夜91| 国产两女互慰高潮视频在线观看 | 果冻传媒董小宛视频一区 | 色噜噜狠狼综合在线 | 日本人极品人妖高潮 | av网站免费观看 | 人妻精品人妻无码一区二区三区 | 国精品无码一区二区三区在线 | 欧美三区在线观看 | 亚洲第一免费看片 | 娇妻玩4p被三个男人伺候电影 | 天天天综合网 | 国产二级一片内射视频插放 | 久久综合亚洲鲁鲁五月久久 | 午夜免费福利 | 2022国产成人精品视频人 | 中文字幕日韩亚洲 | 欧美韩日精品 | 亚洲全部无码中文字幕 | 91重口免费版 | 无码中出人妻中文字幕av | 精品日韩在线视频 | 中文字幕奈奈美被公侵犯 | av一区二区三区在线观看 | 亚洲欧美中日精品高清一区二区 | av天堂永久资源网亚洲高清 | 国产成a人片在线观看视频下载 | 国产毛片18片毛一级特黄日韩a | 亚洲综人 | 不卡网av| 亚洲欧美日韩精品一区二区 | 开心激情五月网 | av美女网站| 亚洲狠狠婷婷久久久四季av | 无码熟妇人妻av在线影片 | 国产成人夜色高潮福利app | 国产高中女学生第一次 | 999成人精品视频在线 | 在线播放国产精品三级网 | 欧美激情精品久久久久久免费 | 三区四区乱码不卡 | 国产精品精品自在线拍 | 精品国产一区二区三 | 欧美大波少妇在厨房被 | 国产视频网站在线观看 | 日韩黄色免费视频 | 国产色一区二区 | 91网站观看| 午夜成年人 | 樱花草在线社区www日本影院 | 久久久久久婷 | 国产视频手机在线播放 | 91久久偷偷做嫩草影院 | 欧洲精品不卡1卡2卡三卡 | 天天干天天操天天干天天操 | 2018高清国产一区二区三区 | 国产精品亚洲精品一区二区 | 国产精品69久久久久 | 日韩久操| 精品自拍av | 成人h无码动漫在线观看 | 五月天色综合 | 国产免费网站看v片在线无遮挡 | 欧美天天干 | 久亚洲一线产区二线产区三线产区 | 久久精品人人做人人综合 | 国产深夜男女无套内射 | 精品国产乱码久久久久久丨区2区 | 亚洲免费黄色 | 成人影院欧美 | 久久xxx| 免费在线看黄网站 | 婷婷无套内射影院 | 免费人成网ww555kkk在线 | 国产精品一区二区 尿失禁 国产一视频 | 99蜜桃臀久久久欧美精品网站 | 国产后入清纯学生妹 | 亚洲在线综合 | 亚洲欧洲日产喷水无码 | 久久久久亚洲ai毛片换脸星大全 | 国产免费午夜福利蜜芽无码 | 亚洲品牌自拍一品区9 | 精品国产免费观看久久久 | 中国毛片在线观看 | 欧美丰满一区二区免费视频 | 国产午夜精品在线 | 91丨porny丨最新 | 区美毛片 | 一区二区三区国产精品保安 | 欲色影视天天一区二区三区色香欲 | 久草福利在线观看 | 午夜欧美福利视频 | 国产精品爱啪在线线免费观看 | 天堂8最新版 | 国产亚洲精久久久久久无码 | 国产一区二区怡红院 | 欧美村妇激情内射 | 老女老肥熟国产在线视频 | 国产精品偷伦视频免费观看的 | 五月色丁香婷婷网蜜臀av | 人与禽一级全黄 | 久久无码人妻丰满熟妇区毛片 | 日韩黄色大片网站 | 婷婷五月亚洲综合图区 | 久久久日韩精品一区二区 | 好看的av网站 | 最新毛片网站 | 亚洲最大成人网 色香蕉 | 国产精品久久久久不卡无毒 | 日韩有码第一页 | 深夜福利av | 亚洲中文字幕无码mv | 亚洲第一偷拍 | 人人射人人澡 | 97av视频在线 | 好硬好湿好爽好深视频 | 亚洲精品a区 | 亚洲国产精品区 | 狍与女人做爰毛片 | 一本无码久本草在线中文字幕dvd | 狠狠色噜噜狠狠狠777米奇小说 | 国产精品久久久久久一区二区三区 | 99爱在线 | 四虎精品成人免费网站 | 久久国产av影片 | 免费黄片毛片 | 永久免费在线观看视频 | 伊人网在线观看 | 免费网站观看www在线观 | 日本三级大片 | 日韩欧美三级 | 欧美另类精品xxxx人妖 | 国产av天堂亚洲国产av麻豆 | 婷婷四虎东京热无码群交双飞视频 | 久久久久青草 | 国产亚洲欧美一区二区 | 狠狠色狠狠色狠狠五月 | 黄色一级片免费的 | 欧美私人情侣网站 | 免费观看日本 | 六月成人网 | 天天爱av| 一本色综合亚洲精品 | 精品人人妻人人澡人人爽牛牛 | 欧美成年黄网站色视频 | 人妻少妇中文字幕久久 | 欧美乱妇高清免费96欧美乱妇高清 | 国产在线偷观看免费观看 | 野花香社区在线视频观看播放 | 欧美色综合色 | 日本二三区 | 一道本在线伊人蕉无码 | 日本少妇翘臀啪啪无遮挡软件 | 久色88| 国产精品久久久久久久 | 国产亚洲精品久久久网站好莱 |