JP_Cloud_WikiDatabasesMysqlOn this pageMysqlMySqlCommands:mysqlshow databases;use <database>;show tables;select * from <table> limit 10;grant all privileges on *.* to 'root'@'%' with grant option;