Learning Mysql


Installing Under Linux | 43



Download 4.24 Mb.
View original pdf
Page46/366
Date04.08.2023
Size4.24 Mb.
#61806
1   ...   42   43   44   45   46   47   48   49   ...   366
Learning MySQL
Installing Under Linux | 43

After unpacking MB disk space will be freed.
Do you want to continue [Y/n]? Y
(Reading database ... 103699 files and directories currently installed.)
Removing mysql-client Removing mysql-server If you’re unsure what to use for the package names, you can search for packages associated with MySQL using the following command dpkg -search "*mysql*" | cut -fields -delimiter" | sort --unique
Installing MySQL, Apache, PHP, and Perl on Linux Using the XAMPP
Integrated Package
To install XAMPP on your Linux system, first visit the XAMPP homepage (http://www
.apachefriends.org/en/xampp.html), follow the link to XAMPP for Linux, and download the gzipped tar package. Switch to the superuser account su -
and create the directory /opt:
# mkdir -parents /opt
We’re using the parents option hereto tell Linux not to complain if the directory already exists.
Now change to this directory and extract the files from the package cd /opt
# tar --gunzip -extract --file
adam/xampp-linux-1.5.3a.tar.gz

Here, we’ve assumed that the downloaded file is in
adam
‘s home directory (
adam
); use the appropriate location on your system.
You can now start XAMPP by typing /opt/lampp/lampp start
Starting XAMPP for Linux 1.5.3a...
XAMPP: Starting Apache with SSL (and PHP5)...
XAMPP: Starting MySQL...
XAMPP: Starting ProFTPD...
XAMPP for Linux started.
If there is already a running MySQL or Apache server running on your system, XAMPP
may complain during startup. If this happens, shut these down before trying to start
XAMPP again. Stop any existing MySQL or Apache server before starting XAMPP.
Now that the server’s running, tighten up the security settings by typing /opt/lampp/lampp security
XAMPP: Quick security check...
XAMPP: Your XAMPP pages are NOT secured by a password.
XAMPP: Do you want to set a password yes n
XAMPP: MySQL is accessible via network.

Download 4.24 Mb.

Share with your friends:
1   ...   42   43   44   45   46   47   48   49   ...   366




The database is protected by copyright ©ininet.org 2024
send message

    Main page