Difference between revisions of "Mysql"
From MyWiki
Line 1: | Line 1: | ||
[[ Altering column ]]<br> | [[ Altering column ]]<br> | ||
[[ Column types ]]<br> | [[ Column types ]]<br> | ||
+ | [[ Creating a mysql user ]]<br> | ||
[[ Creating users ]] <br> | [[ Creating users ]] <br> | ||
[[ Determine which storage engine is being used ]] <br> | [[ Determine which storage engine is being used ]] <br> | ||
Line 6: | Line 7: | ||
[[ Selecting into a csv file ]]<br> | [[ Selecting into a csv file ]]<br> | ||
[[ Indexes ]]<br> | [[ Indexes ]]<br> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
[[ Selecting a table from a mysqldump file ]]<br> | [[ Selecting a table from a mysqldump file ]]<br> | ||
− | |||
[[ PHP mysqli_real_escape_string() Function ]]<br> | [[ PHP mysqli_real_escape_string() Function ]]<br> | ||
[[ mysqldump to file with line terminations ]] <br> | [[ mysqldump to file with line terminations ]] <br> |
Revision as of 13:03, 10 September 2015
Altering column
Column types
Creating a mysql user
Creating users
Determine which storage engine is being used
Find duplicates
Selecting into a csv file
Indexes
Selecting a table from a mysqldump file
PHP mysqli_real_escape_string() Function
mysqldump to file with line terminations
Preventing database hanging when using mysqldump
Regular expressions
Setting a prinary key
Setting the root password
Test db for user creation
Update two columns
Users