Giter VIP home page Giter VIP logo

orderweb's Introduction

项目中遇到的一些坑

1 .今天在windows下安装mysql,在启动时出现了发生‘系统错误 1067’的错误。

当出现这个错误后,进入计算机管理->事件查看器->管理事件的摘要,找到MySQL查看最新的错误。

点击错误以后在常规一栏会列出错误信息

我的错误信息是:

Can't find messagefile 'D: oftware\database\mysql-5.6\share\errmsg.sys'

这个错误对应得实my.ini中的配置项:

basedir=D:\software\mysql-5.6

当时拿到的这个错误信息的时候我去我的安装目录下查看,我的确有这个errmsg.sys这个文件,再仔细观察错误后发现这个错误有些问题啊,这个路径是不正确的啊。D:oftware

我有目录D:\software ,但是我的\s去哪儿了,\s是一个转义字符啊,我在my.ini中的设置是basedir=D:\software\mysql-5.6\,并没有对\s进行转义。然后改为 basedir=D:\software\mysql-5.6,记得转义啊!!!!

orderweb's People

Contributors

wangtingtingdvdsv avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.