Laravel Sail on Oracle Cloud

Herkese merhaba. Bu yazımda belli limitler dahilinde ömür boyu ücretsiz olarak kullanılabilen Oracle cloud servisinden bahsedeceğim. https://www.oracle.com/tr/cloud/free/ Yukardaki adresten kayıt olma aşamalarını tamamlayarak sisteme üye olabilirsiniz. Bu sistem sayesinde aşağıdaki özelliklere ücretsiz erişebiliyorsunuz. Altyapı Her biri 1/8 OCPU** ve 1 GB belleğe sahip 2 AMD tabanlı Compute sanal makinesi Ayda 3.000 OCPU saati ve 18.000…

MySQL Error: : ‘Access denied for user ‘root’@’localhost’

To fix MySQL Error: : ‘Access denied for user ‘root’@’localhost’, you should follow these steps: Step 1: Open and Edit /etc/my.cnf or /etc/mysql/my.cnf, according to your distro. Step 2: Add skip-grant-tables which is under [mysqld] Step 3: Now, Restart Mysql You must be able to login to mysql now by using the below command mysql…