How to deal with the messy code when using MariaDB for Chinese
摘要:For compatibility, using the code of UTF-8. Due to the code of VS using GBK2312, so must transfer the UTF-8 to mysql_query. I use the code of this: 1
阅读全文
How to restart mariaDB
摘要:When using the service of MariaDB, using this way to restart it:
阅读全文