PHPMYADMIN

All installation and configuration problems and questions

Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N

PHPMYADMIN

Postby Ajay22 » Fri Mar 13, 2020 6:21 pm

Hi Team,

Can any one let me know what is the default password of phpMyAdmin,

I have done fresh installation via Vicibox 9.0.1 ISO

Even i have not set any password on mysql, i have tried all possible way to login in phpMyAdmin, eg 6666 1234 , root password blank , root with server password

All this are not working for me
VERSION: 2.14-813a | BUILD: 210519-1747 | Asterisk Version: 13.38.2-vici | SVN Version: 3450 | Cloud Server: Rackspace | Configuration: 8 Core 8 GB RAM 320 GB SSD | Installation Method: Vicibox 9.3 ISO
Ajay22
 
Posts: 9
Joined: Mon Jan 13, 2020 3:10 am

Re: PHPMYADMIN

Postby bbakirtas » Mon Mar 16, 2020 9:58 am

root has no password
you can use cron 1234 or creating new password for root
Vicibox 9.0.1
VERSION: 2.14-738a
BUILD: 200210-1628
Intel Xeon X5650 12 Core HT 24 Core 2.90 Ghz
64 GB ECC Registered Memory
bbakirtas
 
Posts: 92
Joined: Thu Dec 06, 2012 3:35 am
Location: Turkey

Re: PHPMYADMIN

Postby Ajay22 » Tue Mar 17, 2020 9:51 pm

bbakirtas wrote:root has no password
you can use cron 1234 or creating new password for root


HI BBakirtas,

Its not working for me, can you pls help me to setup mysql root password, after installation i have not made any changes its default password is blank, how can i setup new password for mysql.
VERSION: 2.14-813a | BUILD: 210519-1747 | Asterisk Version: 13.38.2-vici | SVN Version: 3450 | Cloud Server: Rackspace | Configuration: 8 Core 8 GB RAM 320 GB SSD | Installation Method: Vicibox 9.3 ISO
Ajay22
 
Posts: 9
Joined: Mon Jan 13, 2020 3:10 am

Re: PHPMYADMIN

Postby bbakirtas » Wed Mar 18, 2020 1:30 am

ssh - > mysql

CREATE USER 'username'@'localhost' IDENTIFIED BY 'password';
GRANT ALL PRIVILEGES ON * . * TO 'username'@'localhost';
FLUSH PRIVILEGES;

or mysqladmin -u root password YOURNEWPASSWORD
Vicibox 9.0.1
VERSION: 2.14-738a
BUILD: 200210-1628
Intel Xeon X5650 12 Core HT 24 Core 2.90 Ghz
64 GB ECC Registered Memory
bbakirtas
 
Posts: 92
Joined: Thu Dec 06, 2012 3:35 am
Location: Turkey


Return to Support

Who is online

Users browsing this forum: No registered users and 68 guests