[DATABASE] No way to define specific MySQL server port #95
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Database class has no way to define a specific MySQL server port.
Best way is to add the server port parameter in the mypdo's constructor class.
It requires to modify each mypdo's call in whole code of platform
Issue fixed. MyPDO's calls have been modified.
Pushed to master