Vesta Control Panel - Forum

Community Forum

Skip to content

Advanced search
  • Quick links
    • Main site
    • Github repo
    • Google Search
  • FAQ
  • Login
  • Register
  • Board index Main Section Database Server
  • Search

Phpmyadmin

Questions regarding the Database Server
MySQL, PostgreSQL, MariaDB, Percona Server, phpMyAdmin, phpPgAdmin
Post Reply
  • Print view
Advanced search
6 posts • Page 1 of 1
Allan
Posts: 13
Joined: Sat Apr 19, 2014 9:38 pm
Contact:
Contact Allan
Website

Phpmyadmin
  • Quote

Post by Allan » Wed Dec 31, 2014 10:30 pm

What is the default password for phpmyadmin upon install?
Top

joem
Posts: 378
Joined: Thu Nov 13, 2014 8:33 am

Os: CentOS 6x
Web: nginx + php-fpm
Re: Phpmyadmin
  • Quote

Post by joem » Wed Dec 31, 2014 10:39 pm

Allan wrote:What is the default password for phpmyadmin upon install?

Code: Select all

 nano /usr/local/vesta/conf/mysql.conf
Top

Allan
Posts: 13
Joined: Sat Apr 19, 2014 9:38 pm
Contact:
Contact Allan
Website

Re: Phpmyadmin
  • Quote

Post by Allan » Wed Dec 31, 2014 11:01 pm

I changed the password and still can't access phpmyadmin.
Top

joem
Posts: 378
Joined: Thu Nov 13, 2014 8:33 am

Os: CentOS 6x
Web: nginx + php-fpm
Re: Phpmyadmin
  • Quote

Post by joem » Wed Dec 31, 2014 11:27 pm

Allan wrote:I changed the password and still can't access phpmyadmin.
You asked for the password not how to change it. To change it,

mysql
UPDATE mysql.user SET Password=PASSWORD('NewPass') WHERE User='root';
FLUSH PRIVILEGES;
exit
Make sure you update the password in this file,

Code: Select all

    nano /usr/local/vesta/conf/mysql.conf
Top

Allan
Posts: 13
Joined: Sat Apr 19, 2014 9:38 pm
Contact:
Contact Allan
Website

Re: Phpmyadmin
  • Quote

Post by Allan » Wed Dec 31, 2014 11:48 pm

Thank you for trying to help, but new to VPS commands so was wanting to know what I should put into putty.


No worries I got it, thank you.
Last edited by Allan on Wed Dec 31, 2014 11:54 pm, edited 1 time in total.
Top

joem
Posts: 378
Joined: Thu Nov 13, 2014 8:33 am

Os: CentOS 6x
Web: nginx + php-fpm
Re: Phpmyadmin
  • Quote

Post by joem » Wed Dec 31, 2014 11:51 pm

Allan wrote:Thank you for trying to help, but new to VPS commands so was wanting to know what I should put into putty.
Post all the code from my post above into putty one line at a time.
Top


Post Reply
  • Print view

6 posts • Page 1 of 1

Return to “Database Server”



  • Board index
  • All times are UTC
  • Delete all board cookies
  • The team
Powered by phpBB® Forum Software © phpBB Limited
*Original Author: Brad Veryard
*Updated to 3.2 by MannixMD
 

 

Login  •  Register

I forgot my password