Hello, I want to install piwik and have some questions about Slackware PHP,MYSQL options.
I'd configure my Apache, PHP, Mysql from
how-to-run-apache-php-mysql-on-startup-and-install-phpmyadmin-slackware-12-2, but have Slackware 13.1
PDO and MYSQLI are already in my php.ini.
Code:
extension=bcmath.so
extension=bz2.so
extension=calendar.so
extension=ctype.so
extension=curl.so
extension=dba.so
e
I messed up my phpmyadmin, I haven't logged in, in phpmyadmin, in a while, and as a result i forgot my password, so i purged it like so: sudo apt-get purge phpmyadmin.
I did get some error messages asking for my password but i forgot that, so i just pressed ignore, after that i installed phpmyadmin again like so: sudo apt-get install phpmyadmin. This time i wont be forgetting my password.
I successfully installed phpmyadmin, via apt-get install phpmyadmin
However I can't find the directory for phpmyadmin, I want it to appear on /var/www/phpmyadmin so that I can use it via URL.
Where is it?
Thanks.
Hi there,i need to install php-mbstring on a server with CentOS 6 x64, but i cant find the package.How can i install this package?? [by repa]
You may have noticed phpMyAdmin was released sometime ago, but has not appeared in cPanel & WHM. The reason is rather simple: phpMyAdmin 3.5 was released with a library that we are unable to distribute. More information is available in the phpMyAdmin development list archives
Once the matter is resolved we will provide the newer version of phpMyAdmin.
I have upgraded my server to a new version of CentOS and this upgrade installed phpMyAdmin 3.55 and I have to say, this is the worst version ever created of phpMyAdmin. The application is a mess. You press edit, it inserts a record, a lot of ajax and other floating craps that do not work, error messages everywhere... I gave up...
i mannually installed phpMyAdmin according to this doc:quick install.but i keep getting the 403 error, i can successfully get into other folders in the root dir, how can i sovle this?
here is my config.inc.php:
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* phpMyAdmin sample configuration, you can use it as base for
* manual configuration.
I installed LAMP on Ubuntu 12.0.4 LTE. Then I installed phpmyadmin. Everything was good. I used phpadmin to do lots of DB administration....
Then I installed Zend CE server. Now, phpmyadmin throws a blank page. No login screen.
So, I reinstalled my VPS in the same sequence again. No luck. Same behavior.
This time, I installed Apache, Mysql, PHP and Zend server in that order.
Hi All,
I just installed lginx and phpmyadmin on my ubuntu 12.04 after which I tried to configure phpmyadmin to work with lginx with some online guide.
http://rubyist-journal.com/2010/02/2...hortest-setup/
On entering localhost/phpmyadmin in the address bar in my browser it displays
welcome to nginx
How can I access the phpmyadmin platform?