Skip to content

Instantly share code, notes, and snippets.

View bandaranaike's full-sized avatar

Eranda Bandaranaike bandaranaike

View GitHub Profile
@ftonato
ftonato / database.class.php
Last active November 29, 2024 15:08
PDO Connection Class using Singleton
<?php
/**
* PDO Singleton Class v.1.0
*
* @author Ademílson F. Tonato
* @link https://twitter.com/ftonato
*
*/
class DB {
@irazasyed
irazasyed / ampps-mysql-fix.md
Last active October 4, 2024 00:27
AMPPS MySQL not working, Solution!

AMPPS MySQL not working, Solution!

  1. Open Ampps Application -> MySQL Tab -> Configuration.

  2. In [mysqld] section, add the following line: innodb_force_recovery = 1

  3. Save the file and try starting MySQL

  4. Remove that line which you just added and Save.