偷偷摘套内射激情视频,久久精品99国产国产精,中文字幕无线乱码人妻,中文在线中文a,性爽19p

MySQL 5安裝過程中遇到的問題的解決

數(shù)據(jù)庫 MySQL
我們今天主要和大家分享的是MySQL 5安裝的過程中遇到的相關問題的解決,下面就是文章的具體內(nèi)容的介紹,望你在瀏覽之后會有所收獲。

以下的文章主要是對MySQL 5安裝的過程中遇到的相關問題的解決,本文主要是以代碼的方式來對MySQL 5安裝的相關問題的詳細解析,如果你對其實際的操作有興趣的話,你就可以 瀏覽以下的文章了。

1、[root@localhost bin]# ./MySQLd_safe –skip-grant-tables

出現(xiàn)以下信息:

 

  1. Installing MySQL system tables…  
  2. 090724 12:05:13 [Warning] option ‘max_join_size’: 
    unsigned value 18446744073709551615 adjusted to 4294967295  
  3. 090724 12:05:13 [Warning] option ‘max_join_size’: 
    unsigned value 18446744073709551615 adjusted to 4294967295  
  4. ERROR: 1062 Duplicate entry ‘localhost-’ for key 1  
  5. 090724 12:05:13 [ERROR] Aborting  
  6. 090724 12:05:13 [Note] /usr/local/MySQL5/libexec/MySQLd: Shutdown complete  
  7. Installation of system tables failed!  
  8. Examine the logs in /var/lib/MySQL5 for more information.  
  9. You can try to start the MySQLd daemon with:  
  10. /usr/local/MySQL5/libexec/MySQLd –skip-grant &  
  11. and use the command line tool  
  12. /usr/local/MySQL5/bin/MySQL to connect to the MySQL  
  13. database and look at the grant tables:  
  14. http://www.knowsky.com/  
  15. shell> /usr/local/MySQL5/bin/MySQL -u root MySQL  
  16. MySQL> show tables  
  17. Try ‘MySQLd –help’ if you have problems with paths. Using –log  
  18. gives you a log in /var/lib/MySQL5 that may be helpful.  
  19. The latest information about MySQL is available on the web at  
  20. http://www.MySQL.com  
  21. Please consult the MySQL manual section: ‘Problems running MySQL_install_db’,  
  22. and the manual section that describes problems on your OS.  
  23. Another information source is the MySQL email archive.  
  24. Please check all of the above before mailing us!  
  25. And if you do mail us, you MUST use the /usr/local/MySQL5/bin/MySQLbug script!  

 

2、[root@localhost bin]# /usr/local/MySQL5/libexec/MySQLd –skip-grant &

出現(xiàn)以下信息:

 

  1. [1] 6633  
  2. [root@localhost bin]# 090724 12:05:34 [Warning] option ‘max_join_size’: 
    unsigned value 18446744073709551615 adjusted to 4294967295  
  3. 090724 12:05:34 [Warning] option ‘max_join_size’: 
    unsigned value 18446744073709551615 adjusted to 4294967295  
  4. 090724 12:05:34 [ERROR] Fatal error: Please read “Security” 
    section of the manual to find out how to run 
    MySQLd as root!  
  5. 090724 12:05:34 [ERROR] Aborting  
  6. 090724 12:05:34 [Note] /usr/local/MySQL5/libexec/MySQLd: Shutdown complete  
  7. [1]+ Exit 1 /usr/local/MySQL5/libexec/MySQLd –skip-grant  

 

解決辦法:在/etc/my.conf中的MySQLd這一節(jié)中加入:user=MySQL,以上的相關內(nèi)容就是對MySQL 5安裝遇到的問題的介紹,望你能有所收獲。

【編輯推薦】

  1. MySQL隱藏空間相關問題的解答
  2. MySQL數(shù)據(jù)庫命令的基礎簡介
  3. MySQL數(shù)字類型中的三種常用種類
  4. MySQL force Index 強制索引概述
  5. MySQL參數(shù)設置如何解決瓶頸效應?

 

 

責任編輯:佚名 來源: 博客園
相關推薦

2011-04-11 13:28:31

Oracle安裝

2011-04-11 13:25:59

Sybase安裝

2010-03-08 09:29:09

Linux Debia

2009-12-10 14:19:41

配置靜態(tài)路由

2010-03-30 10:04:01

Nginx php

2011-08-22 17:34:53

Ubuntu11.04

2011-07-22 17:37:18

MySQL數(shù)據(jù)庫

2016-03-23 11:03:40

2010-01-04 15:27:45

Silverlight

2011-05-13 14:56:44

SybaseOracle

2010-01-11 16:28:36

Fedora 2安裝

2023-02-28 16:26:46

推薦系統(tǒng)模塊

2009-11-26 10:46:38

VS2003制作安裝

2021-12-24 10:17:54

Java數(shù)據(jù)時間戳

2020-07-29 08:03:26

Celery異步項目

2020-12-23 07:53:01

TCP通信Netty

2011-03-04 13:49:38

FileZilla

2024-09-09 08:02:27

2021-08-05 08:32:27

React開發(fā)項目

2011-07-20 18:00:15

MySQL數(shù)據(jù)庫字符集
點贊
收藏

51CTO技術棧公眾號