Difference between revisions of "Mysql"
From MyWiki
Line 13: | Line 13: | ||
[[ Selecting a table from a mysqldump file ]]<br> | [[ Selecting a table from a mysqldump file ]]<br> | ||
[[ Creating a mysql user ]]<br> | [[ Creating a mysql user ]]<br> | ||
+ | [[ PHP mysqli_real_escape_string() Function ]]<br> |
Revision as of 14:04, 1 July 2015
Selecting into a csv file
Indexes
Users
Column types
Altering column
Regular expressions
Setting the root password
Creating users
Setting a prinary key
Find duplicates
Test db for user creation
Update two columns
Selecting a table from a mysqldump file
Creating a mysql user
PHP mysqli_real_escape_string() Function