Dockerize PHP Application with MySQL Database

Dockerizing a PHP application with a MySQL database is similar to the general process of dockerizing an application, but with a few additional steps to set up the database. Here are the steps to dockerize a PHP application with a MySQL database:

Continue reading Dockerize PHP Application with MySQL Database

phpmyadmin’de varsayılan veritabanı türünü değiştirmek

phpmyadmin default storage engineŞu an bir ihtiyacım üzerinde araştırırken edindiğim bilgiyi hızlıca paylaşacağım. Localhostunuzda veritabanı oluştururken default seçenek olarak MyISAM ya da InnoDB geliyor olabilir. Ve siz default seçeneğin başka bir seçenek olmasını istiyor olabilirsiniz. Continue reading phpmyadmin’de varsayılan veritabanı türünü değiştirmek