MySQL 실행 문제인데요. 꼭좀 부탁드려요.

익명 사용자의 이미지

제가 이번에 레드햇리눅스 한글판 7.1을 씨디로 구워서 10G의 빈 하드에 전체
설치를 했거든요?
근데, 넷스케이프서 http//localhost 서비스가 안되네요? ftp 서비스도
안되고, MySQL도 안 돌아 가더라구요.
제가 ps -ef | grep mysql을 하면
".................(생략).......................grep mysql" 이 한
줄만 떠요. Apache랑 PHP도 마찬가지구요..

어쨌든 그래서 rpm -e ..... 해서 전부(Apache, PHP..) 지우고요, 첨부
텀 책대로(PHP Bible4) MySQL을 시도했거든요?
그랬더니 컴파일까지는 성공적으로 마쳤는데요. usr/bin에 설치해둔곳에
서 "safe_mysqld &"을 실행시키면 "Starting................." 이라
는 메세지 끝에 꼭 "mysql ended"라고 나와요...자동으로 끝이 나는듯이 보
여요...
제가 그래서./mysqladmin 명령을 수행해 보니깐
" Connect to server at 'localhost' failed
Error Can't connect to local MySQL server through
socket '/tmp/mysql.sock' (111)'
Check that mysqld is running and that the
socket 'tmp/mysql.sock' exists. "
라는 에러 메세지가 뜨거든요? tmp 디렉토리에는 mysql.sock이 존재 하구
요. ps 명령어로 mysql 실행여부는 검사해 봤거든요? Check하라는 부분에
도 이상이 없는거 같고 해서 이렇게 글을 올립니다.
제발 글을 읽으시는 분들 중에 답변좀 부탁 드려요..
은혜 잊지 않을 게요..

익명 사용자의 이미지

RPM으로 설치하셨을 때 MySQL이 실행 안되었던 이유는 데몬이 실행되지 않았었
기 때문입니다.

$ /etc/rc.d/init.d/mysql start

root권한에서 위에것을 실행시키셨어야하는데...
그리고 시스템을 시작시에 MySQL을 실행시켜 놓고 싶다면 root권한에서

$ setup

을 하신 후에 System Services 부분을 선택하신후에 mysql부분을 선택해 놓으
시면
됩니다.
http 또한 같은 곳에서 찾아 켜놓으시면 됩니다.
물론 당장 실행시키시려면

$/etc/rc.d/init.d/httpd start

하시면되고요...
mysql.sock이 있다는 에러는 MYSQL문서 어디부분에서 해결책을 제시하고 있습
니다.
그건 setup을 잘못시켰을 때나오는 에러로 mysqladmin으로 해결할 수 있는 것
으로
알고있습니다. (제가 관리하는 부분이 아니라... ^^;)
여기 사이트의 번역되어있는 부분에서 찾아보시면 금방해결 할 수 있을 겁니
다.

익명 사용자의 이미지

맞는 답변인지는 몰르겠지만 두가지를 이야기 해 보겠습니다.
첫번째는 위에분께서 말씀 하셨듯이 데몬이 실행되지 않은 상태인거 같구요.
mysql이라면 mysql_install_db 던가 -_-;; 를 제일먼저 실행 시켜주신후
safe_mysqld 를 실행시켜 주시면될거 같습니다.
그리고 두번째는요 실행을 시켰는데 다음과 같은 메세지가 나올때는요.
ERROR 2002 Can't connect to local MySQL server through
socket '/var/lib/mysql/mysql.sock' (111)
아래의 페이지를 참고 하시면 됩니다.
http//linux.sarang.net/board/?p=read&table=qa&no=114394&page=5&o[at]=s&o
[sc]=a&o[ss]=mysql&o[st]=a

시원한 답변이 아니더라고 용서하시길..

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.