Reconfigure phpmyadmin y My SQL Server PDF

Title Reconfigure phpmyadmin y My SQL Server
Author Alfonso Henseler
Course Ingenieria en Software
Institution Universidad Tecnológica Nacional
Pages 1
File Size 35.3 KB
File Type PDF
Total Downloads 9
Total Views 126

Summary

Download Reconfigure phpmyadmin y My SQL Server PDF


Description

From my experience, I may reach with localhost/phpmyadmin but fail to login, I have to reconfigure phpmyadmin, reset MySQL password, and then I may login without problems. Reconfigure phpmyadmin Ctrl+Alt+t to launch terminal sudo dpkg -reconfigure phpmyadmin Connection method for MySQL database for phpmyadmin: unix socket Name of the database's administrative user: root Password of the database's administrative user: mysqlsamplepassword MySQL username for phpmyadmin: root MySQL database name for phpmyadmin: phpmyadmin Web server to reconfigure automatically: apache2 ERROR 1045 ignore sudo dpkg -reconfigure mysql-server-5.5 New password for the MySQL "root" user: mysqlsamplepassword Repeat password for the MySQL "root" user: mysqlsamplepassword But if your problem is fail to interpret php, follow the instruction to enable your php first. sudo gedit /etc/apache2/mods-available/php5.conf look for php_admin_value engine off, between and Add # in front of php_admin_value engine off to disable it. REMEMBER! Don't change the value php_admin_value engine from off to on! sudo /etc/init.d/apache2 restart...


Similar Free PDFs