在64位Windows7操作系统上安装和配置MySql数据库系统。
一、mysql5.7.11 winx64安装配置方法
步骤:
1、官网下载MySQL数据库和驱动程序(Windows):mysql-5.7.11-winx64.zip
2、创建数据库配置文件:my.ini
Example:
1.解压压缩包至:D:\Program Files
2.创建 D:\Program Files\mysql-5.7.11-winx64\my.ini 配置文件
3、初始化和启动Mysql服务:
1.以管理员权限运行cmd
2.进入mysql的bin下
3.初始化,生成data文件夹
>mysqld --initialize-insecure (不设置root密码,建议使用)
>mysqld --initialize (生成一个随机的root密码)
3.安装MySql服务
>mysqld -install
4.启动mysql
>net start mysql
4、登陆mysql
>mysql -u root -p
第一次登录时无需密码直接回车登录
登录mysql之后,设置root密码
>set password for root@localhost = password('YourPassword');
或者使用mysqlamdin修改root密码
>mysqladmin -u root -p password NewPassword
二、简单的数据库操作和测试
1、以管理员权限运行cmd,进入程序所在目录,启动Mysql服务
2、数据库操作
show databases; //所有数据库列表 create database dbName; //创建数据库 use dbName; //选择数据库 show tables; //显示数据表列表
3、查看数据表中的条目
desc tableName; describe tableName; show columns from tableName; show create table tableName;
4、清空数据表中所有条目:
truncate table 表名; //清空全部数据,不写日志,不可恢复,速度极快
delete from 表名; //清空全部数据,写日志,数据可恢复,速度慢
以上就是mysql5.7.11 winx64安装配置方法图文教程_MySQL的内容,更多相关内容请关注PHP中文网(www.php.cn)!

从零开始学习Pygame:完整的安装和配置教程,需要具体代码示例引言:Pygame是一个使用Python编程语言开发的开源游戏开发库,它提供了丰富的功能和工具,使得开发者可以轻松创建各种类型的游戏。本文将带您从零开始学习Pygame,并提供完整的安装和配置教程,以及具体的代码示例,让您快速入门。第一部分:安装Python和Pygame首先,确保您的计算机上已

PyCharm社区版是一款非常强大且广泛使用的Python集成开发环境(IDE),它提供了丰富的功能和工具,帮助开发者提高效率。本文将为大家提供一份详细的PyCharm社区版安装教程,无论您是否有编程经验,都可以轻松地安装和配置PyCharm。一、下载PyCharm社区版首先,我们需要下载PyCharm社区版的安装包。您可以访问JetBrains官方网站(h

Flask安装配置全攻略:轻松掌握PythonWeb开发的基石引言:随着Python的快速发展,越来越多的开发者开始关注PythonWeb开发。在PythonWeb开发中,Flask作为一种轻量级的Web框架,受到了广大开发者的喜爱。本文将为大家介绍Flask的安装与配置过程,并提供具体的代码示例,帮助大家轻松掌握PythonWeb开发的基石。一、环境

轻松上手:UbuntuVNC安装和配置指南导语:Ubuntu是一款功能强大且广受欢迎的操作系统,VNC则是一种远程桌面协议,可以使用户通过网络控制远程计算机。本文将带你详细了解Ubuntu系统中VNC的安装和配置过程,包括具体代码示例。第一步:安装VNCServer打开终端(Terminal),输入以下命令以安装VNCServer:sudoapt-g

从零开始:Java虚拟机安装及配置详解【导语】Java是一种跨平台的编程语言,其执行平台依赖于Java虚拟机(JavaVirtualMachine,JVM)。通过安装和配置Java虚拟机,你可以在不同的操作系统上运行Java程序。本文将带你从零开始,详细介绍如何安装和配置Java虚拟机,以及提供一些常用的Java代码示例。让我们开始学习吧!【第一部分:J

Golang新手指南:Mac系统下安装和配置全攻略Go语言(又称Golang)是一种由Google开发的开源编程语言,它具有快速编译、高效执行和轻量级的特点,适合用于构建高性能的应用程序。本篇文章将为Mac系统下的Golang新手提供详细的安装和配置指南,帮助他们轻松入门这门新兴的编程语言。1.安装Golang步骤一:下载Golang安装包首先,打开官方网

一步步教你在Ubuntu上安装配置golang,需要具体代码示例在计算机编程领域,Golang是近年来备受关注的一门编程语言。它简洁、高效、并发性能优异,因此受到了越来越多的开发者的青睐。在本文中,我们将一步步教你如何在Ubuntu操作系统上安装和配置Golang,并提供一些实际的代码示例供你练习。第一步,安装Golang。为了在Ubuntu上安装Golan

安装设置下载tar包:wget-chttp://download.redis.io/releases/redis-3.2.4.tar.gz解压安装tarzxvfredis-3.2.4.tar.gzmkdir/usr/local/redismakePREFIX=/usr/local/redisinstall设置环境变量vim/etc/profileexportREDIS_HOME=/usr/local/redisexportPATH=$PATH:$REDIS_HOME/bin:wqsource/e


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

DVWA
Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

Atom editor mac version download
The most popular open source editor

SecLists
SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

Dreamweaver Mac version
Visual web development tools

Zend Studio 13.0.1
Powerful PHP integrated development environment
