Want more timely Centmin Mod News Updates?
Become a Member

Install Mysqladmin_shell.Sh makes website down

Discussion in 'Install & Upgrades or Pre-Install Questions' started by dooma, Oct 17, 2016.

  1. dooma

    dooma Active Member

    326
    34
    28
    Oct 15, 2016
    Cairo
    Ratings:
    +49
    Local Time:
    4:02 PM
    Hello,

    When I tried to create a database using
    mysqladmin -u root -p create DATABASENAME


    I failed and I got an error so I find a solution to install Mysqladmin_shell.Sh and I created a database easily with its username but suddenly I found my website is down although the nginx and ftpd are running and the ftp is running ?!

    Thank you very much
     
  2. eva2000

    eva2000 Administrator Staff Member

    55,802
    12,272
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,858
    Local Time:
    12:02 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    is the web site using the mysql database you created via mysqladmin_shell.sh ? if it is, make sure the mysql username/password are correct for the database the site is using
     
  3. dooma

    dooma Active Member

    326
    34
    28
    Oct 15, 2016
    Cairo
    Ratings:
    +49
    Local Time:
    4:02 PM
    Hello,
    I only created it but I didn't install my website or use it.
    Thanks
     
  4. eva2000

    eva2000 Administrator Staff Member

    55,802
    12,272
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,858
    Local Time:
    12:02 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    then it should cause your web site to be down

    define site down ? symptoms ?

    any error messages ? if you can share the domain might be easier to troubleshoot

    is your web site using web app which uses php/mysql ? like wordpress or forum script ?

    can you curl the headers of your site domain via ssh type
    Code (Text):
    curl -I http://yourdomain.com

    or if https
    Code (Text):
    curl -I https://yourdomain.com

    or if https with self-signed ssl cert
    Code (Text):
    curl -Ik https://yourdomain.com


    post output of those results in CODE tags - How to use forum BBCODE code tags :)

    example
    Code (Text):
    curl -I https://google.com
    HTTP/1.1 302 Found
    Cache-Control: private
    Content-Type: text/html; charset=UTF-8
    Location: https://www.google.com.au/?gfe_rd=cr&ei=GjEEWPz5K6TM8gfImb_YCw
    Content-Length: 263
    Date: Mon, 17 Oct 2016 02:02:02 GMT
    Alt-Svc: quic=":443"; ma=2592000; v="36,35,34,33,32"