Results 1 to 3 of 3

Thread: Can't install MySQL correctly

  1. #1
    Join Date
    Dec 2014
    Location
    Lisbon, Portugal
    Beans
    71
    Distro
    Ubuntu 14.04 Trusty Tahr

    Can't install MySQL correctly

    I'm getting this error when I install mysql-server.

    [Warning] Using unique option prefix key_buffer instead of key_buffer_size is deprecated and will be removed in a future release. Please use the full name instead.

    What can I do?
    I read a do various things already from other forums and didn't resolved...

    Or can I ignore It...
    I want to install Joomla...

    Thank you very much and have a nice day...

  2. #2
    Join Date
    Nov 2008
    Location
    S.H.I.E.L.D. 6-1-6
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Can't install MySQL correctly... Please help...

    Quote Originally Posted by DiogoSaraiva View Post
    I'm getting this error when I install mysql-server.

    [Warning] Using unique option prefix key_buffer instead of key_buffer_size is deprecated and will be removed in a future release. Please use the full name instead.

    What can I do?
    I read a do various things already from other forums and didn't resolved...

    Or can I ignore It...
    I want to install Joomla...

    Thank you very much and have a nice day...
    This is not an error - just a warning that key_buffer will be removed (depreciated) in a future release. It has not happened yet, so it is not really anything to worry about at the moment.

    If you want to remove the warning, run
    Code:
    sudo sed -i s/key_buffer/key_buffer_size/g /etc/mysql/my.cnf
    Don't waste your energy trying to change opinions ... Do your thing, and don't care if they like it.

  3. #3
    Join Date
    Dec 2014
    Location
    Lisbon, Portugal
    Beans
    71
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Can't install MySQL correctly... Please help...

    Ohh,
    so, sorry for the inconvenience, and thanks...

    by the way I try to answer some questions in the forum but I can't/ don't know the answer almost all times, and I every day (almost) post a new thread, and I appreciate very much who answer me... but i can't reply the favour; I'm only 17 years old... Sorry for that...

    could there be any problem?
    you're forum moderator...
    can you answer me this?


    Thank you very much and have a nice day...

Tags for this Thread

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
  •