If you've set up SSH access for a package, then you can use one of two methods to export a MySQL database via the CLI. If needed, we have two articles on how to......
There are various ways to export your MySQL databases for safekeeping or transfer. The first method allows you to back up multiple databases via your Pixallus c......
You can create MySQL databases in seconds directly from your Pixallus control panel. This option is unavailable for packages hosted on our WordPress platform d......
At Pixallus, each MySQL database you create can store up to 1024 MB (1 GB) of data. As databases comprise of only text, this is a lot of space in real terms; to......
No, you would need to set the database hostname as the server that it's on at Pixallus. You can find this by going to the MySQL Databases icon within a package.......
You can use phpMyAdmin to import an .SQL file with your database information. To do this: Log in to your database via phpMyAdmin ( > Manage Hosting > [select p......
MariaDB is a fork of MySQL. The database structure and indexes of MariaDB are the same as MySQL. This makes MariaDB a backward compatible, drop-in replacement f......
If you've set up SSH access for a package then you can run the following command-line instructions to import a MySQL database: mysql -h hostname -u username -p......
We encrypt all FTP, email and database passwords so they are not visible as plain text inside your control panel. The exception is the very first FTP account: t......