Català   Español  

Difference between revisions of "MySQL/en"

From Guifi - Media-pool Common Repository

m (Al moved page MySQL to MySQL/en)
m (3 revisions: Importing all articles from english wiki)
 
(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