Results 1 to 8 of 8

Thread: Can't Find MySQL after downloading

  1. #1
    Join Date
    Feb 2011
    Beans
    50

    Can't Find MySQL after downloading

    I've donwloaded MySQL to my computer and now I can't find it to use it. I have no idea where to start. I would like to be able to create a desktop icon for it once I find it so I don't have to go crazy looking for it each time. Can anyone help???? I'm use to using MS Access. Am I on a dream thinking that I will be using a similar product and that I will be able to transfer over the database that I have in Access? Please help.
    Too new to know what is what...

  2. #2
    Join Date
    Apr 2007
    Location
    South Carolina
    Beans
    985
    Distro
    Ubuntu Studio 16.04 Xenial Xerus

    Re: Can't Find MySQL after downloading

    If its installed & you set a password when you installed it you could open up a terminal & try:
    Code:
    mysql -u root -p
    It should ask you for a password if its installed.
    You may need to substitute your 'username' for 'root'.
    Gary

    I wish I knew what I used to know before I knew what I didn't know.

  3. #3
    Join Date
    Jul 2010
    Location
    Bangalore, India
    Beans
    147
    Distro
    Ubuntu Development Release

    Re: Can't Find MySQL after downloading

    Try mysql --help

    if it is install it should show you a list of commands that you can use with it.
    A stopped clock shows right time twice a day

  4. #4
    Join Date
    Apr 2010
    Location
    Brighton, England
    Beans
    47
    Distro
    Ubuntu Gnome 14.04 Trusty Tahr

    Re: Can't Find MySQL after downloading

    If you want to create your own shortcut and need to know where it's actually installed, try running which mysql in a terminal, which should give you the path.

    I install LAMP (Linux, Apache, MySQL, PHP) with sudo tasksel install lamp-server and MySQL on Oneiric is in /usr/bin/mysql.

    MySQL database dumps are plaintext files with a .sql extension that use SQL syntax to create tables and insert data. I don't know about MS Access, but it's not very likely that you'd be able to import an MS Access database straight into MySQL without going through some conversion process beforehand, I wouldn't have thought.
    Last edited by alco75; October 29th, 2011 at 11:14 PM.

  5. #5
    Join Date
    Feb 2011
    Beans
    50

    Re: Can't Find MySQL after downloading

    OK, these all did something but not quite what I'm looking for. Isn't there a GUI that I can use to create databases with similar to MS Access? I've been told by a friend that I can just import the data from MS Access straight to MySQL. All I need is the data from my MS Access database that I can then put into OpenOffice Spreadsheet. So, I guess what I'm asking is: How do I access the GUI for MySQL and create an icon on my desktop to use it? Please remember I am not that familiar with using the code in terminals.
    Too new to know what is what...

  6. #6
    Join Date
    Feb 2008
    Location
    Texas City, Texas
    Beans
    830
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Can't Find MySQL after downloading

    I'm guessing that what you are looking for is something like OpenOffice.org.dadabase, or if you are running 11.10, libreoffice.database.
    Break it, fix it, learn something.
    People who never make mistakes seldom make anything!

  7. #7
    Join Date
    Feb 2011
    Beans
    50

    Re: Can't Find MySQL after downloading

    Quote Originally Posted by Miljet View Post
    I'm guessing that what you are looking for is something like OpenOffice.org.dadabase, or if you are running 11.10, libreoffice.database.
    That sounds like it might work. Where do I find it and download it?
    Too new to know what is what...

  8. #8
    wojox is offline I Ubuntu, Therefore, I Am
    Join Date
    Apr 2009
    Beans
    8,628

    Re: Can't Find MySQL after downloading

    Look in Software Center for base.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •