MySQL how to get info

Discussion in 'MySQL' started by dcole07, May 27, 2006.

  1. #1
    I have my own server in my house and Fedora install MySQL with out my input. How do I get the information like Your Database Name, Database Username, and Database Password.

    I am root and I can use terminal.
     
    dcole07, May 27, 2006 IP
  2. anjanesh

    anjanesh Well-Known Member

    Messages:
    344
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    165
    #2
    Search for my.cnf.
    It may be at /etc/my.cnf
     
    anjanesh, May 27, 2006 IP
  3. dcole07

    dcole07 Peon

    Messages:
    135
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #3
    nope, nothing in there that gave me a clue as to what it could be
     
    dcole07, May 28, 2006 IP
  4. Dan Grossman

    Dan Grossman Peon

    Messages:
    177
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #4
    You have to make the databases. If you're root, you can just log in and type CREATE DATABASE.. etc. The only one that comes premade is called "mysql" and holds the users and authentication tables for the server.
     
    Dan Grossman, May 28, 2006 IP