Arshid
Arshid
Same issue
Please download new version. Or please feel free to contact me. Skype : arshidkv12
Feel free to PM Skype: arshidkv12 On Thu, Nov 7, 2019, 4:49 PM abhayvishwakarma wrote: > @arshidkv12 Can you add the link of the > latest version? > > —...
Encrypt controller folder only.
php 8.1
PHP : 8.1.10 rustc : 1.66.0 cargo : 1.66.0 Mac: Big Sur (11.4)
Sorry... I am confused. I can insert emojis by phpmyadmin. But it is not working by sequelize. I can see the following outputs from packets. **this.handshake** value is **cesu8** from...
> Can you try this; > > ``` > const sequelize = new Sequelize( config.DB_DATABASE, config.DB_USERNAME, config.DB_PASSWORD, { > host: config.DB_HOST, > dialect: 'mysql', > logging: false, > keepDefaultTimezone: true,...
It is working if I add the following code (each time). ``` connection.query("SET CHARACTER SET utf8mb4"); connection.query( 'INSERT INTO emails ( `subject` ) VALUES (" subject 👋" );', ); ```
Sorry... It is not working.