LicenseCart
  • 0 Shopping Cart
  • Home
  • Store
    • Browse All
    • cPanel
    • Plesk
    • LiteSpeed
    • Blesta
    • R1Soft
    • InterWorx Leased
    • Softaculous
    • CloudLinux
    • KernelCare
    • Virtualizor
  • Announcements
  • Knowledgebase
  • Network Status
  • Contact Us
  • More
  • Account
    • Login
    • Register
    • Forgot Password?
  1. Portal Home
  2. Knowledgebase
  3. Blesta
  4. Tutorials
  5. How to set-up a database for Blesta via SSH?

  Categories

1
Billing
128
Blesta
2
CloudLinux
4
cPanel
6
CraftSRV
148
InterWorx
17
KernelCare
22
LiteSpeed
27
Pre-Sales
11
R1Soft
4
Softaculous
27
SolusVM
2
TrendyTools

  Categories

  Support

  My Support Tickets   Announcements   Knowledgebase   Downloads   Network Status   Open Ticket

How to set-up a database for Blesta via SSH? Print

  • 1

Log into MySQL / MariaDB with mysql or if you have set a root password: mysql -u root -u

CREATE DATABASE database_name;
CREATE USER ‘database_user’@‘localhost' IDENTIFIED BY ‘Your_Password';
GRANT ALL PRIVILEGES ON database_name.* TO 'database_user'@'localhost' IDENTIFIED BY 'Your_Password';
FLUSH PRIVILEGES;

Was this answer helpful?

Related Articles

How can I set-up a registration form? So you would like to set-up a registration form so your clients can register without placing an... How can I run the cron manually? https://www.domain.com/path/to/blesta/cron/TASK/?cron_key=YOURCRONKEY You can get your cron key... How can I add more currencies Paypal accepts? Go to: /components/gateways/nonmerchant/paypal_payments_standard/paypal_payments_standard.php... How can I remove the images in tickets? Client Side: You can by editing this file:... How can I find out the tags I can use in a email? Save {% debug %} in the template and then test the email you will get a copy of every tag you...
« Back

  Support

  My Support Tickets   Announcements   Knowledgebase   Downloads   Network Status   Open Ticket
  • Contact Us

Copyright © 2025 LicenseCart. All Rights Reserved.


Loading...
Loading...

Choose Currency

$ USD
A$ AUD
£ GBP
$ CAD
EUR EUR

Generate Password

Please enter a number between 8 and 64 for the password length