[phpMyAdmin Developers] Problem of qrqbic langage
abrar dogar
abrar.gsoc at gmail.com
Sun Mar 24 08:37:19 CET 2019
To insert Arabic Data manually into your Phpmyadmin.
First you check either your database , table and column name is utf8 set or not. If these are not set to utf8 then first you set it then you may insert arabic data into you db table.
For Columns:
SELECT character_set_name FROM information_schema.`COLUMNS` C
WHERE table_schema = "schemaname"
AND table_name = "tablename"
AND column_name = "columnname";
You may easily set utf8 to your tables if you are using SQLYog.
Just right click on db, table, column name and click on alter option and set to
Database Chartset = utf8 Database Collation = utf8_general_ci .
Just Enjoy ....
Go to this link for reference
Regards and Best Wishes,
Abrar Ahmad
Pakistan
From: rjiba aymen
Sent: Saturday, March 23, 2019 10:00 PM
To: developers at phpmyadmin.net
Subject: [phpMyAdmin Developers] Problem of qrqbic langage
Hello ,
I have a Problem in phpMyAdmin which the the arabic langage It Save like This ‘Ù?Ù?تب اÙ?ضبط’ Under a centos server
Thanks
Provenance : Courrier pour Windows 10
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.phpmyadmin.net/pipermail/developers/attachments/20190324/dce975a0/attachment-0001.html>
More information about the Developers
mailing list