Posted in   
       2
       4:05 am, August 13, 2020 
      Create a UTF8 General MySQL Database with Command
This will create a UTF8 database with the character encoding utf8_general_ci replacing the  with your database name. I was manually doing this in adminer before this and selecting the encoding, this is much quicker!
 
    
PHP
create database <database_name> character set UTF8 collate utf8_general_ciView Statistics
            This Week
          
          
            18
          
        
            This Month
          
          
            65
          
        
            This Year
          
          
            0
          
        Add Comment
Other Items in sql
Related Search Terms
Other Categories in Code
    c testing apache apps asp bat bootstrap bootstrap templates core css css grid design elements fancybox fonts foundation framework gimp git html icons ideas images javascript jquery js linux mac nginx node php php functions php simple html dom pi400 python react sections site bugs site documentation sql sqlite sublime svg templates tools virtual box webdev windows wordpress 
  

