mysql安装问题

mysql安装问题

老师你好,我在安装mysql时,有几个如图所示的部分没有装上,也不能选中

http://img1.sycdn.imooc.com//climg/5e100121090b79e100000000.jpg

后来,在test connection的时候,连接不上,请问是第一张图片导致的问题吗?hostname是在命令行窗口里查出来的,root密码也是刚刚设置好的,没问题的


http://img1.sycdn.imooc.com//climg/5e1001c20963ddaa16490856.jpg

正在回答

登陆购买课程后可参与讨论,去登陆

8回答

同学你好,建议同学使用明文密码登录试试,命令如下:

mysql -uroot -p!p+iCIA/G68d

注意符号也要写,并且是英文状态下的符号,大小写也要区分。

祝:学习愉快~

提问者 不想睡觉的橘子君 2020-01-04 19:02:31

好像设置成功了,明文的密码是可以的~

http://img1.sycdn.imooc.com//climg/5e1070b409c2f49010980440.jpg

  • 这说明同学的mysql已经安装好了,加油!祝学习愉快~
    2020-01-05 09:50:27
提问者 不想睡觉的橘子君 2020-01-04 18:29:48
好帮手慕阿满 2020-01-04 17:43:56

同学你好,建议同学使用解压缩的方式安装MySQL再试试,参考如下教辅:

http://img1.sycdn.imooc.com//climg/5e105e57094f535903680049.jpg

祝:学习愉快~

  • 老师你好,按您的方法MySQL已经安装成功并启动了服务,但是输入默认的密码会提示拒绝访问
    2020-01-04 18:29:27
提问者 不想睡觉的橘子君 2020-01-04 17:26:23

电脑的名字改成了 localhost,不过还是会出现问题,显示有三个问题需要重新配置。

http://img1.sycdn.imooc.com//climg/5e10594d0910cc8b11760842.jpg

第一个问题,进去之后是这样的

http://img1.sycdn.imooc.com//climg/5e10598909980d7806770498.jpg具体信息如下:

有关调用实时(JIT)调试而不是此对话框的详细信息,

请参见此消息的结尾。


************** 异常文本 **************

System.ArgumentException: 路径中具有非法字符。

   在 System.Security.Permissions.FileIOPermission.EmulateFileIOPermissionChecks(String fullPath)

   在 System.Security.Permissions.FileIOPermission.QuickDemand(FileIOPermissionAccess access, String fullPath, Boolean checkForDuplicates, Boolean needFullPath)

   在 System.IO.FileInfo.Init(String fileName, Boolean checkHost)

   在 MySql.Installer.Plugins.Server.ServerErrorLog..ctor(String filePath, List`1 logLines)

   在 MySql.Installer.Plugins.Server.LocalServerInstance.StartInstanceAsProcessWithExtendedStatus(String additionalOptions, Boolean connectionsWaitReportStatus)

   在 MySql.Installer.Plugins.Server.LocalServerInstance.CanConnect(ServerConfigurationController controller, String passwordOverride, Boolean useOldSettings)

   在 MySql.Installer.Plugins.Server.ServerConfigUserAccountsPage.PasswordCheckButton_Click(Object sender, EventArgs e)

   在 System.Windows.Forms.Control.OnClick(EventArgs e)

   在 System.Windows.Forms.Button.OnClick(EventArgs e)

   在 System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)

   在 System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)

   在 System.Windows.Forms.Control.WndProc(Message& m)

   在 System.Windows.Forms.ButtonBase.WndProc(Message& m)

   在 System.Windows.Forms.Button.WndProc(Message& m)

   在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)



************** 已加载的程序集 **************

mscorlib

    程序集版本:4.0.0.0

    Win32 版本:4.8.4075.0 built by: NET48REL1LAST

    基本代码:file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll

----------------------------------------

MySQLInstaller

    程序集版本:1.4.31.0

    Win32 版本:1.4.31.0

    基本代码:file:///C:/Program%20Files%20(x86)/MySQL/MySQL%20Installer%20for%20Windows/MySQLInstaller.exe

----------------------------------------

System.Windows.Forms

    程序集版本:4.0.0.0

    Win32 版本:4.8.4042.0 built by: NET48REL1LAST_C

    基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll

----------------------------------------

System

    程序集版本:4.0.0.0

    Win32 版本:4.8.4001.0 built by: NET48REL1LAST_C

    基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll

----------------------------------------

System.Drawing

    程序集版本:4.0.0.0

    Win32 版本:4.8.3761.0 built by: NET48REL1

    基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll

----------------------------------------

MySQLInstaller.Core

    程序集版本:1.4.31.0

    Win32 版本:1.4.31.0

    基本代码:file:///C:/Program%20Files%20(x86)/MySQL/MySQL%20Installer%20for%20Windows/MySQLInstaller.Core.DLL

----------------------------------------

System.Core

    程序集版本:4.0.0.0

    Win32 版本:4.8.4075.0 built by: NET48REL1LAST

    基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll

----------------------------------------

MySQL.Utility

    程序集版本:8.18.0.0

    Win32 版本:8.18.0

    基本代码:file:///C:/Program%20Files%20(x86)/MySQL/MySQL%20Installer%20for%20Windows/MySQL.Utility.DLL

----------------------------------------

System.Configuration

    程序集版本:4.0.0.0

    Win32 版本:4.8.3761.0 built by: NET48REL1

    基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll

----------------------------------------

System.Xml

    程序集版本:4.0.0.0

    Win32 版本:4.8.3761.0 built by: NET48REL1

    基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll

----------------------------------------

Microsoft.GeneratedCode

    程序集版本:1.0.0.0

    Win32 版本:4.8.3761.0 built by: NET48REL1

    基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll

----------------------------------------

Microsoft.GeneratedCode

    程序集版本:1.0.0.0

    Win32 版本:4.8.3761.0 built by: NET48REL1

    基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll

----------------------------------------

Microsoft.GeneratedCode

    程序集版本:1.0.0.0

    Win32 版本:4.8.3761.0 built by: NET48REL1

    基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll

----------------------------------------

mscorlib.resources

    程序集版本:4.0.0.0

    Win32 版本:4.8.3761.0 built by: NET48REL1

    基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/mscorlib.resources/v4.0_4.0.0.0_zh-Hans_b77a5c561934e089/mscorlib.resources.dll

----------------------------------------

Microsoft.GeneratedCode

    程序集版本:1.0.0.0

    Win32 版本:4.8.3761.0 built by: NET48REL1

    基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll

----------------------------------------

System.Data

    程序集版本:4.0.0.0

    Win32 版本:4.8.3761.0 built by: NET48REL1

    基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_64/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll

----------------------------------------

StandardPlugins

    程序集版本:1.4.31.0

    Win32 版本:1.4.31.0

    基本代码:file:///C:/Program%20Files%20(x86)/MySQL/MySQL%20Installer%20for%20Windows/StandardPlugins.DLL

----------------------------------------

MySql.Data

    程序集版本:8.0.18.0

    Win32 版本:8.0.18.0

    基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/MySql.Data/v4.0_8.0.18.0__c5687fc88969c44d/MySql.Data.dll

----------------------------------------

System.ServiceProcess

    程序集版本:4.0.0.0

    Win32 版本:4.8.3761.0 built by: NET48REL1

    基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.ServiceProcess/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.ServiceProcess.dll

----------------------------------------

Microsoft.GeneratedCode

    程序集版本:1.0.0.0

    Win32 版本:4.8.3761.0 built by: NET48REL1

    基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll

----------------------------------------

System.Management

    程序集版本:4.0.0.0

    Win32 版本:4.8.3761.0 built by: NET48REL1

    基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Management/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Management.dll

----------------------------------------

Microsoft.VisualBasic

    程序集版本:10.0.0.0

    Win32 版本:14.8.3761.0 built by: NET48REL1

    基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll

----------------------------------------

CustomMarshalers

    程序集版本:4.0.0.0

    Win32 版本:4.8.3761.0 built by: NET48REL1

    基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_64/CustomMarshalers/v4.0_4.0.0.0__b03f5f7f11d50a3a/CustomMarshalers.dll

----------------------------------------

Microsoft.GeneratedCode

    程序集版本:1.0.0.0

    Win32 版本:4.8.3761.0 built by: NET48REL1

    基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll

----------------------------------------

System.Windows.Forms.resources

    程序集版本:4.0.0.0

    Win32 版本:4.8.3761.0 built by: NET48REL1

    基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms.resources/v4.0_4.0.0.0_zh-Hans_b77a5c561934e089/System.Windows.Forms.resources.dll

----------------------------------------


************** JIT 调试 **************

要启用实时(JIT)调试,

该应用程序或计算机的 .config 文件(machine.config)的 system.windows.forms 节中必须设置

jitDebugging 值。

编译应用程序时还必须启用

调试。


例如:


<configuration>

    <system.windows.forms jitDebugging="true" />

</configuration>


启用 JIT 调试后,任何未经处理的异常

都将被发送到在此计算机上注册的 JIT 调试程序,

而不是由此对话框处理。

--------------------------

如果点击继续的话,就会一直处于等待状态。

而第二个需要重新配置的问题,电脑重命名为localhost没有作用,还是会检测不到连接

好帮手慕阿满 2020-01-04 16:18:09

抱歉同学,周末问答回复稍微迟一些,请稍微谅解。

关于同学的问题,如下信息提示是指不能连接MySQL,服务已经关闭或者无法访问主机。

http://img1.sycdn.imooc.com//climg/5e10497709616cb113150292.jpg

同学的主机Hostname为蝴蝶有些奇怪,问一下是怎么查出来的。

通常如果是连接本地的Hostname,建议同学将蝴蝶改为 localhost试试。

如果不选择Bootstrap mysql router for use with InnoDB cluster进行验证,无法进行下一步。

如果我的回答解决了你的疑惑,请采纳。祝:学习愉快~

提问者 不想睡觉的橘子君 2020-01-04 16:06:28

emmm,有老师来回答一下吗

提问者 不想睡觉的橘子君 2020-01-04 11:41:48

如果不进行这个步骤,不选择那个Bootstrap mysql router for use with InnoDB cluster,跳过可以吗

问题已解决,确定采纳
还有疑问,暂不采纳

恭喜解决一个难题,获得1积分~

来为老师/同学的回答评分吧

0 星
请稍等 ...
意见反馈 帮助中心 APP下载
官方微信

在线咨询

领取优惠

免费试听

领取大纲

扫描二维码,添加
你的专属老师