Català   Español  

Difference between revisions of "MySQL/en"

From Guifi - Media-pool Common Repository

(Created page with '*To create a Database mysqladmin -u ''root'' -p create ''databasename'' * To check MySQL errors in all databases mysqlcheck -u ''blogmail'' -p -A * To fix MySQL errors in all...')
 
m (3 revisions: Importing all articles from english wiki)
 
(2 intermediate revisions by 2 users not shown)
(No difference)

Latest revision as of 23:58, 22 July 2015

  • To create a Database
mysqladmin -u root -p create databasename
  • To check MySQL errors in all databases
mysqlcheck -u blogmail -p -A
  • To fix MySQL errors in all databases
mysqlcheck -u blogmail -p -r -A
Personal tools