By AmitKhurchay
i install phpmyadmin through command, i used these conmmands : sudo apt-get update sudo apt-get install phpmyadmin sudo service apache2 restart
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Creating a Database with PhpMyAdmin To install WordPress, we will first need a MySQL database. To create a database, we enter http://localhost/phpmyadmin/ from our browser.
As you can see on the bottom page, there will be a section. Here we will come to the databases section and create a database. Click yaparak Create yaparak by typing its name (Example: wp_test) and utf8_general_ci into the encoding type.
See if the configuration was installed properly, and if not enable it:
# The following should show that the configuration was enabled
a2query -c phpmyadmin
# If it was not, then enable the configuration
a2enconf phpmyadmin
Warning: don’t forget to properly secure access to that page, with a minimum of strong password for all db logins.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.