How can you update the password of a mysql user?
Forum rules
queries on Database configuration in Linux
queries on Database configuration in Linux
4 posts
• Page 1 of 1
How can you update the password of a mysql user?
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?
Thank you Rameez
- m4tomson
- Posts: 0
- Joined: Tue Oct 28, 2014 5:15 pm
How can you update the password of a mysql user
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
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
4 posts
• Page 1 of 1