Tagged Questions
0
votes
2answers
26 views
Apostrophy and quotation marks won't add to mysql from a form
I need some help here!
I have a form on a site admin page, the owner fills in his projects and the get added to a mysql db, but sometimes the data contains single or double quotes so it won't add to ...
1
vote
0answers
63 views
PHP only store 1048576 characters in array
I'm working on a project that parses huge text files and store some of the information in MySQL DB. I noticed one of the field was missing info when it was displayed, however, when checking the DB ...
-1
votes
1answer
146 views
Convert characters to UTF8 in MySQL (é to é)
I've got a MySQL problem. My whole website except my database is in UTF8. I just recently tried to convert it to UTF8 with all kind of commands, but the main issue is still there:
the accents don't ...
1
vote
1answer
40 views
Salvage Hebrew from MySQL column with wrong character set
So stupidly I've stored hebrew in a MySQL table with the wrong character set. I realised after an influx of data was entered and I'm wondering if it's still possible to access that data. I've since ...
1
vote
0answers
61 views
mysql default charset different when invoked by php
As many others, I'm having some problems with mysql charset. As many others, I want everything to be UTF-8, but mysql was installed with latin-1, and no matter how I try/google/experiment with mysql ...
0
votes
1answer
80 views
how to pass character ′ prime in wxpython?
When I am trying to insert this text 2′BR info MySql through wx.python Textctrl, it gives me such error:
UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-3: ordinal not in ...
0
votes
0answers
114 views
Importing Chinese character data from Excel into mySQL
I've tried everything that I can think of/have found to import Chinese characters data from Excel into mysql, but cannot do it.
The data is formatted in a .txt file with UTF-16 encoding and it tab ...
0
votes
2answers
25 views
Find certain value and add new value
I've got a dictionary in a mysql db with international words in it. I want to find these words and insert a new version. Not replace.
IE when a user runs a PHP query for the value "currencies", both ...
0
votes
1answer
26 views
Charset in index page with SQL queries
In my index.php I have some fixed text written with specialchars (for ex. è à ä ö).
I also have a query wich post text coming from a database. This text has also spcialchars.
The database is setted ...
-1
votes
1answer
78 views
How to store a fraction as a character in MySQL so it can be outputted within text [closed]
I am trying to store the fraction 3/5 (three fifths) as a character in MySQL so that it outputs in php like the symbol ½ within a line of text. I am using phpMyAdmin.
The code for the fraction 3/5 ...
0
votes
0answers
63 views
MySQL bad characters received in php
I'm making simple PHP Project and need help with data received from MySQL.
I have InnoDB Database with default coding utf8_polish_ci, same as all the tables.
When using SELECT at PhpMyAdmin received ...
1
vote
2answers
87 views
Selecting Turkish characters from table?
I have a MySQL table that contains texts (nicknames) with Turkish characters in them.
For example, there is a word "çığır" in Turkish. ( "cigir" with english characters )
It is stored in the database ...
0
votes
1answer
22 views
MySQL User() return only so many characters
I am using the User() to populate a table which returns something like (admin@localhost).
How would I return
1) only the items to the left of the @ (if possible)
and
2) only the first 10 ...
1
vote
0answers
83 views
How can I store characters like 【Ƹ̴Ӂ̴Ʒ into a MySQL database?
I don't know a lot about character sets like UTF-8, etc. etc. so I'm getting lost in the terminology from other posts.
I've been using a VARCHAR that is on the default collation in phpMyAdmin ...
1
vote
2answers
74 views
How to delete specific character from a huge records in database MySQL?
I have many records in the database, and I would like to delete a specific character from all records in specific column.
for example I have this table
id cost distance
1 $1,519 21.5 miles
...
1
vote
1answer
83 views
SQL which is a query chars limit?
Does anyone can tell me if is there any chars limit for a query?
I'm wondering cause I need to build up a big routine query and not sure if the query should have a chars limit.
i'm using : MySQL ...
0
votes
3answers
82 views
A curious case of character encoding, PHP to MySQL and back
I have been stumped by an issue. It seems that most of the tricks that I have tried simply do not work. An overview of the problem is as follow:
Create table, collation set to utf8_unicode_ci. Same ...
2
votes
1answer
126 views
Mysql doesn't display right single quotation mark(’) after inserted into table
I have a table called "Testing". I inserted a row which contains unicode character right single quotation (') 0x2019 in name field.
SQL :
//insert into Testing values(Sno,Name,Address)
...
-1
votes
2answers
55 views
My SQL Full Text search for character by character
I have table
CREATE TABLE `articles`
(
`id` int(11) NOT NULL default '0',
`title` varchar(65) default NULL,
`topic` varchar(25) NOT NULL default '',
`author` varchar(25) NOT NULL default ...
0
votes
2answers
148 views
PHP/Mysql Character Sets
I have a PHP/MySQL application, where it needs to work with UTF-8 characters behind-the-scenes (the UTF-8 characters won't be shown on-screen). The UTF-8 characters are from a PHP cURL request.What do ...
0
votes
2answers
50 views
SUBSTR twice in MySQL statement;
So my responses are of the pattern.. "Congratulations! You have won a Panasonic Sound System in the *. Our call centre will contact you on ***." What I need is to select only the prize (in this case ...
2
votes
3answers
312 views
Unknown character � after importing excel to MySQL, how to avoid it? [duplicate]
Possible Duplicate:
Problem in utf-8 encoding PHP + MySQL
I've imported about 1000 records into MySQL from an excel file. But now I'm seeing � between some texts. It seems they were double ...
0
votes
4answers
538 views
ä ö character encoding, in PHP, Zend MySQL- application
Problem:
When I retrieve values from MySQL table to my PHP Zend Framework-application, the characters ä and ö are returned from the database to my browser like this �.
Any ideas where the problem ...
0
votes
1answer
296 views
change charset and collation of mysql database
How to configure MySQL database and asp.net project so that default character set was utf8 and collation was utf8_general_ci?
0
votes
1answer
511 views
java program with special characters and database
First of all i know that this problem is known, and have a lot of answers, but mine is little bit different or unusual.
So, i'm using Eclipse SDK Version: 3.7.1, and i'm developing java app (JRE 1.7) ...
-1
votes
1answer
91 views
MySQL exact search for also foreign characters
I have a MySQL database encoded in UTF-8 that contains English and Hungarian text.
I'm working on a search function and the results are acceptable except one thing:
The search on strings containing ...
2
votes
2answers
167 views
how to send a query from a .sql file?
background:
I am using RMySQL to query a database; I have been doing this successfully with quoted strings, but I would now like to send a longer query from a .sql file.
The sql file is in ...
0
votes
5answers
345 views
How to properly save non english character into MySQL database using PHP?
I am working on parsing a HTML of website and saving information to database but in the website, there are Non English character (like Chinese, Indian, Korean, etc) that should be saved into MySQL. My ...
0
votes
3answers
284 views
Wordpress site: Random Character Coding error
I have a Wordpress site which randomly shows an error like:
WordPress database error: [Incorrect string value: '\xF0\x9F\x92\x97\xF0\x9F...' for column 'option_value' at row 1] UPDATE ...
0
votes
1answer
357 views
php: Insert special characters into myadmin database
Hello stackoverflow people!
I've got a problem which I haven't been able to solve after 3 months of trying. There are similar problems described on this website, but they didn't give me the result I ...
1
vote
1answer
817 views
Converting MySQL database to UTF16
I am trying to create this table in a MySQL database
CREATE TABLE IF NOT EXISTS `Scania` (
`GensetType` text CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`EngineType` text CHARACTER SET ...
0
votes
3answers
52 views
Character Case Problems
So I have my login form in my website.
And for example my username is JuvarAbrera (saved in mysql).
When I try to login using this username ---> juvarabrera
It is still logged-in in my website. ...
1
vote
2answers
264 views
Mysql extract alphabetical characters only
I have a column which contains a mixture of letters and numbers. I need to get the first set of alphabetical characters from the column. As soon as an integer is encountered I don't want any more.. ...
1
vote
3answers
156 views
Strip character in a php 'for' loop/mysql query
I have a loop that successfully shows account numbers. Some of these numbers were saved into the db with an "@" prepended. I would like to strip the "@" sign from the displayed results. I've seen ...
0
votes
1answer
84 views
How Can I get NSStrings containing any character into my database?
I let users write and then post what they have written to my MYSQL database, using PHP. I have been sending the strings as URLs and then $_GET['string'] in the php and then putting them in the ...
1
vote
3answers
160 views
Removing/Adding characters from the end of a Text file using PHP
I have an autofill search that reads the contents of a text file (this text file has to be formatted in the correct way or the search doesn't work). Now Im doing it in a rather long winded way because ...
2
votes
1answer
152 views
Query results that have less than X characters in MySQL
Some submitters have submitted location strings that are too short.
How can I query them to remove them in phpMyAdmin?
The query would look like this (ending is obviously pseudo code):
SELECT ...
0
votes
1answer
413 views
Accented characters and MySQL searching
I've searched for a question for hours and I haven't found an answer that was suitable for me, so... Here I come...
I'm Hungarian and we use the following accented characters in our language: ...
2
votes
1answer
251 views
How to get rid all strange characters that can't get into mysql from a string in vb.net
I have a problem with strange character.
In mysql this character 💀 cause error Incorrect string value: '\xF0\x9F\x92\x80'
Samples of these characters are from ...
0
votes
1answer
106 views
Input fields stay blanks with special characters after submitting to DB
I'm using codeigniter and have some inputs fields and textareas, When I try to put a character like é, à, è in the field and submit this to my DB it will not be saved, the field stay blank
I'm using ...
0
votes
1answer
54 views
Make it so certain characters can't be inserted into a MySQL database?
This is the code I use for inserting the data:
$connect = mysql_connect("host","username","password") or die("couldn't Connect!");
mysql_select_db("table") or die("couldn't find db");
...
3
votes
2answers
109 views
How do you get columns in mysql that has no word greater than 40 characters?
Basically, I'm trying to create a function in php that would give me the most recent column (message) that has no word greater than 40 characters. I was able to get the most recent message but I have ...
0
votes
1answer
161 views
Are there any illegal characters in MySQL which may not be stored in a field?
I'm looking for a shorthand solution to storing an md5 hash inside of a MySQL table, as string data. I had the idea that base256 could reduce the length of the string by half, down to a 16 digit ...
0
votes
2answers
51 views
MySQL Latin characters in legacy db
Hi I have inherited a db which I need to use the data from. Unfortunately some of the text is spanish and has some obvious encoding issues. For example this is a typical string stored in a text field:
...
1
vote
2answers
479 views
Strange characters showing in MySQL database and on the website
This is running on Windows Server 2008 R2
MySQL (phpmyadmin) shows
Server: localhost via TCP/IP
Server version: 5.5.18
Protocol version: 10
User: -
MySQL charset: UTF-8 Unicode (utf8)
MySQL ...
1
vote
5answers
182 views
Special characters to mysql from php
I know there have been a lot of almost the same questions, but I still didn't find the answer to my problem.
I want to place "les Îles Açores" into the db. But I get:
les Îles Açores
I tried ...
0
votes
2answers
2k views
What MySQL collation/character set should I use for English and Spanish?
I'm building an PHP5 application with MySQL for English and Spanish speaking. Should I set the character set and collation to UTF8 and then convert everything into the database with mbstring? Or, ...
-1
votes
4answers
190 views
What is the encoding for the character č for a MYSQL3 database?
I have here an old MySQL3 database with an encoding problem. Since the system should be replaced I need a fix. I have to input the character č. But what is the encoding for that? For
ä -> ä
ö -> ö
...
0
votes
1answer
414 views
How to store html characters in mysql and display them correctly
Not sure if I am asking this correctly. But I am using a Jquery HTML Editor cleditor so that the users can load html text. When I insert this into my db(mysql) and want to display the outcome it ...
0
votes
1answer
820 views
Echo German characters from MySQL database?
I have a database full of German contacts.
The database itself displays all the unique German characters fine (when i'm looking at it in the admin control panel), but when I echo any special German ...




