Search found 25 matches
- Wed Aug 12, 2015 3:49 am
- Forum: General Discussion
- Topic: phpMyadmin
- Replies: 20
- Views: 66771
Re: phpMyadmin
I dont have /root/.my.cnf This file appear when you log to mysql console and you access to this console without password. You can create file yourself: [client] password='your-root-mysql-password' THank you. I solved this problem by manually changing the root password under phpmyadmin UI then I put...
- Tue Aug 11, 2015 5:54 pm
- Forum: Database Server
- Topic: PhpMyAdmin BlowFish
- Replies: 27
- Views: 44626
Re: PhpMyAdmin BlowFish
The VestaCP PhpMyAdmin doesn't include the file config.inc.php. Even the sample file does not exist. How do I create one?skurudo wrote:Like this for example:pandabb wrote: What else can i do to fix this problem?
https://wiki.archlinux.org/index.php/Ph ... passphrase
- Tue Aug 11, 2015 5:26 pm
- Forum: General Discussion
- Topic: phpMyadmin
- Replies: 20
- Views: 66771
Re: phpMyadmin
I dont have /root/.my.cnfimperio wrote:Hi, you can find mysql root password in this files
/usr/local/vesta/conf/mysql.conforCode: Select all
USER='root' PASSWORD=''
passwords for root vps and root mysql is differentCode: Select all
/root/.my.cnf
- Tue Aug 11, 2015 5:15 pm
- Forum: General Discussion
- Topic: phpMyadmin
- Replies: 20
- Views: 66771
Re: phpMyadmin
Why VestaCP keep this password there? So, how do I change the root password that can be seen at /usr/local/vesta/conf/mysql.conf ?
Do I just need to edit the password in there?
Do I just need to edit the password in there?
- Tue Aug 11, 2015 5:05 pm
- Forum: Database Server
- Topic: phpMyAdmin error on login screen - cannot login
- Replies: 29
- Views: 51909
Re: phpMyAdmin error on login screen - cannot login
I solved this problem without chmod the sesion folder to 777. Please correct me if I'm wrong here: I think during installation of VestaCP, some of the configuration files were set to belong to admin owner. So, I changed the session folder to owner 'admin' and it works. This method works for the blow...