-
-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error at the database connection step of the manual installation process #884
Comments
Ah well okay then. Could you please install the MySQL Client on your machine? It's needed if you want to use LinkAce with a MySQL database. |
I have installed MariaDB service through Docker, my other hosting services and container services to connect to the database are running fine, I have opened the external port of MariaDB and remote connection is fine, I have spent days troubleshooting this issue and still have no clue, I don't want to give up, please help me to solve this issue! |
Could you please share your PHP configuration? Maybe something is missing, so that PHP falls back to using the MySQL client instead of using the PDO modules which usually takes care of the database connections. |
|
I have no idea where this is coming from. PDO MySQL is clearly installed and should be used during the setup. It's unusual that the Could you please try to finalize the setup by using the command line: php artisan migrate
php artisan setup:complete
php artisan registeruser |
I know what the issue is. LinkAce v2 uses a database dump to create the base table structure ov LinkAce v1. This significantly increases the time to install the applications, because not all 30+ migrations need to run one after another. So, basically |
This is really bad news. That's all. |
Well, I know it's unfortunate that those clients are needed, but I would not like to build the whole database setup back for an rather edge case setup. LinkAce backups won't be available too, if the clients are missing from your system. |
Bug Description
I described the problem in Discussions #881, and felt it would be more convenient to raise an Issues.
The problem is as shown in the screenshot, I checked the database and network again before this and they are working fine, do I need to provide any other information to assist with this?
How to reproduce
Setup without Docker
Expected behavior
make it work
Logs
Screenshots
LinkAce version
v2.0.0 Beta 4
Setup Method
PHP
Operating System
Linux (Ubuntu, CentOS,...)
Client details
No response
The text was updated successfully, but these errors were encountered: