How can you update the password of a mysql user?

queries on Database configuration in Linux
Forum rules
queries on Database configuration in Linux

How can you update the password of a mysql user?

Postby m4tomson » Mon Mar 02, 2015 10:33 pm

How can I update the password of a mysql user who has access to a particular database.
m4tomson
 
Posts: 0
Joined: Tue Oct 28, 2014 5:15 pm

Re: How can you update the password of a mysql user?

Postby rameez » Tue Mar 03, 2015 4:12 pm

rameez
 
Posts: 0
Joined: Tue Nov 25, 2014 5:17 pm

Re: How can you update the password of a mysql user?

Postby m4tomson » Wed Mar 04, 2015 4:49 pm

Thank you Rameez :)
m4tomson
 
Posts: 0
Joined: Tue Oct 28, 2014 5:15 pm

How can you update the password of a mysql user

Postby coiche » Sat Sep 16, 2017 8:46 pm

Hi I show you how to install php website and phpmyadmin on 128 mb vps
you need vps ;p and putty

If its ubuntu you most write it all time before example sudo apt-get update
sudo
then need update
apt-get update
then upgrade
apt-get upgrade
now we install mysql you need make up your password or root password which be easy for you

apt-get install mysql-server-5.0
for debian7
apt-get install mysql-server-5.5
Now we install apache
apt-get install apache2every thing will be in /var/www/ you can check at ftp

now we install phpmyadmin if it will ask for mysql password write mysql password which you install up
apt-get install phpmyadmin
now we most config phpmyadmin for apache2
cp /etc/phpmyadmin/apache.conf /etc/apache2/sites-available/phpmyadmin
then this
a2ensite phpmyadmin
and now we restart apach2
/etc/init.d/apache2 restart
and we done you can now upload website in php or html to /var/www and go to phpmyadmin youripadressordomain/phpmyadmin/

https://graciasport.ru
coiche
 
Posts: 0
Joined: Sat Dec 19, 2015 1:16 pm
Location: Russia


Return to Database configuration in Linux

Login  •  Register

cron