I did this:
$this->bbcode_second_pass_code('', 'pacman -S phpmyadmin') it worked good. But it can't be display when I go to "http:/ip/phpmyadmin" I want to set up a database and I all ready did. I found were pacman put phpmyadmin here "/usr/share/webapps/phpMyAdmin/" but how do I get it to run in Apache? I got phpadmin working by going here.
$this->bbcode_second_pass_code('', 'pacman -S apache php php-apache mysql') That worked good too. But when I go to start mysqld like this:
$this->bbcode_second_pass_code('', '[root@alarm http]# /etc/rc.d/mysqld start
:: Starting MySQL Server [FAIL]
[root@alarm http]#')
It FAIL's. I guess I need to set up some setting but I wanted to set it up in phpmyadmin but can't get that to run.
I search for "phpmyadmin" on here and did not find it any place.
-Raymond Day