Setting Up MySQL Databases for New Websites

From Littledamien Wiki
Revision as of 13:48, 5 March 2024 by Video8 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

See Creating New MariaDB Databases

Workflow[edit]

  • Remote Desktop to the development web server
  • MySQL Administrator
    • Login as "root"
    • Catalogs > schema list > right click > Create New Schema (Ctrl+n)
    • User Administration > user list > right click > Add new user
      • User Information tab
        • Enter login
        • Generate password using cPanel's MySQL administration
          • Login to cPanel
          • Databases > MySQL Databases
          • MySQL Users > Password Generator > copy the password string
          • Save the password in the site configuration
          • Enter the password in MySQL Administrator
      • Schema Privileges tab
        • Select the new database from the Schemata list
        • Click the << button to move all Available Privileges to the Assigned Privileges column.
      • Click Apply changes
    • Service Control
      • Click Stop Service
      • Click Start Service