publicla.blogg.se

Debian 11 mysql
Debian 11 mysql




debian 11 mysql

Therefore, you need to install the MySQL server with all its dependencies on your Debian 11 system.

debian 11 mysql

MariaDB is available as the default database in Debian 11. It is one of the most widely used database software for several well-known applications that utilize it. For those of you who didn’t know, MySQL is a relational database management system based on SQL (Structured Query Language). Restart apache /etc/init.In this tutorial, we will show you how to install MySQL on Debian 11. Install Rubygems apt-get install rubygems1.8Įdit /etc/apache2/sites-enabled/000-default file so that it looks like this Install Ruby,Perl and other related packages apt-get install ruby ri rdoc libmysql-ruby ruby1.8-dev irb1.8 libdbd-mysql-perl libdbi-perl libmysql-ruby1.8 libnet-daemon-perl libplrpc-perl libreadline-ruby1.8 libruby1.8 rdoc1.8 ri1.8 ruby1.8 irb libopenssl-ruby libopenssl-ruby1.8 libhtml-template-perlĬreate soft links to executables ln -s /usr/bin/gem1.8 /usr/local/bin/gem ln -s /usr/bin/ruby1.8 /usr/local/bin/ruby ln -s /usr/bin/rdoc1.8 /usr/local/bin/rdoc ln -s /usr/bin/ri1.8 /usr/local/bin/ri ln -s /usr/bin/irb1.8 /usr/local/bin/irb Options Indexes MultiViews FollowSymLinks # Possible values include: debug, info, notice, warn, error, crit,ĬustomLog /var/log/apache2/access.log combined Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch Options Indexes FollowSymLinks MultiViews Enter the database administrator’s password and then create phpmyadmin’s password and confirm it.Įdit /etc/apache2/sites-available/default file so that it looks like this apt-get install phpmyadminĭuring installation select only apache2 and choose yes in next step.

debian 11 mysql debian 11 mysql

Install FTP server apt-get install proftpd ucfĭuring installation select “from inetd”. Restart Apache /etc/init.d/apache2 restartĮnable apache modules a2enmod ssl a2enmod rewrite a2enmod include Install PHP and related packages apt-get install libapache2-mod-php5 libapache2-mod-ruby libapache2-mod-python php5 php5-common php5-curl php5-dev php5-gd php5-idn php-pear php5-imagick php5-imap php5-mcrypt php5-memcache php5-mhash php5-ming php5-mysql php5-pspell php5-recode php5-snmp php5-sqlite php5-tidy php5-xmlrpc php5-xsl php5-ffmpeg php5-json php5-ps Install Apache and other related packages apt-get install apache2 apache2-doc apache2-mpm-prefork apache2-utils libexpat1 ssl-cert Install Mysql and other related packages needed apt-get install mysql-server mysql-client libmysqlclient15-devĮnter the root password when needed and confirm it. Install flvtool and yamdi apt-get install flvtool2 yamdi Install FFmpeg package apt-get install ffmpeg The following procedure will install a LAMP server with FFmpeg support for PHP on a Debian 6 machine






Debian 11 mysql