¡@

Home 

php Programming Glossary: refman

Importing CSV data using PHP/MySQL

http://stackoverflow.com/questions/11448307/importing-csv-data-using-php-mysql

it in PHP. MySQL manual page here http dev.mysql.com doc refman 5.1 en load data.html Hope that helps share improve this answer..

mysql_connect (localhost / 127.0.0.1) slow on Windows platform

http://stackoverflow.com/questions/11663860/mysql-connect-localhost-127-0-0-1-slow-on-windows-platform

address explicitly. For MySQL see http dev.mysql.com doc refman 5.5 en ipv6 server config.html For Apache config see http httpd.apache.org..

PDO Prepared Inserts multiple rows in single query

http://stackoverflow.com/questions/1176352/pdo-prepared-inserts-multiple-rows-in-single-query

it is faster than regular inserts. http dev.mysql.com doc refman 5.0 en insert speed.html datafields array 'fielda' '' 'fieldb'..

PHP code to convert a MySQL query to CSV [closed]

http://stackoverflow.com/questions/125113/php-code-to-convert-a-mysql-query-to-csv

the documentation for this is here http dev.mysql.com doc refman 5.0 en select.html or select SELECT FROM table_name export mysql_query..

Cannot connect to MySQL 4.1+ using old authentication

http://stackoverflow.com/questions/1575807/cannot-connect-to-mysql-4-1-using-old-authentication

to connect to the server. see also http dev.mysql.com doc refman 5.0 en old client.html http dev.mysql.com doc refman 5.0 en.. doc refman 5.0 en old client.html http dev.mysql.com doc refman 5.0 en password hashing.html http dev.mysql.com doc refman 5.0..

MySQL/PHP Search Efficiency

http://stackoverflow.com/questions/2954022/mysql-php-search-efficiency

What should every PHP programmer know?

http://stackoverflow.com/questions/306497/what-should-every-php-programmer-know

in. http www.php.net manual en http dev.mysql.com doc refman 5.0 en apis php.html Frameworks Make sure it's an MVC framework..

What is the best collation to use for MySQL (with PHP)

http://stackoverflow.com/questions/367711/what-is-the-best-collation-to-use-for-mysql-with-php

character sets on the MySQL manual http dev.mysql.com doc refman 5.0 en charset unicode sets.html share improve this answer..

MySQL and NoSQL: Help me to choose the right one

http://stackoverflow.com/questions/4419499/mysql-and-nosql-help-me-to-choose-the-right-one

indexes only available with innodb http dev.mysql.com doc refman 5.0 en innodb index types.html http www.xaprb.com blog 2006..

insert contacts into database but does not want to duplicate already existing contact

http://stackoverflow.com/questions/4702059/insert-contacts-into-database-but-does-not-want-to-duplicate-already-existing-co

INSERT ... ON DUPLICATE KEY UPDATE http dev.mysql.com doc refman 5.0 en insert on duplicate.html share improve this answer..

Parse SELECT clause of SQL queries into a PHP array

http://stackoverflow.com/questions/4968690/parse-select-clause-of-sql-queries-into-a-php-array

commas and parentheses all over. http dev.mysql.com doc refman 5.0 en expressions.html If you really want to do this with PHP..

How to avoid “Using temporary” in many-to-many queries?

http://stackoverflow.com/questions/5472241/how-to-avoid-using-temporary-in-many-to-many-queries

only available with innodb http dev.mysql.com doc refman 5.0 en innodb index types.html http www.xaprb.com blog 2006..

how to check and set max_allowed_packet mysql variable [duplicate]

http://stackoverflow.com/questions/5688403/how-to-check-and-set-max-allowed-packet-mysql-variable

multiple auto increment in mysql

http://stackoverflow.com/questions/7085275/multiple-auto-increment-in-mysql

PHP MySQL Triggers - How to pass variables to trigger?

http://stackoverflow.com/questions/7750208/php-mysql-triggers-how-to-pass-variables-to-trigger

CONCAT salt ' password' 512 Links http dev.mysql.com doc refman 5.0 en blackhole storage engine.html http dev.mysql.com doc.. en blackhole storage engine.html http dev.mysql.com doc refman 5.0 en create trigger.html Storing hashed passwords in MySQL..

How to correctly set mysql timezone

http://stackoverflow.com/questions/8434030/how-to-correctly-set-mysql-timezone

time zone used per connection See http dev.mysql.com doc refman 5.5 en time zone support.html for details. Date time values..

MySQL: Determine Table's Primary Key Dynamically

http://stackoverflow.com/questions/893874/mysql-determine-tables-primary-key-dynamically

want the row where Key_name PRIMARY http dev.mysql.com doc refman 5.0 en show index.html You'll probably want to cache the results..

iPhone emoticons insert into MySQL but become blank value

http://stackoverflow.com/questions/9509668/iphone-emoticons-insert-into-mysql-but-become-blank-value

SMILING EYES is at U 1F604. Now see http dev.mysql.com doc refman 5.5 en charset unicode.html . MySQL before version 5.5 only..