Remote connection "sql server"

jacdem

New member
Joined
Oct 31, 2022
Messages
2
Hello, is it possible to have a remote connection for the data base? With a software like SQL server?

(I am with a shared server)
 
Why not use PHPMyAdmin? It's a web-based database management software that can manage the sql database. I assume you are not an admin as you said you are using a shared server. You can connect mysql with other software but your admin must not block remote SQL in the setting. Ask your admin.
 
(I am with a shared server)
Additionaly to what Maxi32 said, you're on the wrong forums here. This is only a support forum for admins and resellers. Not for hosting customers using Directadmin. ;)
So yes... ask your hosting provider. But little chance I guess.
 
Thank you for your answers. Sorry if I got the wrong forum. If you have a proposal to solve my backup problem it would solve my problem because phpadmin gives errors when restoring the database. There are just scripts in PHP that work. Like mysqldumper. But this one doesn't work anymore in php 8.1
 
Yes well... that might to do with timeout errors on the php settings of the server. If normal backup via phpmyadmin does not work and via mysqldumper would work, then it's a server side issue mostly.

Best way to make a database backup would be via SSH then if you have SSH access.
Again, for both setting timeouts higher or to allow SSH, you have to contact your own hosting provider.

There are some mysqldumper alternatives but I don't know which is good to use.
 
Contact your provider. We can't do anything.

Also all script that write before PHP8 will can be break change with php8.

if you want to use,, you need to fixed by yourself or contact developer of that software.

Currently mostly my software will be php7 forever. because im too lazy to rewrite my code. ?
 
Back
Top