Yahoo Poland Wyszukiwanie w Internecie

Search results

  1. 11 lip 2019 · run the command: sudo dpkg-reconfigure phpmyadmin. You need to reconfigure it because lamp and xampp run phpmyadmin in different ports. So, it is probably a port conflict. You can also open server.xml in your lampp and change the port no. which would be different from that of xampp.

  2. Configure phpmyadmin. The configuration files for phpMyAdmin are located in /etc/phpmyadmin. The main configuration file is /etc/phpmyadmin/config.inc.php. This file contains configuration options that apply globally to phpMyAdmin.

  3. You will need to configure your apache2.conf to make phpMyAdmin works. sudo nano /etc/apache2/apache2.conf. Then add the following line to the end of the file. Include /etc/phpmyadmin/apache.conf. Then restart apache. sudo service apache2 restart

  4. 28 gru 2010 · 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 ...

  5. 22 paź 2020 · Configure phpMyAdmin: After installation, you may need to configure phpMyAdmin to work with your web server. Follow the on-screen instructions, which usually involve setting up a database for phpMyAdmin and configuring the web server.

  6. Consider removing phpMyAdmin completely and then re-installing it. It should work fine. Still if 'apache is running and not mySQL' ,then try re-installing mySQL too . sudo apt-get install mysql-server-5.1 --reinstall If this doesn't allow you to reconfigure the package you can use. sudo dpkg-reconfigure mysql-server-5.1

  7. 10 sie 2011 · sudo gedit /etc/phpmyadmin/config.inc.php Uncomment it and save, but keep it open - then try opening phpMyAdmin. It should work.