Difference between revisions of "Mysql"
From MyWiki
Line 5: | Line 5: | ||
[[ Determine which storage engine is being used ]] <br> | [[ Determine which storage engine is being used ]] <br> | ||
[[ Find duplicates ]]<br> | [[ Find duplicates ]]<br> | ||
+ | [[ Find the size of mysql database ]]<br> | ||
[[ Selecting into a csv file ]]<br> | [[ Selecting into a csv file ]]<br> | ||
[[ Indexes ]]<br> | [[ Indexes ]]<br> |
Revision as of 08:12, 14 September 2015
Altering column
Column types
Creating a mysql user
Creating users
Determine which storage engine is being used
Find duplicates
Find the size of mysql database
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