Computer Networking Tutorial - 32 - Installing Apache and MySQL

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

If you're running the latest version of Ubuntu, you may be unable to install php5, try the command line below:
#sudo apt-get install php php7.0-mysql
To check the version of php, use:
#sudo php7.0 -v
The reason is Ubuntu updated php version to the latest.

insomniachou
Автор

I got message that php5-MySQL is not available. Like it’s got obsoleted or whatever

IgorShevchenkoUSA
Автор

When I do sudo mysql_install_db I get


Installing MySQL system tables...2015-10-24 13:59:46 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use mp server option (see documentation for more details).
2015-10-24 13:59:46 0 [Note] /usr/sbin/mysqld (mysqld 5.6.25-0ubuntu0.15.04.1) s tarting as process 2013 ...

Please help

paulgarcia
Автор


*mind = blown.*

why do we need apache to connect to the server!?
isnt that tcp's job!?!?!?
i thought it was tcp that handled http, ssh, ftp, ect.

but now!?
what tha hell!?

THIS DOESN'T MAKE ANY SENSE

SOMEONE EXPLAIN THIS TO ME PLIX

DFsdfd