PHP MYSql Server for OpenPandora


aszu

Still Fresh
Joined
May 29, 2012
Messages
29
Age
43
Location
Leeds UK
Hi, i have started  to learn PHP/MYSQL and i wonder if there is a package like XAMPP or similar Apache/Mysql package for OpenPandora?
 
Cheers!

I have managed to install slack, i think i have done everything right, as after typing localhost in firefox it comes up with the "it works!" msg:)

As my Linux knowledge is very limited, i need more help:)

Where's the directory for files, the path for localhost?

and how do i access mysql? :) just go for the command line?
 
Http folder:

/srv/www/htdocs/

Depends on how you want to access the db.
 
Thanks, i have installed phpmyadmin but there`s one more problem. mysql

but after typing mysql in terminal i`m getting error:

cannot connect to local mysql server through socket /var/run/mysqld/mysql.sock

i belive it means mysql is not installed. i had a look and the only one repo i found was mysql sandbox, buyt after installing it nothing changes...
 
You have to make the launcher executable for it to start at boot:

chmod +x /etc/rc.d/rc.mysqld

/etc/rc.d/rc.mysqld start

Then you can create your databases.
 
You can of course install Pandebian and install the stuff you need in it.
 
Thanks a lot, I`m having problems with my Pandora, so i`ll try it when it gets fixed. Thanks again:)
 
Back
Top