Emin Özlem; CSS Artisan, WordPress & PHP Enthusiast.
  • Portfolyo
  • Blog
    • Coding
      • wordpress
      • snippets
    • PC
    • Social
    • blog
    • Note to self
    • tidbits
  • Contact
  • About
  • IBAN / Bank accounts
  • en
  • tr

Posts Tagged: mysql

Change all mysql db tables and sub tables collation to utf8

SELECT CONCAT('ALTER TABLE `', TABLE_NAME,'` CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;') AS mySQL FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_SCHEMA= "myschema" AND TAB...

The server quit without updating PID file and all that jazz.

The server quit without updating PID file and all that jazz.The story: I was getting session file write errors (write failed: No space left on device (28) ) in wp admin, i checked /tmp folder but it was not full, only 60% percent was used. ...

Bootstrap UL

© Emin Özlem; CSS Artisan, WordPress & PHP Enthusiast.