The Open Source Swiss Army Knife

/sql_servers/mysql/
/sql_servers/mysql/ + sub-categories
http://www.sirfsup.com/
web directory content
    
      

Not logged in
Chat Register Login
return to:  http:/www.sirfsup.com      /sql_servers   /mysql 
sub-categories and articles

                                                  
dircdrom_books_mysql add
dirmysql_5_doc add
dirmysql_c add
dirmysql_perl add
dirmysql_php sample php mysql functions
dirmysql_sql add
dirreleases add
dirscripts add
dirspools add
dirsrc add
   --->create new sub-category


column_types.htm
add

  1. blob
  2. decimal
  3. int
  4. longtext
  5. datetime
  6. date
  7. text

master_slave.htm
add

  1. master and slave
  2. data security

mysql_admin.htm
add

  1. server constants to make life easier!
  2. transactions
  3. creating batches of sql at one time
    by sourcing/batching/loading infile
  4. optimization
  5. how to install two instances on same machine
  6. my.cnf

mysql_backup.htm
add

backing up


mysql_functions.htm
aggregate and date functions

sql functions

  1. aggregate/group functions
  2. case
  3. cast
  4. concat
  5. coalesce
  6. coalesce
  7. quote
  8. last_insert_id
  9. substring index
  10. todays

mysql_i18n.txt
mysql encoding issues

mysql and i18n internationalization

  1. actual character manipulation and verification
  2. setting database encoding and php site

mysql_install.htm
add

installing mysql

    1. one instance
    2. two or more instances
    3. how to

mysql_intro.htm
add

introduction to mysql

  1. introduction
  2. table and database design
  3. my.cnf a configuration file I haven't had to touch yet
  4. utilities: mysqlaccess,mysql,mysqladmin

mysql_sql.htm
example sql mysql select update insert delete sql samples

sql examples

SQL queries in mysql are entered to the RDBMS through the mysql command line utility, through scripts (php,C,C++) and some also via the mysqladmin utility, e.g. mysqladmin -p create DATABASENAME.

  1. alter
  2. create and drop table
  3. create and drop database
  4. create and drop users
  5. delete
  6. grant and revoke
  7. insert
  8. load data
  9. rename
  10. select
  11. mysql specific metadata commands: show, describe
  12. update
  13. sql functions: aggregate/group functions, case, cast, concat, coalesce, coalesce, quote, last_insert_id, substring index, todays

mysql_users.htm
add

  1. grant
  2. revoke
  3. querying permissions
  4. when manual changes take place

mysql_utilities.htm
mysqladmin, safe_mysqld, utilities

utilities

  1. .my.cnf
  2. mysql
  3. mysqld_safe
  4. mysqlaccess
  5. mysqladmin
  6. mysqlbinlog
  7. mysqldump
  8. myisamchk
  9. mysqlimport

mysqldump.sh
samples of mysql_dump with data and without data and dropping a whole database and dropping only certain selected tables only

#!/bin/sh #mysqldump --add-drop-table dict_explicit english_english #mysqldump --add-drop-table --no-data dict_explicit english_english #mysqldump dict_explicit g4_write_aaec g4_write_aaed g4_write_aaopinions g4_write_acet g4_write_linksenglish --no-data > dict_explicit.sql #mysqldump dict_explicit g4_write_aaec g4_write_aaed g4_write_aaopinions g4_write_acet g4_write_linksenglish --skip-add-drop-table > dict_explicit.txt

mysqldump.txt
myqsldump text

#!/bin/sh present=`date +%b%d%y` mysqldump -uxxxxxxx -pxxxxx --databases horseclass > $present.sql

replication.htm
add

master and slave status

  1. overview
  2. setup
  3. logging
  4. backing up from the slave

table_design.htm
outline of mysql table design strategy

table and data types -- table creation

  1. database organization: normalization !
  2. file formats and table structures
  3. data/column types
  4. indexes
   --->upload your article


User submitted category site links


strings file December
1. MySQL AB :: MySQL 5.0 Reference Manual :: 10.5.2 COLLATE Clause Precedence
MySQL Manual
URL: http://dev.mysql.com/doc/refman/5.0/en/charset-collate-precedence.html - 10KB - 14 Feb 2007

-->submit a page from your site dealing with mysql to the sirfsup! web directory for listing

return to top