Recent content by InTheWoods

  1. InTheWoods

    Replicating the same DA setup across multiple new servers. What's the easest way?

    Trying to figure out the easiest way to complete this without it causing me too much stress or time, ha! Is there a recommend 'simple' way to setup new DA servers across? Same software stacks, same settings, etc. I don't want to have to go into CustomBuild if I don't have to and check one by...
  2. InTheWoods

    "php 5.x, 7.x and 8.0 cannot compile against openssl 3.0 or higher. Try php 8.1 or higher"

    Tried CloudLinux, AlmaLinux 8.x and Debian 12. All give the same error when trying to enable PHP multi-choice versions 7.4 or 8.0. I have older DirectAdmin servers running CloudLinux without this being an issue, but would like newer deployments to have the latest OS. While 8.x support is great...
  3. InTheWoods

    Importing large database (2GB). phpMyAdmin always fails, and via SSH I get credential errors...

    Sure, in your example above: mysql -uUSERNAME -p DATABASENAME < /path/to/the/backup.sq That would result in an error for me. ( ERROR 1044 (42000) at line 18: Access denied for user 'username'@'localhost' to database 'databasename' ) However, I can open the MySQL/MariaDB CLI prompt by instead...
  4. InTheWoods

    Importing large database (2GB). phpMyAdmin always fails, and via SSH I get credential errors...

    Importing now via CLI. Using the 'source' command after logging into MariaDB CLI. Seems to be working.... Will report back. What a wonky setup. I've never had to do this before. Not sure if this is a DirectAdmin thing, a Debian 12 thing, or something in between.
  5. InTheWoods

    Importing large database (2GB). phpMyAdmin always fails, and via SSH I get credential errors...

    Yes, that is exactly what I am doing. That is the same thread I read a couple hours ago when I started this process. :(
  6. InTheWoods

    Importing large database (2GB). phpMyAdmin always fails, and via SSH I get credential errors...

    I've never had to do that before. If the DB is at /home/username/staging/mydatabase.sql, what would I do when in the MariaDB terminal or whatever?
  7. InTheWoods

    Importing large database (2GB). phpMyAdmin always fails, and via SSH I get credential errors...

    The original did, was long/secure. I dumbed it down and the issue persists. We responded near the same time, so perhaps my last response wasn't seen. I can access the MariaDB via SSH with the same password. It's only when I try to import the DB that it gives me a credential error.
  8. InTheWoods

    Importing large database (2GB). phpMyAdmin always fails, and via SSH I get credential errors...

    From SSH I can: mysql -u username_database -p username_database And that works just fine. MariaDB [username_database]> But if I run the same command with "< /home/username/staging/mydatabase.sql" at the end, using the same password, I get a credential error... So strange.
  9. InTheWoods

    Importing large database (2GB). phpMyAdmin always fails, and via SSH I get credential errors...

    I'll try shortly and will let you know. Right now I'm signed into server.com/phpmyadmin as da_admin and am trying to import the data to the "username_database" database right now. I don't want to interupt this process as I'm already well over my allotted timeframe for maintenance on this and am...
  10. InTheWoods

    Importing large database (2GB). phpMyAdmin always fails, and via SSH I get credential errors...

    The database has been created in DirectAdmin as a user. Database name: username_database Username: username_database Password: example123 (The above info is just an example) Via SSH, as ROOT, I run: mysql -u username_database -p username_database < /home/username/staging/mydatabase.sql...
  11. InTheWoods

    Preventing files from downloading (.csv)

    A customer is trying to get a .csv file to appear within the browser as opposed to automatically downloading. Webserver: Apache + Nginx How to proceed with this? Is this something that needs to go in a .htaccess file or what?
  12. InTheWoods

    Migrating a DA VM to a new IP

    Anything? What is required when the main IP of a DA server is changed?
  13. InTheWoods

    Migrating a DA VM to a new IP

    Hello, A VPS with DA installed will needs to be migrated to a new IP / subnet. What would be the easiest / safest way to complete this task? Aside from things like DNS records needing to be updated from the old IP to the new IP, what else needs to be done? Any useful scripts to cater to this...
  14. InTheWoods

    Multi-Server Setup with two masters? (NS1 master and NS2 master)

    Just an update: Was a pretty simple process offloading and syncing records. All good, improved and proper now.
  15. InTheWoods

    Multi-Server Setup with two masters? (NS1 master and NS2 master)

    Thanks for the feedback everyone. We use 'proper' DNS clustering for other products, but was unaware that DA allows for what appears to be a seamless setup of multiple master DNS servers. Since DNS is (soon to be 'was') being served from each individual shared hosting server, there was no...
Back
Top