黄色网页视频 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條評論
主站蜘蛛池模板: 成人午夜免费无码福利片 | 人人草人人看 | 野外毛片 | 黄色视网站 | 欧美另类xxxx野战 | 国产-第1页-草草影院ccyy | 91福利在线视频 | 天堂va欧美ⅴa亚洲va一国产 | 色噜噜狠狠综曰曰曰 | 97久久爽久久爽爽久久片 | 国产丝袜视频一区二区三区 | 国产乱子伦视频大全亚琴影院 | 国内自拍中文字幕 | 午夜欧美日韩 | 午夜黄色大片 | 成 人 免费 黄 色 视频 | 好疼太大了太粗太长了视频 | 国产麻豆一区 | 欧美人与动牲交a欧美 | 国产曰批免费视频播放免费 | 白丝一区| 欧美大片18禁aaa免费视频 | 欧美综合激情网 | 又大又粗弄得我出好多水 | 白嫩无码人妻丰满熟妇啪啪区百度 | 超碰在线人人 | 日韩在观看线 | 日本大乳免费观看久久99 | 欧美成人一区二区三区高清 | 亚洲精品久久久久久无码色欲四季 | 99涩涩| 国产高清在线精品一区不卡 | 青青草免费在线视频 | 91视频-88av| 亚洲色域网| 女人脱了内裤趴开腿让男躁 | 亚洲福利一区二区 | 亚洲一级黄色 | 99热这里只有精品3 亚洲精品毛片av | 欧洲成人一区二区三区 | 色97在线| 办公丝袜av一区二区三区 | 久久精品国产欧美日韩 | 欧美一区www| 国产女人的高潮大叫毛片 | 丁香五精品蜜臀久久久久99网站 | 色戒av | 国产精品推荐 | 高清福利视频 | 玩弄丰满少妇视频 | 日本护士╳╳╳hd少妇 | 亚洲综合色婷婷在线观看 | 99在线精品视频观看免费 | 五月av综合av国产av | 性色欲网站人妻丰满中文久久不卡 | 久久久无码精品亚洲日韩蜜桃 | 呻吟对白激情videos | 婷婷开心激情 | 午夜www | 337p粉嫩日本大胆瓣开下部 | 国产成人无码免费视频79 | 久久人人爽人人爽人人av | 久久综合九色综合网站 | 午夜性色福利在线视频18观看 | av软件在线观看 | 中文字幕一区二区三区波多野结衣 | 亚洲成人久 | 99精品视频免费热播在线观看 | 国产黄a三级三级 | 欧美精品久久久久久久久大尺度 | 日本一区二区三区在线观看视频 | 黑人一区二区三区四区五区 | 午夜理论片yy44880影院 | 夜夜爽夜夜叫夜夜高潮漏水 | 欧洲日韩av| 人妻少妇无码精品专区 | 欧美成人免费在线视频 | 精品久久久久久中文字幕2017 | 日产中文字幕在线精品一区 | 国产香蕉尹人在线观看视频 | 国产乱肥老妇国产一区二 | 亚洲精品99 | 婷婷五月深爱憿情网 | 欧美成人一级 | 精品一区二区的区别 | 久久99精品国产99久久6不卡 | 日韩中文字幕在线一区二区三区 | 夜夜摸视频网 | 欧美男人亚洲天堂 | 亚洲中文精品久久久久久不卡 | 久久露脸国语精品国产91 | www.久久 | 成人h在线 | 极品人妻videosss人妻 | 亚洲天堂系列 | av在线播放日韩亚洲欧 | 爆爽久久久一区二区又大又黄又嫩 | 麻豆av少妇aa喷水 | 日本无码一区二区三区不卡免费 | 超碰公开在线观看 | 亚洲手机在线 | 亚洲视频天堂 | 国产欧美另类久久久精品丝瓜 | 国产精品天天狠天天看 | 91免费看nba国产91免费看nba国产 | 亚洲男人天堂2018 | 欧美激情一二三区 | 国产xx视频| 亚洲a∨精品无码一区二区 亚洲精品亚洲人成在线观看麻豆 | 亚洲另类成人小说综合网 | 午夜精品久久久久久久99老熟妇 | 精品国产乱码久久久久久夜深人妻 | av在线播放中文字幕 | 日日摸天天摸97狠狠婷婷 | 日韩精品无码中文字幕电影 | 欧美国产一区二区三区激情 | 在线青草 | 中文无码成人免费视频在线观看 | 女人夜夜春高潮爽av片 | 久久人人97超碰国产亚洲人 | 亚洲乱熟| 欧洲人与动牲交α欧美精品 | 放荡的美妇在线播放 | 欧美人成精品网站播放 | 成人短视频在线观看 | 蜜臀av无码国产精品色午夜麻豆 | 欧美一区二区最爽乱淫视频免费看 | 91精品久久久久久久久青青 | 五月婷香蕉久色在线看 | 天天射天天操天天干 | 欧美熟妇精品一区二区三区 | 中文字幕一区二区在线播放 | 亚洲欧洲成人a∨在线 | 亚洲精品视频在线观看免费 | 欧美成人免费全部观看国产 | 五月婷婷免费视频 | 一区二区三区视频免费看 | 欧美日韩国产在线播放 | 中文字幕第23页在线 | 男人扒开女人腿做爽爽视频 | 懂色av一区二区夜夜嗨 | 国产欧美一区二区三区另类精品 | 国产传媒一本之道 | 99视频精品国产免费观看 | 久草在线国产 | 图片小说视频一区二区 | 屁屁影院,国产第一页 | 夜夜摸夜夜操 | 欧美激情在线播放 | 69pao国产成人免费 | 久久综合伊人77777 | 日韩免费一区 | 亚洲精品无码久久久久不卡 | 亚洲一区二区三区欧美 | 久久日韩国产精品免费 | 欧美在线视频日韩 | 国产无玛| 成人亚洲精品久久久久 | 成人免费视频视频在线观看 免费 | 亚洲午夜福利在线观看 | 欧美一区二区三区免费看 | 蜜桃臀无码内射一区二区三区 | 51嫩草亚洲精品永久 | 成人亚洲精品久久久久软件 | 中文字幕日韩人妻在线视频 | 曰韩内射六十七十老熟女影视 | 97香蕉碰碰人妻国产欧美 | 隔壁邻居是巨爆乳寡妇 | 91伊人久久 | 亚欧三级 | 国产又黄又湿无遮挡免费视频 | 亚洲伦理在线视频 | 99黄色片| 日日噜噜噜噜人人爽亚洲精品 | 91少妇和黑人露脸 | 欧美一区二区三区免费在线观看 | 中文字幕在线人 | 久久久久琪琪去精品色一到本 | 久本草在线中文字幕亚洲 | 欧美精品h| 少妇性bbb搡bbb爽爽爽 | 97国产揄拍国产精品人妻 | 日本网站在线看 | 国产男生夜间福利免费网站 | 91国自产精品中文字幕亚洲 | 欧美成人va免费大片视频 | 色噜噜av | 日韩精品你懂的 | 国产精品vⅰdeoxxxx国产 | 久久青娱乐 | 国产精华av午夜在线 | 无码国模国产在线观看 | 无码av无码一区二区 | 亚洲中文成人中文字幕 | 中文有码视频在线播放免费 | 亚洲精品在线影院 | 视频一区二区国产 | 欧美一区二区三区男人的天堂 | 日韩人妻精品一区二区三区视频 | 色欲av久久一区二区三区久 | 国产亚洲欧美一区 | 寂寞少妇做spa按摩无码 | 久久人人爽人人爽人人av东京热 | 亚洲综合伦理 | 亚洲怡红院av | 国产精品无码专区第一页 | 秋霞激情| 九九一级片 | 欧美在线视频播放 | 久久99久久99精品免观看软件 | 欧美va天堂在线电影 | 91美女片黄 | 91天天操| 亚洲爆乳少妇无码激情 | 亚洲狠狠丁香综合一区 | 国产精品免费久久久久电影 | 一本色道婷婷久久欧美 | 久久亚洲日韩精品一区二区三区 | 欧美精品网站在线观看 | 国产最新精品视频 | 欧美性猛交ⅹxxx乱大交妖精 | 国产免费视频在线 | 无码里番纯肉h在线网站 | 婷婷综合影院 | 韩国中文字幕在线观看 | 2020久热爱精品视频在线观看 | 天堂avwww | 国产互换人妻xxxx69 | 国产超碰人人做人人爰 | 久久精品国产99久久6动漫亮点 | 久久影院一区二区 | 久久久久久国产精品无码下载 | 国产91欧美 | 张津瑜亚洲一区在线流出 | 国内自拍第二页 | 国产女主播白浆在线看 | 欧美性大战xxxxx久久久√ | 国产又粗又硬又大爽黄老大爷视 | 999精彩视频 | 热の综合热の国产热の潮在线 | 亚洲国产一区二区三区在线观看 | 又粗又硬又黄又爽的免费视频 | 国产精品99久久久久人最新消息 | 日韩欧美第一页 | 人妻av久久一区波多野结衣 | 亚洲熟妇无码av不卡在线观看 | 中文毛片无遮挡高潮免费 | 成人试看30分钟免费视频 | 久久伊人精品波多野结衣 | 四虎最新免费网址 | 秋霞鲁丝片av无码少妇 | 中文久久乱码一区二区 | 亚洲精品乱码久久久久久日本蜜臀 | 无码成人h免费视频在线观看 | 人妻精油按摩bd高清中文字幕 | 中文字幕超清在线免费观看 | 小早川怜子xxxxaⅴ在线 | 国产乱来 | 国产精品亚洲专区无码电影 | 国产特黄大片aaaa毛片 | 国产精品无码永久免费不卡 | 免费一级特黄特色毛片久久看 | 综合色婷婷一区二区亚洲欧美国产 | 手机真实国产乱子伦对白视频 | 狠狠色丁香婷婷久久综合五月 | 天堂…在线最新版在线 | 看全色黄大色大片女人爽吗 | 少妇爆乳无码专区av无码 | 青青草公开视频 | 小视频免费在线观看 | 97影院理论片手机在线观看 | 国产精品丝袜视频 | 精品国产成人一区二区三区 | 国产精品高潮呻吟久久久 | 国产拍拍拍无遮挡免费 | 99爱免费视频 | 91精品视频播放 | 国产激情综合五月久久 | 乱视频在线 | 极品国产主播粉嫩在线观看 | 亚洲va在线va天堂va偷拍 | 国产区小视频 | 亚洲欧美日韩国产综合在线 | 丝袜美腿亚洲一区二区 | 中国av一区二区三区 | 人人妻一区二区三区 | 在线观看国产精品va | 久久精品国产精品 | 99久久re免费热在线 | 夜夜躁狠狠躁日日躁婷婷小说 | 成人性生交视频免费看 | 国产欧美第一页 | 不卡一卡二卡三乱码免费网站 | 国产精品午夜在线 | 山东熟女啪啪哦哦叫 | 亚洲精品乱码久久久久久日本 | 99国产在线视频 | 免费精品国偷自产在线2020 | 国产情侣激情呻吟露脸高清短视频 | 精品国产一区二区三区无码 | 国产午夜福利伦理300 | 久久久久久www | 少妇精品偷拍高潮少妇18p爱豆 | 国产精品aⅴ免费视频 | 性饥渴少妇av无码毛片 | 国产91免费| 手机午夜电影神马久久 | 国产一区二区亚洲精品 | 亚洲第一网站在线观看 | 天堂中文在线资源 | 久久香蕉国产精品麻豆粉嫩av | 久久九九av免费精品 | 久久精品成人免费观看 | 沙奈朵狂揉下部羞羞动漫 | 九九99精品久久久久久综合 | 国产又粗又猛又大爽又黄香借 | 色女人网| 97碰在线| 九一国产在线观看 | 国产精品免费看久久久8精臀av | 一级特毛片 | 欧洲成人在线视频 | 国产黄色片在线观看 | 天堂√在线中文最新版8 | 欧美一区二区三区在线免费观看 | 亚洲人成电影在线天堂色 | 国产清纯美女白浆在线播放 | 欧美日韩一区二区三区在线观看视频 | 三上悠亚在线精品二区 | 色网站免费观看 | 艳妇乳肉豪妇荡乳av | 无码人妻一区二区无费 | 懂色av一区二区三区久久久 | 久久久免费视频观看 | 欧美日韩第一区 | 亚洲免费一区二区 | 欧美片一区二区 | 色屁屁在线| 亚洲系列在线观看 | 老子午夜精品无码 | 97人妻免费碰视频碰免 | 久久青草国产免费频观 | 97久久久久人妻精品区一 | 中文字幕av久久激情亚洲精品 | 亚洲天堂资源网 | 少妇高潮太爽了在线观看 | 91精品国模一区二区三区 | 中文字幕亚洲高清精品一区在线 | 成人区人妻精品一熟女 | 911av| 99国语露脸久久精品国产ktv | 日韩一区二区免费播放 | 人妻无码中文字幕免费视频蜜桃 | 五月深爱网| 亚洲国产美女久久久久 | 欧美喷潮久久久xxxxx | 欧美寡妇xxxx黑人猛交 | 美日韩成人 | 极品国产主播粉嫩在线观看 | 青青视频精品观看视频 | www噜噜偷拍在线视频 | 无码av免费精品一区二区三区 | 国产在线欧美 | 国产精品久久久久久亚洲影视 | 一级中国毛片 | 国产视频不卡一区 | 日韩综合无码一区二区 | 成人午夜精品无码区 | 中文字字幕乱码视频高清 | 国产日韩一区二区三区免费高清 | 久久精品国产亚洲不av麻豆 | 欧亚一区二区三区 | 日本免费一区二区三区 | 国产精品无码无片在线观看 | 国产亚洲精品久久久ai换脸 | 成人精品视频99在线观看免费 | 小视频在线观看免费 | 国产第一页福利影院 | 国产综合久久精品 | 亚洲中文字幕精品一区二区三区 | 6080yy伦理亚洲第一区 | 偷偷色噜狠狠狠狠的777米奇 | 亚洲色大成网站www永久网站 | 欧美黑人猛交 | 国产精品一区二区亚瑟不卡 | 99精品国产成人一区二区 | 五月婷婷久久久 | 亚洲精品一区二三区不卡 | 中文字幕大香视频蕉免费 | 人人操日日干 | 欧美激情国产日韩精品一区18 | 国内精品视频饥渴少妇在线播放 | www.激情网 | 亚洲网老鸭窝男人的天堂 | 欧美黄色大片在线观看 | 精品推荐国产麻豆剧传媒 | 国产精品av久久久久久网址 | 免费99精品国产人妻自在现线 | 一边捏奶头一边高潮视频 | 4438x成人网一全国最大色成网站 | 中文字幕av免费专区 | 超污网站在线观看 | 小妖精又紧又湿高潮h视频69 | 有码视频在线观看 | www.youjizz.com在线| 欧美国产成人精品一区二区三区 | 影音先锋啪啪av资源网站app | 91精品国产综合久久久久久丝袜 | 日韩h片| 精品久久中文 | 久久99免费| 久久香蕉综合色一综合色88 | 久久精品人人做人人爽电影 | 精品麻豆剧传媒av国产 | 日本韩国在线播放 | 久久久久久人妻精品一区二区三区 | 国产色欲av一区二区三区 | 6080yy伦理亚洲第一区 | 热久久精品国产 | 国产高清在线精品一区app | 青青操视频在线 | h无码动漫在线观看 | 娇小6一8小毛片 | 91在线最新 | 久久久久久人妻毛片a片 | 成人a v视频在线观看 | 五月婷婷在线综合 | 精品毛片一区二区 | 3d动漫精品啪啪1区2区免费 | 国产情侣av自拍 | 美女扒开腿让男人桶爽app免费看 | 国产熟妇人妻精品一区二区动漫 | 国产精品白浆精子像水合集 | www.成人精品免费网站青椒 | 91香蕉视频导航 | 亚洲女同一区二区 | 成人亚洲一区二区 | 好吊妞这里都是精品 | 男人的天堂一级片 | 国产又黑又粗又黄又爽对白 | 国产乱xxxxx978国语对白 | 欧美射射射 | 精品久久久久久无码不卡 | 国产日产免费高清欧美一区 | 欧美v日本| 亚洲伊人情人综合网站 | 草草在线播放 | 暖暖免费 高清 日本社区在线观看 | 国产成人一区二区三区免费视频 | 亚洲热av | 国产在线播放网站 | 日日爱99| 国产一区二区片 | 97se狠狠狠综合亚洲狠狠 | 草草影院欧美 | 精品一区二区三区免费观看 | 成人欧美一区二区三区黑人孕妇 | 欧美精品久久久久久久监狱 | 免费无码高h视频在线观看 性生活一区 | 国产精品s | 成人爽a毛片免费视频 | 亚洲第一区视频 | 国产美女被遭强高潮网站不再 | 国产精品 高清 尿 小便 嘘嘘 | 妇女av| 日女人免费视频 | 欧美精品亚洲精品日韩专区一乛方 | 天天看天天操 | 久久大香国产成人av | 成人免费久久 | 亚洲精品一品区二品区三区 | 久久99精品久久久久久久青青日本 | 日本加勒比中文字幕 | 色啪av| 国产美女被遭强高潮网站不再 | 久艹在线观看 | www日本高清 | 亚洲 小说 欧美 另类 社区 | 久久人人草 | 涩涩网址| 粗壮挺进邻居人妻无码 | 国产精品乡下勾搭老头1 | 国产色免费 | 无码国产成人午夜电影观看 | 极品粉嫩鲍鱼视频在线观看 | 久久久6精品成人午夜51777 | 国产aⅴ精品一区二区三区久久 | 国产精品高潮久久av | 亚洲精品无码不卡在线播放 | 无码熟妇人妻av影音先锋 | www.91porn.com| 少妇爆乳无码专区av无码 | 99精品久久久久久 | 深夜福利在线免费观看 | 小嫩妇好紧好爽再快视频 | 91久久久久久久久久 | 毛片视频播放 | 日日噜噜噜夜夜爽爽狠狠小说 | 77tv色成人| 亚洲国产精品久久艾草 | 噜噜吧噜吧噜吧噜噜网a | 久久女人天堂 | 四虎无码永久在线影库网址一个人 | 国产精品12区| 亚洲成无码人在线观看 | 亚洲人成77777在线播放网站不卡 | 日本高清无卡码一区二区久久 | 日韩一二区| 精品96久久久久久中文字幕无 | 亚洲 欧洲 日产 国产 | 中文字幕在线中文 | 喷水久久| 99久久国产综合精品swag | 日本一区二 | 国产第9页 | 国产一区二区三区四区五区美女 | 亚洲成a∧人片在线播放无码 | 91亚洲精品国产成人 | 巨熟乳波霸若妻在线播放 | 红杏成av人影院在线观看 | 国产裸体无遮挡 | 99精品欧美一区二区三区 | 日韩av一卡 | 青青青在线视频观看 | 国内国内在线自偷第68页 | 激情成人综合 | 无码乱码av天堂一区二区 | 日本大乳奶做爰洗澡三级 | 久久成人人人人精品欧 | 美女脱了内裤张开腿让男人桶网站 | 久久国产夜色精品鲁鲁99 | 亚洲欧洲中文日韩久久av乱码 | 国产成人在线影院 | 国产精欧美一区二区三区 | 综合网激情 | 图片区小说区亚洲欧美自拍 | 多毛丰满日本熟妇 | 日韩高清一二三区 | 一区二区三区无码视频免费福利 | 内射夜晚在线观看 | 国产成人精品福利一区二区三区 | 国产午夜精品一区二区三区软件 | 免费99精品国产人妻自在现线 | 久久国产成人午夜av浪潮 | 992tv成人国产福利在线观看 | 久久婷婷人人澡人人爽人人喊 | 亚洲一区二三区 | 日韩福利视频网 | 国语自产拍在线视频中文 | 天堂av国产夫妇精品自在线 | 亚洲aⅴ综合av国产八av | av在线第一页 | 亚洲视频黄 | 国产精品美女av | 国产一级免费片 | 人体内射精一区二区三区 | 亚洲国产一线二线三线 | 国模少妇无码一区二区三区 | 国产第一网站 | 狠狠狠狼鲁亚洲综合网 | 欧美黄色动态图 | 欧美成人精品一级乱黄 | 成年网站未满十八禁视频天堂 | 午夜美女av | 欧美视频精品免费覌看 | 国产免费网站看v片在线无遮挡 | 亚洲gv永久无码天堂网 | 麻批好紧日起要舒服死了 | 免费看黄色片的网站 | 久久久青草青草免费看 | 无码国产午夜福利片在线观看 | 国产搞黄网站 | 欧美女优在线 | av网址在线| 国产亚洲一区二区三区在线观看 | 国产欲女高潮正在播放 | 欧美日二区 | 日韩爽妇网| 波多野吉衣av在线 | 欧美一卡2卡3卡4卡新区在线 | 国产欧美精品亚洲日本一区 | 大陆日韩欧美 | 亚洲一区尤物 | 极品 在线 视频 大陆 国产 | 四虎永久在线精品免费网站 | 99久久精品国产免费看不卡 | 久久久久成人精品无码中文字幕 | 国产资源网站 | 欧美日韩1区 | 91麻豆精品一二三区在线 | 99国产在线视频有精品视频 | 黄色三级毛片视频 | 国产精品美女www爽爽爽三炮 | 性饥渴的少妇av无码影片 | 国产无精乱码一区二区三区 | 亚洲福利精品视频 | 精品国产一区二区三区在线观看 | 欧美h在线播放 | 国产在线无码精品无码 | 青青青青国产免费线在线观看 | 99成人 | 亚洲最新中文字幕 | 波多野结衣丝袜ol在线播放 | 少妇白吉1—178之大团结 | 激情久久av | 色婷婷在线精品国自产拍 | 在线点播亚洲日韩国产欧美 | 国产精品久久久久久久模特人妻 | 色多多www视频在线观看免费 | 久久92 | 成人av自拍 | 天天噜 | 亚洲精品白浆高清久久久久久 | 狠狠色丁香婷婷综合欧美 | 美女性高潮视频 | 午夜97| 国产欧美二区 | 精品国产aⅴ一区二区三区 成人国产精品一区二区视频 | 青青草在线视频网站 | 亚洲精品无码精品mv在线观看 | 99re久久资源最新地址 | 成熟丰满少妇激情xxxx | 成年女人永久免费看片 | 让少妇爽到高潮视频 | 伊人久久一区二区 | 一区二区三区波多野结衣在线观看 | 久久精品一二 | 午夜丁香视频在线观看 | 一区二区在线视频 | 天天夜夜爽 | 欧美大片c片免费看视频 | 人人妻人人澡人人爽不卡视频 | 国产精品白丝av网站在线观看 | 久久这里有精品国产电影网 | 成人网站国产在线视频内射视频 | 国产成人午夜精品福利视频 | 国产精品久久国产三级国不卡顿 | 美女的奶胸大爽爽大片 | 91免费精品视频 | 久久精品国产丝袜人妻 | 免费在线观看日本 | 国产精品天干天干有线观看 | 色乱码一区二区三在线看 | 久久国产成人亚洲精品影院老金 | 国产亚洲精品福利视频在线观看 | 久久机视频 | 国内精品卡一卡二卡三 | 日日碰狠狠躁久久躁婷婷 | 熟女乱中文字幕熟女熟妇 | 少妇的肉体k8经典 | 综合一区av | 综合久久久久 | 男人天堂aaa | 一区二区免费视频中文乱码 | 嫩草嫩草嫩草嫩草嫩草嫩草 | 久久久久久久久久久综合日本 | 国产精品久久久久久久久久久久人四虎 | 无码久久久久不卡网站 | 亚洲人成电影网站色 | 亚洲精品粉嫩小仙女高潮 | 久伊人| 好爽好湿好硬好大免费视频 | 天天综合激情 | 婷婷丁香五月激情综合 | 国产亚洲精品第一综合另类灬 | 午夜男女爽爽影院免费视频下载 | 婷婷五月综合激情 | 亚洲日韩国产中文其他 | 丰满诱人的人妻3 | 熟妇的奶头又大又粗视频 | 欧洲精品无码一区二区三区在线播放 | 午夜久久网站 | 无码国产精品一区二区免费式芒果 | 男女性高爱潮是免费国产 | 成人小视频免费 | 在线日韩日本国产亚洲 | 日本一卡二卡3卡四卡网站精品 | 欧美乱妇狂野欧美在线视频 | 亚洲精品久久av无码麻 | 亚洲国产成人自拍 | 天堂国产一区二区三区四区不卡 | 色丁香av | 免费一级做a爰片性色毛片 亚洲人成手机电影网站 | 日产欧美国产日韩精品 | 又大又粗弄得我出好多水 | 人妖av| 97国产suv精品一区二区62 | 国产精品亚洲日韩欧美色窝窝色欲 | 四季久久免费一区二区三区四区 | 久久se精品一区二区 | 免费成人蒂法 | 天天躁天天操 | 五码亚洲 | 丝袜 中出 制服 人妻 美腿 | 国产欧美日韩va另类影音先锋 | 131mm少妇做爰视频 | 68精品久久久久久欧美 | 中文字幕无码久久精品 | 国产精品综合av一区二区 | 亚洲国产专区 | 日韩欧美一区二区视频 | 欧美黄色大片免费观看 | 中文人妻av久久人妻18 | 国产黄色一区二区三区 | 国产乱码免费卡1卡二卡3卡四卡 | 亚洲精品久久久久久久久久久久久久 | 被窝福利片久久福利片 | 国产精品女同一区二区在线 | 欧美xxxxx精品 | 欧美一级一区 | 亚洲日韩成人无码 | 日本在线一区二区 | 水蜜桃亚洲一二三四在线 | 亚洲精品一区二区三区大桥未久 | 国产精品播放 | 日韩人妻无码一区二区三区俄罗斯 | 中文字幕亚洲欧美日韩在线不卡 | www.九九热| 国产熟女一区二区三区五月婷 | 毛片网站在线免费观看 | 国产v亚洲v天堂无码 | 久久99久国产麻精品66 | 国产乱人伦精品免费 | 91精品一区二区三区久久久久 | 免费精品人在线二线三线区别 | 国产精品久久久久久久久久免费 | 麻豆精品一区二区综合av | 日韩午夜理论免费tv影院 | 国产精品一区二区三区四区五区 | 91在线最新 | 日本四虎影院 | 熟妇人妻不卡中文字幕 | bbbwww破出血第一次日本 | 四虎最新免费网站 | 亚洲精品第一国产综合麻豆 | 在线看片免费人成视频网 | 欧美人与性禽动交精品 | 一边吃胸一边揉下面的视频 | 国产亚洲日韩网曝欧美台湾 | 国产九色 | 色yeye香蕉凹凸视频在线观看 | 免费人成在线观看网站品善网 | 欧美精品一区二区在线观看 | 男人到天堂在线a无码 | 一女多男np慎入h有声小说 | 国产wwwwwww | 午夜无码性爽快影院6080 | 秋霞国产午夜精品免费视频 | 97久久超碰国产精品红杏 | 人人爽人妻精品a片二区 | 最新国产精品拍自在线观看 | 无码色偷偷亚洲国内自拍 | 亚洲国产午夜精品理论片在线播放 | 一级国产航空美女毛片内谢 | 91精品国产9999久久久 | 美女张开腿让人桶 | 777米奇影院狠狠色 国产精品一线二线三线 | 看成年女人午夜毛片免费 | 伊甸园成人入口 | 久久久久久久人妻无码中文字幕爆 | 日本久久一区二区 | 精品免费一区二区三区在 | 99国产在线 | www.久久| 久青草无码视频在线播放 | 亚欧乱色国产精品免费 | 日日天干夜夜人人添 | 一二三区国产 | 亚洲最大的av网站 | 亚州av成人| 色就是色欧美色图 | 成人aaa | 成人福利视频在线观看 | 日韩在线观看高清 | 久久影视一区二区 | 人人妻人人澡人人爽偷拍台湾 | 邻居少妇肉体粗喘娇吟 | 中文字幕无线观看中文字幕 | 大吊一区二区 | 国产成人亚洲综合色 | 国产三级韩国三级日产三级 | 青青草成人免费视频在线观看 | av无码国产在线看免费网站 | 欧美色亚洲色 | 欧美一区二区喷水白浆视频 | 凹凸精品熟女在线观看 | 久久国产精品成人影院 | 国产又粗又爽 | 国产精品久久久久久二区 | 伊人久久大香线蕉综合狠狠 | 欧美色综合网 | 人妻无二区码区三区免费 | 老牛嫩草二区三区观影体验 | 97久久超碰国产精品… | 国产精品成人久久久久久久 | 97se亚洲综合在线 | 免费在线日韩av | 蜜臀精品国产高清在线观看 | 青青草国产在线观看 | 日韩视频在线观看一区二区三区 | 日本高清毛片中文视频 | 日韩精品无码不卡无码 | 亚洲 国产 另类 精品 专区 | 欧美天堂在线 | 亚洲国产精品久久艾草 | 日韩视频中文字幕 | 午夜国产一区 | 国产真人无码作爱视频免费 | 日韩四虎 | 精品国产黑色丝袜高跟鞋 | 国产成人亚洲精品无码av大片 | 四虎影视在线 | 午夜三级影院 | 亚洲国产成人久久一区www妖精 | 色欲av伊人久久大香线蕉影院 | 久热精品视频在线 | 日韩精品久久一区二区 | 啊啪啪多水爱爱成人 | 久久精品片 | 97免费在线| 国产成人av激情在线播放 | 久久久国产精品亚洲一区 | 色婷婷综合成人av | 香蕉久久av一区二区三区app | 国产美女精品视频 | 国产三级农村妇女在线 | 99久久精品日本一区二区免费 | 亚洲精品乱码久久久久久日本蜜臀 | 亚洲国产成人久久一区二区三区 | 大乳女喂男人吃奶视频 | 三日本三级少妇三级99 | 欧美高清性色生活片免费观看 | 一本久道竹内纱里奈中文字幕 | 久久人体 | 国产一区二区怡红院 | 国产又色又爽又黄又免费软件 | 亚洲天堂中文字幕在线 | 亚洲日韩欧美一区久久久久我 | 亚洲品牌自拍一品区9999 | 中文字幕免费在线观看 | 天天射夜夜骑 | 中国丰满熟妇xxxx性 | 日韩av在线播 | 热99re久久精品天堂 | 色欲av伊人久久大香线蕉影院 | 中文字幕乱码一区av久久不卡 | 久久羞羞视频 | 亚洲中久无码永久在线观看同 | 免费黄色特级片 | 美女白嫩光屁屁网站 | 久久亚洲美女精品国产精品 | 亚洲色欲或者高潮影院 | 成人免费公开视频 | 337p日本欧洲亚洲大胆精品555588 | 国产麻豆精品一区二区 | 久久这里只精品国产免费10 | 欧美xxxx喷水 | 久久久国产一级片 | 尤物yw午夜国产精品视频 | 欧美精品1区2区 | 日韩va在线 | 成人精品一区日本无码网 | 国产精品videossex久久发布 | 久久婷婷五月综合色首页 | 一级片在线视频 | 亚洲一区二区黄 | 国内精品亚洲 | 日本无遮挡吸乳呻吟视频 | 祥仔av免费一区二区三区四区 | 四虎国产精品免费久久久 | 日韩精品亚洲精品第一页 | 人妻少妇无码中文幕久久 | 成年网站未满十八禁视频天堂 | 日本成夜色爽免费视频 | 黄色小说在线视频 | www视频在线观看免费 | 嫩草影院片 | 久久久精品小视频 | 日本丰满熟妇毛茸茸xxx | 狠狠综合久久久久综合网站 | 亚洲精品入口一区二区乱麻豆精品 | 真实国产乱子伦精品视频 | 一区二区三区无码按摩精油 | 91在线丨porny丨国产 | 绯色av蜜臀一区二区中文字幕 | 色www视频永久免费 中国一级黄色毛片 | 免费在线观看www | 久久的爱久久久久的快乐 | 天天色综 | 欧美一区二区三区四区五区 | 国产一区二区av在线 | 亚洲国产欧美在线人成aaaa | 黄色三级毛片视频 | 亚洲精品自拍偷拍 | 亚洲中文字幕无码一区 | 国产白丝精品爽爽久久久久久蜜臀 | 国产精品成人国产乱一区 | 国产一级在线 | 亚洲黄色av网站 | 日本高清dvd | 国产+高潮+白浆+无码 | 亚洲欧美中文高清在线专区 | 亚洲熟妇av一区二区三区宅男 | 久久久久久人妻一区精品 | 国产做爰xxxⅹ久久久精华液 | 黄片毛片在线观看 | 国产精品偷窥久久久盗摄 | www日本高清| 手机成亚洲人成电影网站 | 日本做受高潮好舒服视频 | 欧美大胆性生话 | 含羞草一区二区 | 成人片黄网站色大片免费观看cn | a视频免费在线观看 | 动漫av永久无码精品每日更新 | 成人精品区| 久久无码人妻热线精品 | 国产97人人超碰caoprom三级 | 欧美日韩国产亚洲沙发 | 午夜精彩视频 | 日韩欧美一区二区三区永久免费 | 超级碰97直线国产免费公开 | 成人高潮片免费视频 | 丁香五月激情缘综合区 | 国产成人亚洲综合网色欲网 | 97人人超人人超免费国产 | 天堂tv在线观看中文 | 精品无码乱码av | 日本三级免费网站 | 97视频人人 | 国产精品无码久久久久 | 久久99国产亚洲高清观看首页 | 伊人婷婷六月狠狠狠去 | 一本到av| 日韩一区二区精品葵司在线 | 4438欧美| 91亚洲国产成人 | 久久久一本精品99久久精品66 | 亚洲精品久久久一区二区图片 | 国内精品91少妇在线播放 | 亚洲天堂男人天堂 | 成年女人免费v片 | 92成人午夜福利一区二区 | 免费成人在线视频网站 | 看免费的毛片 | 无码熟妇人妻av在线一 | 日产区一线二线三av | 日本婷婷免费久久毛片 | 午夜欧美一区二区 | 国产精品久久久久aaaa九色 | 精国产品一区二区三区四季综 | 九九热热九九 | 国产v在线观看 | 日本大尺度吃奶做爰久久久绯色 | 亚洲精品一区二区三区蜜桃久 | 色视频在线观看免费视频 | 91在线www | 翘臀后进少妇大白嫩屁股图 | 久久久国产精品无码免费专区 | 国产一区二区三区色 | 免费成年人视频在线观看 | 一区二区三区中文字幕 | 911精品美国片911久久久 | 欧美日韩人妻精品一区二区三区 | 久久ク成人精品中文字幕 | 在线播放精品 | 极品国产主播粉嫩在线 | 人妻无码中文字幕一区二区三区 | 国产精品无码久久久久久久久久 | 中文成人无码精品久久久不卡 | 国产微拍精品一区二区 | 色婷婷九月 | 国模福利视频 | 色老久久精品偷偷鲁 | 久久综合精品国产一区二区三区无 | 日韩久久激情 | 国产免费黄色录像 | 国产欧美在线观看不卡 | 羞羞影院午夜男女爽爽在线观看 | av中文字幕一区 | 性色av一区二区三区 | 狠狠色噜噜狼狼狼色综合久 | 久久99国产精品久久 | 日韩中文字幕视频在线 | 91porn国产成人 | 伊人欧美 | 国产美女性生活视频 | 国产成人精品国内自产拍免费看 | 国产粗语刺激对白性视频 | 亚洲精视频 | 国产a级全部精品 | 香蕉有码在线视频发布 | 久久艹国产精品 | 精品无码日韩国产不卡av | 九九热爱视频精品视频 | 日韩精品一区二区在线观看 | 久久免费一区 | 夜色成人av | 欧美国产综合在线 | 极品粉嫩鲍鱼视频在线观看 | 伊人婷婷色香五月综合缴缴情 | 三级成年网站在线观看级爱网 | 调教一区 | 伊人久久大线影院首页 | 国产精品嫩草影视久久久 | 国产又大又黄又粗的视频 | 狠狠躁天天躁夜夜添人人 | 国产高清专区 | 夜夜夜影院 | 亚洲天砖砖区免费 | 亚洲视频中文字幕在线观看 | 欧美在线观看不卡 | 久久精品亚洲中文字幕无码麻豆 | 91蝌蚪少妇 | 99热这里只有精品首页 | 少妇乱人伦无码视频 | 97在线公开视频 | 激情av综合网 | 国产黄a| 欧美日本乱大交xxxxx | 久久久久久夜精品精品免费啦 | 亚洲精品乱码久久久久久不卡 | 欧美老人巨大xxxx做受视频 | 女同舌吻互慰一区二区 | 日日夜夜精品 | 中文日产无乱码av在线观 | 狠狠色噜噜狠狠狠狠av | 亚洲另类一二三区 | 久久精品国产精品亚洲精品 | 亚洲大色网 | 真人一进一出120秒试看 | 青草av久久一区二区三区 | 91人人干| 97狠狠操 | 欧美影院 | 国产黄大片在线观看 | 亚洲欲色欲香天天综合网 | 日韩欧美在线视频一区 | 无码成人aaaaa毛片 | 人人爽人人做 | 亚洲理论影院 | 欧美碰碰 | 九九久久精品国产av片国产 | 国产精品一区二区av蜜芽 | 婷婷在线资源 | 男人添女荫道口图片 | 漂亮人妻洗澡被公强 日日躁 | 少妇群交换bd高清国语版 | 国产麻豆一精品一av一免费 | 高h各种姿势调教np肉奴视频 | 老司机深夜免费福利 | 欧美亚洲精品一区二区在线观看 | 亚洲男人第一无码av网站 | 欧美精品成人 | 国产精品美女久久久 | 黄色成年人网站 | 日本婷婷免费久久毛片 | 青青操视频在线 | 日本最新高清一区二区三 | 亚洲人成在线观看影院牛大爷 | 2017av在线 | 色一区二区 | 动漫成人无码精品一区二区三区 | 天堂av资源在线观看 | 夜夜草免费视频 | www婷婷av久久久影片 | 久久久久人妻一区二区三区vr | 性欧美久久 | 成人黄色大片在线观看 | 成人免费av片 | 国产精品亚洲专区无码老司国 | 五月婷婷天堂 | 日韩欧美国产亚洲 | 国产日产欧产精品推荐 | 一级片免费在线观看 | 日韩中文字幕第一页 | 大伊香蕉精品视频在线天堂 | 日本免费不卡高清网站 | 欧美一级一区二区三区 | 色诱久久久久综合网ywww | 国产男生午夜福利免费网站 | 最新国产在线拍揄自揄视频 | 婷婷综合影院 | 亚洲无线一二三四区手机 | 久久午夜色播影院 | 国产白丝护士av在线网站 | 无码人妻精品丰满熟妇区 | 色综合1| 羞羞影院成人午夜爽爽在线 | 少妇大战黑人粗免费看片 | 动漫精品中文无码卡通动漫 | 精品国精品国产自在久国产87 | 91免费国产视频 | 日韩人妻无码一区二区三区99 | 久久天天躁狠狠躁夜夜96流白浆 | 麻豆tv入口在线看 | jizz在线免费观看 | 国产欧美一区二区三区免费视频 | 欧美熟妇与小伙性欧美交 | 少妇性xxxxxxxxx色武功 | 国产精品拍拍拍 | 欧美在线 | 日本一区不卡高清更新二区 | 久久久中文字幕日本无吗 | 欧美成人午夜77777 | dy888亚洲精品一区二区三区 | 欧美精品a区 | 无码中文精品专区一区二区 | 人人玩人人添人人澡超碰偷拍 | 美女一级全黄大片 | 国产伦一区二区三区色一情 | 国产欧美精品一区 | 日韩视频一区尤物少妇偷拍 | 久久精品国产一区二区电影 | 国产区女主播在线观看 | 日韩av手机在线免费观看 | 久久精品国产72国产精 | 久久日本| www.午夜av| 久久久久黑人强伦姧人妻 | 国内精品在线播放 | 日韩av片网站 | 国产第三区 | 久久大 | 激情无码人妻又粗又大 | www.欧美色图 | 亚洲国产成人久久综合一区77 | 国产亚洲无日韩乱码 | 亚洲国产一区二区三区日本久久久 | 久久五月视频 | 97在线精品视频免费 | 亚洲 欧洲 日韩 综合av | 中文字幕日韩人妻不卡一区 | 免费午夜福利在线观看不卡 | 毛片女人18片毛片女人免费 | 久久久久亚洲精品无码网址色欲 | 成人免费xxxxx在线观看 | 国产午夜成人无码免费看 | 精品人妻码一区二区三区 | 日韩永久精品 | 日韩专区中文字幕 | 久久免费视频网站 | 91午夜影院| 乱人伦无码中文视频在线 | 欧美成人va免费看视频 | 国产熟妇高潮呻吟喷水 | 久久精品国产只有精品96 | 色欲天天婬色婬香综合网 | 4hu四虎永久免费地址ww416 | 成人国产精品一区二区网站公司 | 国产成人无码a区在线观看视频免费 | 中国一级特黄真人毛片免费观看 | 亚洲v国产v欧美v久久久久久 | 日本亚洲精品一区二区三区 | 欧美在线性爱视频 | 国产精品99久久久久久夜夜嗨 | 亚洲国产精品尤物yw在线观看 | 免费又黄又爽又猛的毛片 | 日本中文字幕一区二区高清在线 | 女人与牲口性恔配视频免费 | 久久爱成人 | 国产内射爽爽大片视频社区在线 | 国产mv欧美mv日产mv免费 | 精品中文字幕在线播放 | 日本不卡精品 | 日日日操 | 无码三级av电影在线观看 | 国产精品美女久久久 | 亚洲乱亚洲乱妇无码麻豆 | 久草在线观看福利视频 | 91精品国产综合久久久蜜臀图片 | 日本欧美黄色 | 亚洲一区二区 | 天堂视频中文在线 | 毛片a久久99亚洲欧美毛片 | 777亚洲熟妇自拍无码区 | 国产老熟女网站 | 久久www免费人成_看片老司机 | 久久综合无码中文字幕无码ts | 国产精品亚洲色婷婷99久久精品 | 蜜桃久久久aaaa成人网一区 | 亚洲狼人精品一区二区三区 | 欧美天堂网站 | 18禁无遮挡无码网站免费 | 真人无码国产作爱免费视频 | 国产成人av片无码免费 | 在线观看黄色国产 | 亚洲精品成人网线在线播放va | 五月婷婷免费视频 | 热久久99热精品首页 | 亚洲无砖码| 亚洲成熟丰满熟妇高潮xxxxx | 日韩大片免费观看 | 婷婷丁香狼人久久大香线蕉 | 亚洲国产综合精品中文第一 | 亚洲国产av最新地址 | 日韩高清一 | 国产91在线 | 亚洲 | 久久免费视频5 | 99久久夜色精品国产亚洲1000部 | 久久夜视频| 久久国内精品视频 | 激情福利视频 | 国产精品熟女视频一区二区 | 亚洲视频欧美视频 | 亚洲.欧美.在线视频 | 亚洲高清国产拍精品熟女 | 无遮挡很爽很污很黄的网站 | 天天爱天天射天天干 | 日本一卡2卡3卡4卡免费精品 | 久久99视频精品 | 欧美猛少妇色xxxxx猛交 | 亚洲性一区二区 | 久久精品成人免费观看 | 国产美女亚洲精品久久久99 | 色久综合 | 丰满熟女人妻一区二区三 | 国产性色播播毛片 | 亚洲 欧美 中文字幕 | 嫩草在线免费观看 | 熟女人妻aⅴ一区二区三区60路 | 日韩国产第一页 | 国产精品一区二区av片 | 香蕉网在线 | 日韩免费一区二区三区 | 午夜精品久久久内射近拍高清 | 欧美视频在线播放 | 人人妻一区二区三区 | 国产凹凸在线一区二区 | 性xxxx另类xxⅹ | 日韩欧美成人一区二区 | 国产白丝jk捆绑束缚调教视频 | 99精品国产自在现线10页 | 97国产大学生情侣白嫩酒店 | 国产精品爆乳在线播放第一人称 | xxxx性xx另类ⅹ亚洲hd | 成人精品亚洲人成在线 | 国产萌白酱喷水视频在线播放 | 国产东北农村女人av | 黄色av免费网址 | 亚洲人成精品久久久久桥 | 成人嫩草研究院久久久精品 | 亚洲一区二区三区中文字幕在线 | 丰满少妇高潮无套内谢 | 国产美女被遭强高潮网站不再 | 国内免费毛片 | 夜夜骑天天操 | 色婷婷综合和线在线 | 永久av免费在线观看 | 成人精品动漫一区二区三区 | 一级黄色大片免费看 | 久久久精品伦理 | 欧美专区综合 | 亚洲欧洲日产国码无码动漫 | 色综合久久中文娱乐网 | 国产色欲色欱www在线 | 国产色xx群视频射精 | 国精产品一区一区三区有限在线 | 久久精品中文无码资源站 | 国内精品国内精品自线一二三区 | 精品久久久久久国产偷窥 | 亚洲自偷自偷在线成人网址 | 国产乱码一卡二卡3卡4卡网站 | 黄色一级免费观看 | 久久99精品国产麻豆不卡 | 色网站观看 | 九色porny丨国产首页在线 | 国产精品九九视频 | 国产嘿嘿嘿视频在线观看 | 一区二区三区不卡视频 | 精品国产av色一区二区深夜久久 | 国产亚洲精品久久久久久大师 | 亚洲视频你懂的 | 色嗨嗨av一区二区三区 | 中文字幕丝袜精品久久 | 天天艹av | 日本三不卡 | 精品欧美一区二区精品久久小说 | 91麻豆精产国品一二三产区区 | 亚洲精品国产一区二区精华 | 亚洲午夜天堂 | 日韩欧美亚洲综合久久 | 欧美黑人又大又粗xxxxx | 亚洲国产精品99久久久久久久久 | 日韩美女激情视频 | 激情小说qvod| 无码熟妇人妻av在线网站 | 91最新视频在线观看 | 愉拍自拍第169页 | 成人黄色短篇小说 | 国产精品免费久久久久影院仙踪林 | 免费日韩中文字幕 | 少妇厨房愉情理9仑片视频 美女胸18大禁视频网站 | 国产亚洲综合欧美一区二区 | 99精品视频在线在线观看视频 | 国产一级在线播放 | 亚洲免费最大黄页网站 | 日韩人体视频 | 波多野结衣丝袜ol在线播放 | 精品21国产成人综合网在线 | 免费看欧美一级片 | 欧美性猛交xxxx乱大交视频 | 午夜爽爽爽男女免费观看hd | 成人性无码专区免费视频 | 精品一区二区三区在线播放视频 | 中国美女牲交视频 | 中国精品偷拍区偷拍无码 | 国精产品999一区二区三区有限 | 亚洲色视频 | 亚洲红桃视频 | 亚洲人成电影网站色 | 国产欧美三区 | 欧美激情视频一区二区三区不卡 | 成人片黄网站色大片免费观看cn | 操操操爽爽爽 | 亚洲色精品aⅴ一区区三区 欧美日激情 | 黄色一级片免费播放 | 国产猛烈高潮尖叫视频免费 | 欧美丰满高潮xxxx喷水动漫 | 精品国产乱码久久久久久预案 | 欧美成人aaaa| 新天堂网| 一道本一二三区 | 18禁超污无遮挡无码网址 | 超碰在线免费播放 | 你懂的国产精品 | 中文字幕少妇高潮喷潮 | 草逼导航 | 欧美精品成人在线视频 | 国产精品久久久久久久久久小说 | 久久精品无码一区二区日韩av | 欧美精品一区二区在线播放 | 欧美激情国产精品日韩 | 久久一区亚洲 | 少妇愉情理伦片丰满丰满 | www国产精品内射老熟女 | 免费人成精品欧美精品 | 手机看片久久国产免费 | 日韩中文字幕综合 | 国产成a人亚洲精品无码樱花 | 国产第十页 | 亚洲中文字幕高清乱码在线 | 国产宾馆自拍 | 成年人网站免费看 | 天天爽夜夜爽人人爽免费 | 中文字幕亚洲精品无码 | 日韩中文字幕一区二区三区 | 亚洲经典久久 | 国产女人水真多18毛片18精品视频 | 日韩免费观看高清 | 五月天av在线播放 | 韩国精品视频一区二区在线播放 | 影音先锋在线中文字幕 | 国产精品久久久久影院色老大 | 黑人巨大videos精品 | 亚洲天天摸日日摸天天欢 | 性猛少妇对白xxxxx富婆 | 2024国产精品自拍 | 欧美一区二区三区小说 | 亚洲精品成人a在线观看 | 成人欧美视频 | 五月婷婷之综合激情 | 嫩b人妻精品一区二区三区 www国产精品内射 | 天堂√在线中文最新版 | 青草视频在线观看视频 | 一区二三区国产好的精华液o9 | 成人免费无码不卡毛片 | 国产精品美女久久久久久久网站 | 欧美日韩你懂的 | 高潮久久久久久 | 国产精品一区在线观看 | 女十八免费毛片视频 | 国产精品无码专区在线观看不卡 | 成人六区 | 男人的天堂影院 | 免费无码又爽又刺激网站直播 | 一本色道88久久亚洲综合加勒比 | 顶级欧美熟妇高清xxxxx | 久久国产精品一区二区三区 | 制服丝袜自拍偷拍 | 久久国产这里只有精品 | 色七七桃花影院 | 亚洲国产成人av国产自 | 黄色片免费 | 日本在线视频免费看 | 婷婷网色偷偷久久久99超碰 | 永久免费不卡在线观看黄网站 | 麻花传媒mv一二三区别在哪里看 | 欧美人禽zozo动人物杂交 | 青青久在线视频 | 国产v片在线观看 | 国产又大又硬又爽免费视频试 | 能直接看的av | 就爱操av| 国产小视频免费观看 | 九九99热久久精品在线6 | 黄色男女 黄色a几 | 精品国产一区二区三区久久狼 | 日韩视频在线观看一区二区 | 免费人成网站在线观看欧美 | 最新超碰 | 国产精品人妻一区夜夜爱 | 国产精品久久久久高潮 | 国产成人免费97在线观看 | 日韩精品一区二区三区中文不卡 | 亚洲性欧美色 | 无码播放一区二区三区 | 国产亚洲精品线视频在线 | 久久精品午夜 | 午夜影院免费观看 | 亚洲少妇网站 | 亚洲 a v无 码免 费 成 人 a v | 国产v片在线播放 | 日韩制服丝袜av | 成人性生交视频免费看 | 无码av最新清无码专区吞精 | 厨房玩丰满人妻hd完整版视频 | 日本人做受免费视频 | 久久久99精品免费观看 | 国产成人免费高清激情视频 | 噼里啪啦国语影视 | 超碰pro| 狠狠色噜噜狠狠狠狠色综合久 | 2021精品国产自在现线看 | 久久久久青草线蕉亚洲麻豆 | 丝袜美腿亚洲一区二区 | 色丁狠狠桃花久久综合网 | 亚洲无线看 | 亚洲最大成人综合 | 91久久久久久亚洲精品禁果 | 日本一区二区三区免费播放视频了 | 国产精品一区二区人人爽 | 老子影院午夜精品无码 | 亚洲欧美色一区二区三区 | 99免费看| 国产边摸边吃奶边做爽视频 | 国产精品无码午夜免费影院 | 亚洲欧美日韩精品久久 | 日本三级吹潮在线 | 国产在线999 | 国产99久久久国产 | 天天干天天拍 | 日韩字幕在线观看 | 亚洲乱亚洲乱妇小说网 | 伊人春色影院 | 秋霞影院中文字幕 | 国产边摸边吃奶边做爽视频 | 少妇呻吟白浆高潮啪啪69 | 国产偷久久一区精品69 | 日韩视频一区在线 | 疯狂做受xxxx高潮欧美日本 | 中文字幕1区 | 国产精品自拍片 | 国偷自产一区二区免费视频 | 激情亚洲天堂 | 无码中文字幕加勒比一本二本 | 超级黄18禁色惰网站 | 国产影片av级毛片特别刺激 | 蜜臀久久99精品久久久酒店新书 | 911精品国产一区二区在线 | 中国黄色一级视频 | 国产亚洲视频在线 | 国产一区二区三区不卡在线观看 | 国产在线视频99 | 夜精品a片一区二区三区无码白浆 | 丝袜足控一区二区三区 | 欧美整片在线观看 | 午夜福利视频极品国产83 | 性色av蜜臀av色欲av | 亚洲区一区二区三区 | 亚洲成a人片在线观看无码专区 | 99草视频| 色哟哟最新在线观看入口 | 韩国一级淫一片免费放 | 伊人66| 亚洲欧美中文字幕 | 一区二区三区精品在线观看 | 中国性少妇内射xxxx狠干 | 我爱搞在线观看 | 在线综合亚洲欧美日韩 | 国产69精品久久久久久妇女迅雷 | 精品一区精品二区制服 | 色欲香天天天综合网站无码 | 五月天激情社区 | 欧美日韩欧美 | 免费三级网站 | 欧美日产国产精品 | 老熟妻内射精品一区 | 色五月情 | 国产在线精品观看免费观看 | 日产一二三四五六七区麻豆 | 日本乱妇乱子视频网站-百度 | 欧美国产综合欧美视频 | 91国偷自产一区二区开放时间 | 13女裸体慰在线观看 | 精品久久久久久国产 | 亚洲精品永久在线 | 久久婷婷麻豆国产91天堂 | 欧美国产成人精品一区二区三区 | 亚洲人亚洲精品成人网站入口 | av在线播放免费 | 粗大猛烈进出高潮视频二 | 欧美亚洲一区 | 国色天香中文字幕在线视频 | 国产成人精品午夜福利在线观看 | 亚洲aaaaa特级 | 日产精品卡二卡三卡四卡区满十八 | 少妇性荡欲午夜性开放视频剧场 | 免费人成视频在线播放 | 欧美日韩久久中文字幕 | 无码办公室丝袜ol中文字幕 | 天天爽夜夜爽人人爽从早干到睌 | 天天摸日日添狠狠添婷婷 | 九九九九热精品免费视频点播观看 | 色婷婷色 | 亚洲国产精品久久久久婷婷软件 | 国产免费视频在线 | 成人av资源 | 天天摸夜夜摸夜夜狠狠摸 | 国产成人无码av大片大片在线观看 | 青青激情网 | 国产精品久久久久久av | 激情狠狠| 免费在线日本 | 国产免费看又黄又大又污的胸 | 国产精品福利在线播放 | 亚洲不卡中文字幕 | 亚洲色大成网站www永久 | 欧美人动与zoxxxx乱 | 99er热精品视频 | 欧美肉欲k8播放毛片欧美 | 动漫高h纯肉无码视频在线观看 | 欧美一区二区福利视频 | 性色a∨人人爽网站 | 大奶少妇av | 亚洲精品一区二区三区蜜桃久 | 国产亚洲精品自在久久vr | 欧美在线高清 | av无码久久久久不卡蜜桃 | 中国少妇xxxx做受自拍 | 亚洲一级黄色 | 亚洲精品网站在线 | 120秒试看无码体验区 | 丝袜足控一区二区三区 | 中日韩精品视频 | 亚洲色av影院久久无码 | 69精品欧美一区二区三区 | 欧美乱妇高清无乱码在线观看 | 蜜桃传媒av | 色视频在线观看免费 | 91精品国产综合久久久久 | 蜜桃臀av高潮无码 | 国产欧美综合一区 | 激情午夜视频 | 欧洲无线码一二三四区 | 午夜dv内射一区二区 | 中国女人和老外的毛片 | 国产精品欧美日韩在线 | 国产精品第一区揄拍无码 | 日韩免费无码成人久久久久久片 | 国产精品久久久久久亚洲影视公司 | 精品成人免费一区二区在线播放 | 暖暖视频在线观看免费观看高清中文 | 麻豆精品国产 | 亚洲日本va午夜中文字幕久久 | 少妇人妻偷人精品无码视频新浪 | 精品一区二区三区四区 | 又色又爽又高潮免费视频国产 | 亚洲精品视频播放 | 中文字幕亚洲高清精品一区在线 | 日韩成人在线视频 | 91大片在线观看 | 亚洲国产拍拍拍拍久久久 | 国产丰满老熟妇乱xxx1区 | 亚洲激情啪啪 | 成人午夜特黄aaaaa片男男 | 一二三四日本高清社区5 | 黄av网| 一区二区国产高清视频在线 | 免费久久精品 | 久草视频首页 | 男女aa视频 | 伊人久久一区 | 天天躁日日躁狠狠躁视频2021 | 精品网站一区二区三区网站 | 久久爽精品区穿丝袜 | 亚洲精品国产精品乱码视色 | 在线观看涩涩视频 | 欧美亚洲精品一区二区在线观看 | 国产女主播一区二区三区 | 尤物在线网站 | 自偷自拍亚洲综合精品第一页 | 97一期涩涩97片久久久久久久 | 祥仔视觉av | 欧美最爽乱婬视频免费看 | jzzijzzij亚洲成熟少妇 | 97色偷偷色噜噜狠狠爱网站 | 国产精品久久人妻无码网站一区 | 亚洲国产高清在线一区二区三区 | 337p日本大胆欧美裸体艺术 | 一区二区三区四区国产 | 91污在线 | 久久久精品福利 | 亚欧美在线 | 无码乱码av天堂一区二区 | 日本综合视频 | 99久久无码一区人妻a片蜜 | 午夜激情视频 | 天天做天天干 | 天天揉久久久久亚洲精品 | av电影在线观看 | 中文字幕亚洲一区二区三区五十路 | 日韩成人在线免费视频 | www日本在线 | 玩弄放荡人妻一区二区三区 | 天天摸日日摸狠狠添 | 欧美性免费| 久久亚洲色www成人网址 | 少妇人妻系列无码专区系列 | 久一精品 | 中国内地毛片免费高清 | 成人午夜在线观看 | 啪网址| 黑人爱爱视频 | 印度精品av三级 | 网站黄色在线免费观看 | 国产免费又色又爽又黄的小说 | 2022天天躁狠狠燥 | 国产传媒精品1区2区3区 | 久久亚洲日韩av一区二区三区 | 亚洲一区精品二人人爽久久 | 秋霞无码av一区二区三区 | 欧美一级视频播放 | 精品福利一区 | 欧美一卡二卡三卡四卡视频区 | 伊人网91| 91视频免费在线观看 | 亚洲少妇视频 | 国产suv精品一区二区883 | www.色五月.com | 在线观看中文字幕一区二区 | 精品无码一区二区三区爱欲九九 | 欧美3p两根一起进高清视频 | 亚洲国产香蕉碰碰人人 | 亚洲欧洲久久av | 无码国内精品人妻少妇 | 亚洲伊人一区 | 99re在线观看 | 久久久精品中文字幕麻豆发布 | 久久中文字幕无码专区 | 好大好猛好爽好深视频免费 | 国产成人精品区 | 亚洲成av 人片在线观看无码 | 99re视频热这里只有精品38 | 狠狠色狠狠色综合网老熟女 | 日韩av线 | 任我爽橹在线精品视频 | 免费av播放| 欧美色五月 | 国产亚洲精品久久久久久老妇 | 中文丝袜人妻一区二区 | 国产欧美综合一区二区三区 | 亚洲精品成人片在线观看 | 亚洲欧洲免费三级网站 | 久久国内精品视频 | 国内精品久久久久久久影视红豆 | 丰满多毛少妇做爰视频爽爽和 | 午夜小视频免费在线观看 | 久久精品少妇高潮a片免费观 | 欧美国产在线看 | 男女无遮挡猛进猛出免费视频国产 | 久久人妻无码aⅴ毛片a片app | 久青草久青草视频在线观看 | 亚洲精品一卡2卡三卡4卡乱码天 | 国产福利在线播放 | 天天躁日日躁狠狠躁800凹凸 | 国产精品久久久久久久久岛国 | 国产成人精品a∨一区二区 午夜精品成人一区二区 | 亚洲综合国产成人丁香五月激情 | 99热国产 | 国产片免费福利片永久 | 国产丝袜免费视频网址 | 97在线精品视频免费 | 产无套精品一线二线三线 | 免费人成又黄又爽的视频 | 欧美性开放情侣网站 | 亚洲综合激情 | 久久99这里只有是精品6 | 国内精品久久久久久影院8f | 国产精品美女乱子伦高潮 | 中文天堂最新版资源www官网 | 永久免费的av在线电影网无码 | 亚洲 成人 av | 久久亚洲日韩精品一区二区三区 | 懂色aⅴ精品一区二区三区 欧美首页 | 成人女人黄网站免费视频 | 日韩精品久久久 | 日本欧美一区二区三区在线播放 | 亚洲视频在线免费看 | 精品视频在线观看 | 国产又黄又硬又粗 | 无码av高潮喷水无码专区线 | 国产精品一区二区三区在线看 | 在线一区二区不卡 | 波多野结无码高清中文 | 日本一卡二卡四卡无卡乱码视频免费 | 国产无遮挡一区二区三区毛片日本 | 乌克兰av在线 | 在线播放福利 | 国产精品无码一区二区桃花视频 | 人人妻人人插视频 | 91成人精品一区在线播放 | 日本强伦姧人妻一区二区 | 国产精品久久人妻无码网站蜜臀 | 狠狠色噜噜狠狠狠狠777米奇 | 又爽又黄又高潮视频在线观看网站 | 尤物网址在线观看 | 狠狠干夜夜草 | 国产精品久久久久9999不卡 | 国产精品成人在线视频 | 欧美日韩国产激情 | 性高朝大尺度少妇大屁股 | 少妇做爰又色又紧夜视频 | 国产无遮挡a片无码免费 | 伊人久久av| 熟女人妻水多爽中文字幕 | 国产香蕉一区二区三区 | 日韩一区二区三区久久 | 92看看福利1000集合集免费 | 亚洲日韩av一区二区三区四区 | 97视频国产 | 嫩草福利视频 | 99热97 | 无码一区二区波多野播放搜索 | 成人福利动态图啪啪gif看了吧 | 国产午夜福利不卡在线观看 | 精品欧美一区二区在线观看 | 天堂久久爱资源站www | av日韩在线免费 | 亚洲男人av香蕉爽爽爽爽 | 亚洲最大免费视频 | 国产无遮挡18禁网站免费 | 欧美牲交a欧美在线 | 伊人久久大香线蕉综合bd高清 | 国产在线看片免费人成视频 | 女教师2hd伦理中文字幕 | 国产乱子伦在线观看 | 七妺福利精品导航大全 | 久久精品国产999大香线蕉 | 永久免费看啪啪网址入口 | 水中色av综合| 欧美成人h亚洲综合在线观看 | 免费人成网站在线观看视频 | 一本久久a精品一区二区 | 色网站观看 | 亚洲精品国产v片在线观看 国产精品久久久久久久久免费看 | 无人区乱码一区二区三区 | 国产福利片无码区在线观看 | 日韩1级片 | 中国少妇xxxⅹ性xxxx | 国产麻豆精品传媒av国产婷婷 | 中本亚洲欧美国产日韩 | 不卡av中文字幕 | aaa一区二区三区 | 亚洲欧美在线制服丝袜国产 | 日日狠狠久久8888偷偷色 | 人妻一本久道久久综合久久鬼色 | 国产在线一区二区三区四区五区 | 久久国产成人午夜av影院 | 让少妇高潮无乱码高清在线观看 | 亚洲中文字幕久久无码 | 久久精品国产99国产精2021 | 亚洲国产成人精品激情姿源 | www.91免费视频 | 成人黄色片免费 | 成人免费毛片网 | 未满十八勿入午夜免费网站 | 日本韩无专砖码高清 | 国产精品一品二区三区的使用体验 | 色七七桃花综合影院 | 国产精品无码一区二区三区不卡 | 又大又粗欧美黑人aaaaa片 | 成人免费淫片aa视频免费 | 十八岁以下禁止观看黄下载链接 | 欧美国产日韩在线 | 三级精品在线 | 婷婷丁香五月天综合东京热 | www.91麻豆 | 国产色视频网免费 | 亚洲高清视频免费看 | 波多野吉衣av在线 | 尤物在线网站 | 精品乱码无人区一区二区 | 欧洲亚洲国产精品 | 成人性生交视频免费观看 | 超碰碰碰 | 91精品一区二区 | 国产av大陆精品一区二区三区 | 天堂av片 | 丁香婷婷亚洲综合 | 夜夜高潮夜夜爽夜夜爱爱一区 | 亚洲国产免费视频 | 中文字幕一区二区人妻电影 | 成人永久免费网站在线观看 | 国产黄色视 | 国产精品久久毛片 | 欧美一级黄视频 | av在线免播放器 | 亚洲色av性色在线观无码 | 亚洲素人av | 青青草视频在线免费播放 | 久久99精品久久久影院老司机 | 色婷婷噜噜久久国产精品12p | 一区二区三区四区在线 | 中国 | 久久精品中文字幕 | 成人免费久久 | 人妻夜夜爽天天爽 | www.夜夜操 | 无码人妻精品一区二区蜜桃色欲 | 放荡的美妇在线播放 | 人妻中文无码就熟专区 | 亚洲精品一区二区三区早餐 | 欧洲无线码免费一区 | 亚洲激情自拍偷拍 | 亚洲性久久 | 国产精品扒开腿做爽爽爽a片唱戏 | 日韩精品123 | 国产乱淫av国产8 | 天天操天天艹 | 国产精品久久久久99 | 护士人妻hd中文字幕 | 国产色视频一区二区三区qq号 | 秋霞国产午夜精品免费视频 | 久草97 | 黄色婷婷| 欧美日韩免费观看视频 | 欧美性猛交╳xxx富婆 | 日本三级韩国三级三级a级按摩 | 天堂在/线资源中文在线8 | 国产合集| 亚洲欧美一区二区三区在线 | 97色亚洲 | www.国产在线| 国产成人愉拍精品 | 欧洲国产伦久久久久久久 | 亚洲最大av无码网站 | 色欲aⅴ 无码 | 娜娜麻豆国产电影 | 国内精品久久久久影院日本 | 少妇资源站 | 69堂成人精品免费视频 | 国产香蕉视频在线 | 日韩欧美一级二级 | 中文字幕在线亚洲精品 | 亚洲激情首页 | 国产va在线 | 波多野结衣爱爱视频 | 国产成人午夜片在线观看高清观看 | 国产亚洲精品美女久久久 | 国内揄拍国内精品 | 亚洲女人毛耸耸 | 在线精产国品 | 四虎影院在线观看av | 黄色大片视频网站 | 国产999免费视频 | 国产精品人妻一区二区高 | 无码任你躁久久久久久 | 第一页在线 | 韩国三级女明星 | 久久国内精品一区二区三区 | 性欧美videos 另类喷潮 | 国产精品午夜小视频观看 | 成年美女黄网色视频免费4399 | 一级大片在线 | 亚洲a级片 | 91视频免费观看 | a级毛片免费网站 | 久久免费午夜福利院 | 亚洲国产精品肉丝袜久久 | 色噜噜狠狠狠综合曰曰曰 | 国产精品无码久久一线 | 亚洲色欲色欲www在线丝 | 久久精品aⅴ无码中文字字幕 | 久草视频在线免费看 | 成人网址在线观看 | 亚洲综合性 | 91禁看片 | 精品av国产一区二区三区 | 四虎影库久免费视频 | 成人精品视频一区二区 | 精国产品一区二区三区四季综 | 欧美福利一区 | 中文精品一区二区 | 无码av无码一区二区桃花岛 | 亚洲爆乳aaa无码专区 | 亚洲国产精品区 | 91精品中综合久久久婷婷 | 人妻有码精品视频在线 | 中文天堂 | 亚洲午夜无码久久久久小说 | 成人性视频在线播放 | 日韩人妻无码精品久久免费一 | 在线人成视频播放午夜福利 | www久久| 色鬼久久综合 | 在线综合亚洲欧洲综合网站 | 999色综合 | 男人的网站在线观看 | 久草国产视频 | 国产91精品欧美 | 亚洲a∨精品无码一区二区 亚洲精品亚洲人成在线观看麻豆 | 92国产精品午夜福利无毒不卡 | 少妇bbr搡bbb搡bbb | 久久亚洲人成综合网 | 欧美亚洲另类 丝袜综合网 香蕉久久夜色精品 | 黑人欧美一区二区三区4p | 在线最全导航精品福利av | 免费人成在线观看vr网站 | 最爽的乱婬视频a毛片 | 91网站在线免费看 | 婷婷在线播放 | 日日躁夜夜躁狠狠躁夜夜躁 | 免费人成激情视频在线观看冫 | 岛国av中文字幕 | 国产精品va无码二区 | 四虎国产精品成人影院 | 国产欧美日韩视频一区二区三区 | 国产精品无码专区久久久 | 91精品国产91久久综合 | 天堂а√在线最新版中文 | 97国产精品久久 | 亚洲精品一区二三区不卡 | 亚欧在线观看视频 | 91精品国产乱码久久桃 | 色午夜一av男人的天堂 | 国产精品有码 | 超碰不卡 | 青青草国产成人av片免费 | 亚洲精品视频网 | 亚洲美女视频网站 | 综合网伊人 | 亚洲成人在线免费观看 | 天堂网在线www中文 噜噜噜在线观看免费视频日本 | 99re久久资源最新地址 | 国产12页 | 久久黄色片网站 | 揉着少妇又白又大的奶 | 日韩免费看片网站 | 日韩人妻无码一区二区三区久久 | 免费乱理伦片在线观看八戒 | 中文字幕1区2区3区 8mav精品成人 | а√中文在线资源库 | 深夜av在线 | av影片在线| 男女做爰猛烈啪啪吃奶伸舌头下载 | 夜夜澡天天碰人人爱av | 久久精品国产99国产精品 | 亚洲成年人av | 五月天婷婷精品视频 | 情侣偷偷看的羞羞视频网站 | 中文字幕视频免费 | 9lporm自拍视频区论坛 | 成人免费xxxxx在线视频 | 欧美日韩视频网站 | 亚洲大色堂人在线无码 | 成人性生交大片免费看视频hd | 黑料av在线| 一区二区三区日韩 | 伊人久久精品无码麻豆一区 | 男人天堂b| 可以直接看的无码av | 久久国语| 国产亚洲精品成人av久久ww | 91免费网站入口 | 亚洲第一毛片 | 在线久久 | 亚洲成a人片在线观看无遮挡 | 东方av在线播放 | 激情av中文字幕 | 久热导航 | 波多野结av在线无码中文 | 欧美人与动牲交zooz男人 | 韩国午夜理伦三级在线观看仙踪林 | 亚洲欧美日韩国产另类电影 | 1000部免费毛片在线播放 | 欧美处交wwwvideos另类 | 亚洲国产精品尤物yw在线 | 亚洲男人第一无码av网站 | 人妻aⅴ中文字幕 | 精品国产小视频在线观看 | 亚洲中文字幕av每天更新 | 亚洲精品天堂在线 | 国产白丝一区二区三区 | 性无码一区二区三区在线观看 | 国产一区在线播放 | 色多多在线观看 | 99精品热这里只有精品 | 国产成人丝袜视频在线观看 | 国产超碰人人爽人人做人人添 | 手机av免费观看 | 超清制服丝袜无码av福利网 | 久国产精品韩国三级视频 | 久久婷婷大香萑太香蕉av人 | 精品欧美色视频网站在线观看 | 亚洲人成在线免费观看 | 国产精品爱久久久久久久小说 | www.色欧美 | 国内国外精品影片无人区 | 26uuu国产精品视频 | 午夜视频二区 | 国产成a人亚洲精品无码樱花 | 特级黄色毛片视频片子 | 亚洲国产欧美另类 | aaaaa亚洲 | 亚洲中文字幕在线无码一区二区 | 日本最大色倩网站www | 天天舔天天干天天操 | 亚洲精品tv | 日韩激情无码免费毛片 | 久久久久久久久久福利 | 狠狠做五月深爱婷婷 | 欧美色乱 | 任我爽精品视频在线播放 | 国产精品久久久久久亚洲伦 | 亚洲一区精品视频 | 婷婷五情天综123 | 天天躁夜夜躁狠狠综合 | 美女自卫视频 | 亚洲一区高清视频 | 亚洲一区区| 国产亚洲欧美一区二区三区 | 免费精品人在线二线三线 | 日韩免费无码专区精品观看 | 久久香蕉国产线看观看怡红院妓院 | 久久久久久久99 | 国产精品av一区二区三区不卡蜜 | 日韩成人在线视频 | 无码中文字幕免费一区二区三区 | eeuss日韩| 国产精品186在线观看在线播放 | 国产婷婷一区二区三区久久 | 国产av成人一区二区三区 | 五月亚洲婷婷 | 一二三区av | 欧美一区二区在线观看视频 | 久久国产精品免费 | 亚洲欧美日韩综合久久久 | 欧美黑人粗暴多交高潮水最多 | 少妇高潮zzzzzzzy一avhd | 精品热线九九精品视频 | 亚洲综合三区 | 久久精品免费一区二区 | 国产精品成人一区 | 亚洲影视大全 | 秋霞av无码观看一区二区三区 | 欧美日韩精 | 国产成人av免费在线观看 | 久热中文字幕在线精品观 | 国产精品污www在线观看 | 最新无码人妻在线不卡 | 日韩啪啪网站 | 女性向av免费网站 | 亚洲人成电影在线天堂色 | 91情侣视频 | 天天操夜夜艹 | 亚洲aⅴ天堂av天堂无码麻豆 | 色妞色综合久久夜夜 | 国产ts人妖另类 | 亚洲精品国产精品自产a区红杏吧 | 日韩精品无码久久一区二区三 | 欧美顶级深喉aaaaa片 | 日本精品国产 | 日韩精品无码免费毛片 | 国产亚洲精品久久77777 | 9999在线观看| 日日夜夜精品免费视频 | 精品久久久久久久无码人妻热 | 伊人久久一区二区 | 国产精品极品在线视频 | 成人免费视频久久 | 国产亚洲精品久久久久5区 49vv国产淫片aaaaaaa | 亚洲欧美久久久 | 夜趣福利视频导航 | 在线a亚洲老鸭窝天堂av高清 | 精品999日本久久久影院 | av在线免费播放观看 | 超碰影院在线 | 国产又黄又爽视频 | 激情国产一区二区三区四区 | 色偷偷亚洲 | 国内免费视频成人精品 | 夜夜操狠狠干 | 一区二区三区视频免费看 | 少妇被又粗又大猛烈进出播放高清 | 国产又a又黄又潮娇喘视频 精品伊人久久 | 欧美91精品久久久久国产性生爱 | www.成人av.com | 免费欧美一级 | 中文字幕无码成人免费视频 | 84pao国产成视频永久免费 | 欧美激情精品久久久久久黑人 | 一本色道久久综合一 | 四虎永久在线精品免费播放 | 狠狠婷婷色五月中文字幕 | 国产高潮在线观看 | 人妻无码中文字幕免费视频蜜桃 | 国产午夜福利在线观看红一片 | 特黄毛片视频 | 国产私人尤物无码不卡 | 无码国产精品高潮久久9 | 伊人久久久 | 蜜臀av在线无码国产 | wwwxx69| 婷婷五月综合色中文字幕 | 国产乱码人妻一区二区三区四区 | 91.com视频| 国产性色av高清在线观看 | 亚洲精品第一国产综合境外资源 | 国产精品三级av三级av三级 | 日韩免费av片 | 精品国产肉丝袜久久首页 | 另类αv欧美另类aⅴ | 日韩在线中文字幕视频 | 亚洲做受高潮欧美裸体 | 日韩欧美亚洲国产精品 | 99国产揄拍国产精品人妻 | 日韩精品在线播放视频 | 天干天干天啪啪夜爽爽av | 99精品国产成人一区二区 | 动漫美女h黄动漫在线观看 亚洲精品久久久日韩美女图片 | 蜜桃视频在线观看免费网址入口 | 中日韩在线视频 | 国产网曝门亚洲综合在线 | 欧美日韩一区二区成人午夜电影 | 色爽爽一区二区三区 | 欧美专区18 | 日韩中文字幕免费 | 久爱无码免费视频在线 | 亚洲国产精品久久精品成人网站 | 国内精品久久久久av福利秒拍 | 国产精品嫩草影院免费观看 | 91佛爷在线 | 亚洲精品无码专区在线观看 | 久久99精品久久久久久久清纯 | 依依成人综合网 | www.黄色国产 | 亚洲四区 | 国产精品视频一二区 | 尹人香蕉久久99天天拍久女久 | 91伊人久久大香线蕉蜜芽人口 | 无码国产精品一区二区免费虚拟vr | 日本高清一二三不卡区 | 国产又黄又硬又湿又黄的视 | 国产精品99久久久久人最新消息 | 黄色四虎影院 | 国产精品人妻系列21p | 久久中文一区 | 亚洲三级网 | 无码精品人妻一区二区三区人妻斩 | 午夜时刻免费入口 | 一区二区三区无码按摩精油 | 午夜九九 | 久久精品这里只有精品 | 日韩精品视频在线观看一区二区三区 | 99re伊人| 欧美乱码卡一卡二卡三新区 | 久久爱九九伊人 | 日日做夜夜爽毛片麻豆 | 中文字幕另类 | 精品精品国产欧美在线 | 国产精品久人妻精品 | 国产精品无码永久免费不卡 | 好吊色国产欧美日韩免费观看 | 国产露脸精品国产沙发 | 久久久久亚洲精品无码网址 | 出差的交换夫妇中文字幕 | 久久大香香蕉国产免费网vrr | 欧美色一区二区三区在线观看 | 色悠久久久久久久综合 | 亚洲自拍偷拍精品 | 亚洲第一天堂av | 激情小说qvod | 国产av永久无码天堂影院 | 97精品伊人久久大香线蕉 | 久久久久成人精品无码 | 国产精品欧美一区二区三区 | 少妇翘臀亚洲精品av图片 | 亚洲精品一品区二品区三品区 | 免费网站看v片在线18禁无码 | 色婷婷av一区二区三区软件 | 午夜阳光精品一区二区三区 | 永久免费无码网站在线观看 | 2022精品久久久久久中文字幕 | 久久久久久久九九九九 | 国产如狼似虎富婆找强壮黑人 | 久久这里只有精品视频9 | 国产精品国语对白 | 天堂网站 | 久久精品国产99久久6动漫亮点 | 免费观看的av毛片的网站 | 国产午夜福利视频在线观看 | 噜噜高清欧美内射短视频 | av在线不卡播放 | 亚洲午夜久久久久妓女影院 | 国产大屁股喷水视频在线观看 | 日韩 亚洲 欧美 国产 精品 | 久色中文 | 人人妻人人澡人人爽精品欧美 | 亚洲成人中文 | 日韩久久精品一区 | 成人国内精品久久久久影院vr | 中文字幕制服欧美久久一区 | 天堂在线资源最新版 | 欧美黑人狂躁日本寡妇 | 四虎影院国产精品 | 男女做aj视频免费的网站 | 2023年国产嫩草 | 成人片免费视频 | 国产精品女人呻吟在线观看 | 亚洲国产精品悠悠久久琪琪 | 18禁男女爽爽爽午夜网站免费 | 91免费看片. | 成 人影片 免费观看在线 | 午夜啊啊啊 | 天天插天天干天天操 | 欧美亚洲人成网站在线观看 | 日韩亚洲欧美一区二区三区 | 国产人妻鲁鲁一区二区 | 在线中文字幕第一页 | 一级片色| 色婷婷久久久久 | 免费无码又爽又刺激高潮的视频 | 好看的91视频 | 欧美91在线| 欧美在线激情视频 | av影音资源| 成年片色大黄全免费软件到 | 老熟女重囗味hdxx70星空 | 一边吃奶一边摸做爽视频 | 久久不见久久见免费影院www | 91免费观看视频在线 | 成人免费视频国产 | 三上悠亚日韩精品二区 | 特级西西人体444www高清大胆 | 欧美人与野鲁交xxx视频 | 国产清纯白嫩初高生在线观看性色 | 亚洲伦理99热久久 | 麻豆一区二区三区蜜桃免费 | av亚欧洲日产国码无码 | 久久精品一二三区 | 成人免费观看视频网站 | 成人一二区| 欧美国产在线看 | 国产偷国产偷亚洲清高app | 欧美成网站 | 无码三级av电影在线观看 | 亚洲国产成人精品女人久久久 | 国产一级特黄aaa大片评分 | 全部免费毛片在线播放网站 | 免费在线小视频 | 91精品国产综合久久国产大片 | 久久伊| 失禁大喷潮在线播放 | 91精品国产高潮对白 | 午夜精品成人一区二区视频 | 国产精品偷拍 | 欧美综合视频在线 | 有码一区二区三区 | 国产自在自线午夜精品 | 精品婷婷色一区二区三区 | 久久精品a亚洲国产v高清不卡 | 国产69精品久久久久999天美 | 麻花传媒mv国产免费观看视频 | 国产裸拍裸体视频在线观看 | 女人被黑人狂躁c到高潮小说 | 日韩视频在线观看 | 国产又爽又大又黄a片另类软件 | 亚洲国产成人av在线电影播放 | 天天躁日日躁狠狠躁av麻豆男男 | 欧美成人午夜在线视频 | 日韩美女在线观看 | 亚洲欧洲日产无码中文字幕 | 成人午夜网站 | 中文字幕福利片 | 午夜国产一区二区三区四区 | 成人av影音 | 国产一区内射最近更新 | 国产馆在线观看 | 日本视频久久 | 三级网站免费看 | 国产精品久久久久久亚洲影视 | 欧美群交射精内射颜射潮喷 | 美女搡bbb又爽又猛又黄www | 亚洲午夜福利精品无码不卡 | 夜夜爽8888免费视频 | 欧美国产第一页 | 成人免费av网站 | 精品人伦一区二区三区蜜桃视频 | 色网站免费在线观看 | 天天狠天天透天干天干 | 夫妻啪啪呻吟x一88av | 超碰伊人网| 午夜片无码区在线观看视频 | 国产精品综合久久 | 九色tv| 狠狠色丁香久久久婷 | 亚洲.www| 亚洲男同视频网站 | 可以免费观看的毛片 | 久久久无码精品亚洲日韩蜜桃 | 亚洲女线av影视宅男宅女天堂 | 手机看片福利视频 | 国产玖玖玖九九精品视频靠爱 | 成人性生交大片免费看中文视频 | 日日麻批免费视频播放 | 国产成人精品一区二区秒拍 | 午夜精品久久久久久久99芒果 | 国产在线观看黄 | 色综合久久一区二区三区 | 婷婷午夜影院 | 无码专区狠狠躁天天躁 | 91亚洲精品国偷拍 | 超91在线| 91视频成人免费 | 国产精品少妇酒店高潮 | 超碰66| 337p人体粉嫩久久久红粉影视 | 亚洲日本va午夜在线电影 | 久久精品爱 | 国产精品黑色丝袜久久 | 国产情侣免费在线 | 中文字幕手机在线视频 | 国产亚洲精品a片久久久 | 性色av无码不卡中文字幕 | 欧美特黄aaaaaa| 国产v综合v亚洲欧 | 久久精品日产第一区二区 | 亚洲国产精品无码久久一区二区 | 色婷婷五月综合激情中文字幕 | 一区二区欧美在线观看 | 国产乱人伦av麻豆网 | 噼里啪啦高清在线观看 | 91欧美精品成人综合在线观看 | 国产成人亚洲综合a∨猫咪 色吧五月婷婷 | 成人免费午夜性大片 | 日本久久高清一区二区三区毛片 | 亚洲视频一区在线观看 | www.com操| 日本高清www无色夜在线视频 | 亚洲自拍小说 | 日本在线视频不卡 | 无码高潮喷吹在线播放亚洲 | 久久精品女人毛片国产 | 污污污污污污www网站免费 | 九九久久精品免费观看 | 欧美极品少妇xxxxⅹ猛交 | 国产色视频网免费 | 成人av二区 | 国产精品爽爽va在线观看网站 | 中年国产丰满熟女乱子正在播放 | 艹少妇视频 | 亚洲人成小说网站色在线观看 | 男人天堂色 | 男女啪啪猛烈无遮挡猛进猛出 | 免费无码成人av在线播 | 亚洲精品久久久www 天天干天天操天天做 | 国产福利在线免费观看 | 一级视频在线免费观看 | 久久久久久久国产视频 | 豆国产96在线 | 亚洲 | 国产精品1区2区3区在线观看 | 亚洲精品中文字幕久久久久下载 | 天堂网www天堂在线中文 | 国产 精品 自在 线 女女互磨互喷水高潮les呻吟 | 桃色综合网 | 国产白嫩大乳丰满在线 | 国产男人天堂 | 青青网站 | 青草草在线视频免费观看 | 精品国产乱码久久久久久图片 | 日产精致一致六区麻豆 | 欧美特黄在线观看 | 日美韩av | 青青草伊人| 天海翼精品久久中文字幕 | 无遮挡呻吟娇喘视频免费播放 | av无码精品一区二区三区三级 | 亚洲综合成人av一区在线观看 | 一二三在线视频 | 69sex久久精品国产麻豆 | 香蕉碰碰碰| 大胆欧美gogo免费视频一二区 | 成人福利在线视频 | 国产精品高清网站 | 人妻人人做人碰人人添青青 | 成人免费视频高潮潮喷无码 | 久久久久久久久18久久久 | 黑人巨大av| 亚洲一区二区在线视频 | 97久久超碰中文字幕 | 香港三日本三级少妇三级视频 | 人人爽人人片人人片av | 日本香港三级亚洲三级 | 久九九久视频精品免费 | 97色伦97色伦国产欧美 | 欧美亚洲日本国产黑白配 | 亚洲 暴爽 av人人爽日日碰 | 亚洲精华国产精华精华液网站 | 狠狠人妻久久久久久综合蜜桃 | 国内大量揄拍人妻精品视频 | 91极品国产情侣高潮对白 | 久久伊人精品青青草原app | 精品人妻无码一区二区三区9 | 最新中文av| 国产免费不卡午夜福利在线 | 亚洲日韩精品无码一区二区三区 | 四虎亚洲国产成人久久精品 | 成人有码 | 日日噜噜夜夜狠狠视频免费 | 国产日本欧美在线观看 | 免费无码又爽又刺激毛片 | 亚洲最新版av无码中文字幕一区 | 麻豆国产丝袜白领秘书在线观看 | 青青草视频免费 | 操比影院 | 国产精品午夜无码av体验区 | 久久97精品国产96久久小草 | 国产精品久久久久高潮 | 国产边摸边吃奶边叫做激情视频 | 久久av色欲av久久蜜桃网 | 亚洲精品无码ma在线观看 | 午夜精品一区二区三区在线视频 | 捏胸吃奶吻胸免费视频大软件 | 日日射射 | 大乳丰满人妻中文字幕日本电影 | 乱码精品国产成人观看免费 | 九九热在线观看 | 国产成人a亚洲精品 | 女人下边被添全过视频的网址 | 国产精品视频色尤物yw | 亚洲最新黄色网址 | 国产精品一品二区三区的使用体验 | 国内偷拍精品视频 | 久久国产精品视频 | 高潮爽死抽搐白浆gif视频 | 麻豆国产91在线播放 | 亚洲国产精品无码久久久蜜芽 | 520av在线 | 日本丰满熟妇videos | 蜜芽av无码精品国产午夜 | 日本美女a级片 | 午夜视频一区 | 国产麻豆一区二区 | tickle双乳美女一丨vk | 亚洲一区二区视频在线观看 | 午夜少妇福利视频 | 欧美大片在线看 | 国产成人精品亚洲777 | 成人在线亚洲 | 秋霞影院午夜伦a片欧美 | 久久天天躁夜夜躁狠狠ds005 | 久草视频免费在线观看 | 国产日产韩国精品视频 | 日韩欧美高清dvd碟片 | 手机成人在线视频 | 亚洲最大av资源站无码av网址 | 欧美理论在线观看 | 成人亚洲天堂 | 亚洲精品入口一区二区乱麻豆精品 | 丰满人妻一区二区三区视频53 | 日不卡| 久久九九久久九九 | 国产人澡人澡澡澡人碰视频 | 亚州av久久精品美女模特图片 | 国产一在线精品一区在线观看 | 影音先锋熟女少妇av资源 | porn亚洲| 中文字幕亚洲男人的天堂网络 | 熟女人妻aⅴ一区二区三区60路 | 欧美亚洲国产成人一区二区三区 | 超清无码波多野吉衣中文 | 色翁荡息又大又硬又粗视频 | 乱老年女人伦免费视频 | 中文字幕乱码熟妇五十中出色欲 | 国产精品久久天天躁 | 婷婷伊人五月天 | 国产亚洲成av人片在线观看桃 | 伊人色综合久久久天天蜜桃 | 国产成人av网站 | 国产一区二区三区精品毛片 | 无码av波多野结衣久久 | 伊人久久在线 | 国产成人精品国内自产拍免费看 | 天天在线综合 | 亚洲一码二码三码精华液 | 亚洲男人电影天堂无码 | 激情av在线播放 | 午夜影院免费 | 91tv永久入口 | 无码人妻丝袜视频在线播免费 | 一本一道色欲综合网中文字幕 | 污污视频在线观看网站 | 久久五| 日本高清免费的不卡视频 | 欧美肥富婆丰满xxxxx | 国产在线一二三区 | 亚洲精品卡一卡2卡3卡4卡 | 苍井空一区二区波多野结衣av | 动漫一品二品精区在线 | 亚洲精品无码av专区最新 | 国产伦子伦对白在线播放观看 | 国产精选视频 | 八区精品色欲人妻综合网 | 日韩中字幕 | 国产精品99久久久久的智能播放 | 亚洲午夜伦理 | 夜夜躁狠狠躁日日躁2024 | 最新日韩精品中文字幕 | 欧美精品久久久久久久久大尺度 | 黑白配在线观看免费观看 | 免费又黄又粗又爽大片69 | 久草中文在线 | 国产亚洲精品资源在线26u | 国产情侣真实54分钟在线 | 亚洲一级黄色片 | 亚洲天堂网一区二区 | 日韩激情小视频 | 亚洲性夜色噜噜噜在线观看不卡 | 国产在线无码一区二区三区视频 | 国产丝袜无码一区二区视频 | 亚洲va综合va国产产va中文 | 日韩欧美小视频 | 最新啪啪网站 | 在线精品国产一区二区三区88 | 伊人亚洲大杳蕉色无码 | 三级精品视频 | 欧美日韩亚洲中文字幕一区二区三区 | 中文字幕一区日韩精品 | 亚洲国产成人高清影视 | 9uu在线观看 | 波多野结衣久久精品 | 看免费的无码区特aa毛片 | 日韩在线精品 | 国产乱码精品一区二区三区不卡 | 国产精品久久久久秋霞鲁丝 | 亚洲视频大全 | 久久99热只有频精品6国语 | 中国少妇初尝黑人巨高清 | 最新亚洲人成无码www | 五十路熟女丰满大屁股 | 亚洲一区波多野结衣在线app | 亚洲乱码av中文一区二区软件 | 亚洲成年人影院 | 天堂中文在线观看视频 | 国产成视频在线观看 | 亚洲一区在线播放 | 精品成人免费国产片 | 欧美国产亚洲精品 | 无遮挡边吃摸边吃奶边做 | 呦姣小u女国产精品 | 国产一区视频网站 | 天天爱天天操 | 呦姣小u女国产精品 | 男人天堂视频网 | 欧美变态口味重另类在线视频 | 天堂国产欧美一区二区三区 | 日韩欧美亚洲精品 | 一本一道久久a久久精品综合 | 国内老熟妇对白xxxxhd | 又粗又黄又硬又爽的免费视频 | 精品国产一区二区三区四区阿崩 | 国产对白videos麻豆高潮 | 中文字幕在线不卡视频 | 免费网禁国产you女网站下载 | 中文字幕在线不卡一区二区 | 人妖ts福利视频一二三区 | 无遮挡aaaaa大片免费看 | 丰满少妇av无码区 | 韩国三级中文字幕hd久久精品 | 日韩av无码一区二区三区不卡 | 国产乱人伦偷精品视频免 | 国产亚洲精品无码成人 | 综合在线视频精品专区 | 自拍偷拍亚洲 | 精品9e精品视频在线观看 | 伊人狼人综合 | 在线视频免费观看 | 黄色一级片在线 | 精品国精品国产自在久国产不卡 | 亚洲免费a | 亚洲欧洲无码av一区二区三区 | 国产精品女教师av久久 | 一 级 黄 色 片免费网站 | 亚洲 欧美 制服 另类 日韩 | 美腿制服丝袜国产亚洲 | 国产午夜毛片 | 乱色精品无码一区二区国产盗 | 欧美精品一区二区久久久 | 一二三四视频在线观看日本 | 亚洲乱码一区二区三区三上悠亚 | 怡红院av久久久久久久 | 美女日日日 | 免费黄色片视频网站 | 久久www人成免费产片 | 色婷婷五月综合欧美图片 | 综合五月| 欧美日韩亚洲激情 | 亚洲免费综合色在线视频 | 视频黄色片 | 久久久久久久久99精品大 | 伊人亚洲综合网色 | 国产十八禁啪啦拍无遮拦视频 | 亚洲视频天堂 | 真人二十三式性视频(动) | 加勒比色老久久爱综合网 | 国产在线视频第一页 | 久久精品天堂 | 国产精品av一区二区 | 精品国产粉嫩内射白浆内射双马尾 | 色播综合网 | 成人激情在线播放 | 免费毛片全部不收费的 | 久久中文字幕在线观看 | 国产良家自拍 | www.xxxx欧美 | 国产精品无码久久综合 | 国产成人久久精品av | 日本人又黄又爽又大又色 | 亚洲精品欧美精品日韩精品 | 91露脸的极品国产系列 | 亚洲国精产品一二二线 | 日本不卡视频一区二区 | 欧美精品v国产精品v日韩精品 | 免费看欧美中韩毛片影院 | 性xxxx欧美老妇胖老太性多毛 | 国产亚洲精品久久久97蜜臀 | 无码av高潮喷水无码专区线 | 国产成人精品无缓存在线播放 | 全免费a级毛片 | 欧美精品一区二区三区在线播放 | 男人添女人下部高潮全视频 | 国产白丝精品爽爽久久蜜臀 | 国产精品一区二区 尿失禁 国产一视频 | 日产精品久久 | 久久99激情 | 亚洲女女女同性video | 性av盈盈无码天堂 | 日日日日日日bbbbb视频 | 日本在线高清 | 97免费观看视频 | 亚洲国产精品第一区二区三区 | 伊伊人成亚洲综合人网香 | 福利一区二区在线 | 人妻无码不卡中文字幕在线视频 | 日韩欧美午夜 | 国产免费网站看v片在线无遮挡 | 18禁黄网站禁片免费观看国产 | 日韩精品人妻系列无码专区 | 成人涩涩网 | 一级片aaa | 色悠久 | 久久久亚洲国产 | www.国产精品视频 | 日韩a∨精品日韩在线观看 偷拍亚洲视频 | 国产aaaa毛片 | 国产成人鲁鲁免费视频a | 成人午夜精品无码一区二区三区 | 久久96国产精品久久久 | 成人一区二区三区四区 | 午夜av免费| 在线精品动漫一区二区无码 | 97精品国产97久久久久久久久久久久 | 色视频无码专区在线观看 | 少妇高潮久久久久久软件 | 91啦视频| 精品无码久久久久国产电影 | 果冻传媒少妇借种av剧情在线 | 国产精品成人午夜电影 | 久久婷婷av | 久久免费精品 | 亚洲 欧美 日韩 综合aⅴ | 国产超91 | 色欲狠狠躁天天躁无码中文字幕 | 国产女厕偷窥系列在线视频 | 欧美日韩精品一区二区三区高清视频 | 精品日产卡一卡二卡三入口 | 日本一码二码三码在线 | 亚洲国色天香卡2卡3卡4 | 正在播放大战肉丝少妇 | 欧洲精品卡一卡二卡三 | 99国产精品入口 | 免费1级做爰片在线观看爱 日本精品三级 | 亚洲国产精品999久久久婷婷 | 2020狠狠狠狠久久免费观看 | www.av免费 | 老司机精品导航 | 国产精选中文字幕 | 夜夜爽妓女8888888视频 | 欧美性猛交性大交 | 五月激情丁香 | 日韩女优在线播放 | 亚洲精品久久久久久中文字幕 | 国产视频在线播放 | 97人妻熟女成人免费视频 | 五月婷婷网站 | 楼下的房客 在线 | 欧洲免费毛片 | 看黄网站在线观看 | 国产免费人做人爱午夜视频 | 天天躁夜夜躁av天天爽 | 最新的国产成人精品2020 | 国产精品午夜8888 | 永久黄网站色视频免费看 | 亚洲中文字幕无码爆乳app | 三级av网站 | 一区免费 | 久久av激情| 99国产精品久久久久久久成人 | 国产亚洲精品久久77777 | 久一蜜臀av亚洲一区 | 香蕉视频在线网址 | 中文无码热在线视频 | 永久免费观看片现看 | 变态拳头交视频一区二区 | 潮喷失禁大喷水无码 | 久久黄网| 国产一卡二卡四卡无卡免费 | 国产成在线观看免费视频密 | 一区二区在线 | 欧洲 | 免费av在线播放 | 亚洲精品无码av中文字幕电影网站 | 国产精品天天在线午夜更新 | 欧美在线视频免费观看 | www.狠狠色 | 老子影院午夜伦不卡无码 | 99福利视频| 欧美性视频精品 | 国产精品第72页 | 狠狠色综合久久婷婷色天使 | 亚洲精品aa片在线观看国产 | 国产精品久久久久久久久久免费看 | 久久888 | 免费天堂av| 欧美精品性视频 | 中文字幕日韩伦理 | 青青草国产成人久久电影 | 丝袜av在线播放 | 国产午夜视频 | 无码人妻一区二区三区麻豆 | 日本xxxx高清色视频 | 亚洲精品久久久日韩美女图片 | 欧美肥老太牲交视频 | 免费在线观看av网站 | 亚洲国产精品成人久久 | 免费1级做爰片在线观看爱 日本精品三级 | 国产成人福利av综合导航 | 精品国产杨幂在线观看 | 黄色片在线 | 一本大道东京热无码视频 | 久久97超碰| 亚洲国产精品精华液ab | 国产成人精品日本亚洲77美色 | cao久久| 中文字幕天天躁日日躁狠狠躁免费 | 国产亚洲精品久久精品69 | www视频在线观看免费 | 日日操视频| 精品久久a | 意大利复古贵妇性xxxx | 日韩高清精品免费观看 | 久久午夜影院 | 国产麻豆精品传媒av国产 | 国产超碰人人爽人人做人人添 | 中文字幕乱码中文乱码51精品 | 欧美国产激情一区二区在线 | 四川妇女偷人毛片大全 | 无码人妻精品一区二区三区9厂 | 91porn国产成人 | 九色视频自拍 | 黄色毛片子| 久久久福利 | 亚洲国产一区二区在线观看 | 亚洲一区在线视频观看 | 日本精品一区二区三区在线播放视频 | 国产精品女同一区二区久久夜 | 天天躁夜夜躁狠狠躁2021牛牛 | 日韩免费无码一区二区三区 | 久久久久久久国产视频 | 久久久久亚洲精品男人的天堂 | 欧美激情性做爰免费视频 | 国产chinese精品av| 亚洲伦理99热久久 | 男女做爰猛烈啪啪吃奶伸舌头下载 | 国产96色在线 | 国 | 亚洲精品无码专区久久同性男 | 97超碰国产精品最新 | 免费观看美女用震蛋喷水的视频 | 国产精品高潮呻吟久久影视a片 | 香蕉久久精品 | 欧美日韩乱国产 | 夜夜国产亚洲视频香蕉 | 亚洲国产另类久久久精品性 | 大香伊人中文字幕精品 | 夜夜夜高潮夜夜爽夜夜爰爰 | 夜夜操夜夜骑 | 一本久道久久综合狠狠爱 | av片在线观看网站 | 日日麻批免费40分钟无码 | 久久精品波多野结衣 | 农民人伦一区二区三区剧情简介 | 久久久人成影片一区二区三区 | 无翼乌工口全彩肉肉无遮挡18 | 在线综合亚洲欧美日韩 | 天天拍夜夜| 天天看天天干 | 自拍偷自拍亚洲精品偷一 | 我想看一级黄色大片 | 免费网站看sm调教视频 | 四虎网站在线观看 | 天堂网在线www中文 噜噜噜在线观看免费视频日本 | 人妻巨大乳一二三区 | av中文字幕不卡 | 亚洲精品无码专区久久同性男 | 青青国产线免观 | 果冻传媒色av国产在线播放 | 嫩草研究院av | 久久精品国产亚洲一区二区三区 | 国产福利高颜值在线观看 | 亚洲区激情区无码区日韩区 | 欧美片免费网站 | 日韩人妻少妇一区二区三区 | 日本中文字幕有码在线视频 | 国产精品第一区揄拍无码 | 免费观看黄网站在线播放 | 午夜色网| 色一情一乱一伦一区二区三区 | 韩国毛片视频 | 欧美人与牲动交xxxx | 国产精品久久久久久久久久软件 | 亚洲一区欧美精品 | 色视频综合无码一区二区三区 | 国产人成无码视频在线1000 | 欧美一卡2卡3卡4卡新区在线 | 日韩中文字幕成人免费视频 | av高清一区 | 欧美丰满熟妇bbb久久久 | 在线看片免费人成视频大全 | 热99re6久精品国产首页青柠 | 依人在线 | 日韩精品无码免费一区二区三区 | 黄色一级视频 | 成人美女黄网站色大色费全看 | 国产97人人超碰caoprom | 成人自拍视频 | 91视频合集 | 夜晚被公侵犯的人妻深田字幕 | 日韩黄色影片 | 精品国产午夜福利在线观看 | 青青草成人av | 一本大道精品视频在线 | 久久精品亚洲一区二区三区画质 | 国产女同疯狂作爱系列2 | 国产成人无码一区二区在线播放 | 日韩 国产 一区 | 性色av无码一区二区三区人妻 | 在线亚洲高清揄拍自拍一品区 | 亚洲娇小与黑人巨大交 | 久久久久久久久18久久久 | 欧美成人精品高清在线观看 | 久国产视频 | 伊人久久亚洲精品一区 | 亚洲熟妇中文字幕曰产无码 | 欧洲美女毛片 | av观看网站 | 日产中文字幕在线精品一区 | 风韵人妻丰满熟妇老熟女 | 亚洲视频第一页 | 夜夜躁狠狠躁日日躁2024 | 少妇被粗大的猛烈进出视频 | 天天干夜夜撸 | 夜夜爱夜鲁夜鲁很鲁 | 99国内精品久久久久久久夜夜嗨 | 九九九国产精品九九九九 | 老女人色黄大片 | 午夜无码片在线观看影院y 国产做爰免费观看视频 | 欧美在线一级视频 | 欧美另类变人与禽xxxxx | 男女啪啪猛烈无遮挡猛进猛出 | 国产对白农村老女人性视频对话 | 久久婷五月综合 | 国产午夜福利在线机视频 | 古代公妇乱h高h | 亚洲国产欧美国产综合一区 | 亚洲国产人成在线观看69网站 | 潘金莲一级淫片aaaaa | 成在人线av无码免费看网站直播 | 91玉足脚交白嫩脚丫在线播放 | av观看网 | 精品欧美一区二区精品久久小说 | 日韩h在线 | 国产人成看黄久久久久久久久 | 小明永久2015xxx免费看视频 | 亚洲午夜久久久精品影院 | 国产顶级熟妇高潮xxxxx | 国产ts惠奈酱群妖互玩 | 国产青青 | 日本欧美精品 | 欧洲lv尺码大精品久久久 | 蜜臀av夜夜澡人人爽人人 | 欧美专区亚洲专区 | 午夜伦4480yy私人影院久久 | 亚洲第一区在线 | 国产麻豆乱子伦午夜视频观看 | 国产又色又爽又黄好看视频 | 日本日本乱码伦专区 | 国产99久9在线视频 | 传媒 | 免费看美女网站入口在线观看 | 免费看亚洲 | 女性向av免费网站 | 激情噜噜| 久久久www. | 小色综合 | 日日摸夜夜添狠狠添久久精品成人 | 久久草在线观看视频 | 人妻系列无码专区久久五月天 | 快灬快灬一下爽69xx免费 | 免费一区二区三区 | 99久久久久久99国产精品免 | 日本黄色免费看 | 天天操天天干天天 | 久久久久久成人 | 精品黑人一区二区三区久久 | 中文字幕一区二 | 中国少妇xxxx做受18 | 成人欧美日韩一区二区三区 | 亚洲日韩乱码中文无码蜜桃臀网站 | 亚洲成人网在线观看 | 国产又黄又硬又湿又黄的故事 | 色婷婷一区二区三区免费 | 撕开奶罩揉吮奶头高潮av | 国产一区二区日本欧美精品久久久 | 欧美一性一交 | 欧美成人www免费全部网站 | 亚洲精品麻豆 | 一本丁香综合久久久久不卡网站 | 五月天婷婷色综合 | 好吊色国产欧美日韩免费观看 | 亚洲女人的天堂www 久久永久免费人妻精品 | 成人免费无码大片a毛片 | 国产色视频网站免费 | 成人网色| 亚洲成品网站源码中国有限公司 | 四虎国产精品免费久久5151 | 久久成人在线 | 漂亮人妻去按摩被按中出 | 亚洲第二色 | 久久婷婷日日澡天天添 | 国产人久久人人人人爽 | 亚洲欧美狂白浆一区二区 | 伊人免费观看 | 粉嫩av一区二区白浆 | 爽天天天天天天天 | 亚洲熟妇少妇任你躁在线观看 | 亚洲小说少妇区图片 | 少妇内射兰兰久久 | 成人羞羞国产免费图片 | 粗大猛烈进出高潮视频 | 中文字幕一区二区在线视频 | 久草视频福利 | 一群黑人大战亚裔女在线播放 | 中产乱码中文在线观看免费软件 | 久久精品国产久精国产一老狼 | 久久久久琪琪去精品色一到本 | 欧美aaa大片| 国产a∨国片精品白丝美女视频 | 性色欲情网站iwww | 人妻精品动漫h无码专区 | 亚洲综合色av | 国产精华xxx | 欧美大片免费高清观看 | 二区视频在线观看 | 中国少妇乱子伦视频播放 | 综合中文字幕 | 狠狠色婷婷久久综合频道日韩 | 亚洲永久网址在线观看 | 成人国产精品一区二区视频 | 伊人avav | 91av在线免费播放 | 亚洲欧美日韩一级 | 久久久久无码精品国产人妻无码 | 久久久久久午夜成人影院 | 中文字幕第一区综合 | 无码高潮少妇多水多毛 | 国产无遮挡免费真人视频在线观看 | 国模小婕私拍鲜嫩玉门 | 亚洲欧美综合视频 | 亚洲伊人成无码综合影院 | 欧美国产在线一区 | 制服久久 | 欧美在线视频免费播放 | 久久精品99久久香蕉国产 | 右手影院亚洲欧美 | 伊人99在线 | aa视频免费在线观看 | av天堂久久天堂av | 欧美性猛交╳xxx富婆 | 欧美日批片 | 成年人黄色 | 在线 | 麻豆国产传媒61国产免费 | 午夜福利国产精品久久 | 国产aa大片| 99视频热 | 久久久久久国产精品mv | 免费无码黄网站在线看 | av网站在线免费看 | 国内黄色精品 | 天天操天天操天天 | q欧美性猛交xxx7乱大交 | 成人精品三级av在线看 | 中文字幕人妻熟女人妻洋洋 | 黑人巨茎精品欧美一区二区 | 中文精品无码中文字幕无码专区 | 天天狠天天天天透在线 | 日日综合网 | 国产精品99久久99久久久动漫 | 国产一级二级av | 久久这里只精品国产免费99热4 | 国产精品国产三级国产普通话99 | 37人体做爰久久久久久 | 精品九九视频 | 国产福利一区二区三区在线观看 | 免费观看黄a片在线观看 | 三上悠亚福利一区二区 | 新疆美女69精品视频在线播放 | 国产无遮挡无码很黄很污很刺激 | 国产亚洲精品久久久久久小舞 | 1024最新网址| 成人久久久久久 | 调教重口xx区一精品网站 | 日本视频高清一道一区 | 天天婷婷| 国产情侣作爱视频免费观看 | 国产午夜a理论毛片 | 成人亚洲欧美一区二区 | 亚洲国产日韩视频观看 | 中文字幕在线观看网 | 大肉大捧一进一出好爽 | 大唐艳妇臀荡乳欲伦小说 | 久久99草| 欧美色交 | 美女视频黄免费 | 无码中文av有码中文av | 祥仔av免费一区二区三区四区 | 中文字幕一区二区三区第十负 | 搞av.com| 欧美 亚洲 视频 | 伊人影院在线观看 | 在线观看不卡的av |