- Posts: 1
- Thank you received: 0
When saving my "grid" the host name of my database is being truncated so that the grid no longer works.
I need to keep the host name as it was assigned by my host. Is there a way that I can increase the max characters for my database name?
Please Log in or Create an account to join the conversation.
Hi nlarkin,
Yes, in DB I see relatively small field for hostname (yourdomain.com or IP). In next release we will enlarge that field.
But here is the solution, go to phpMyAdmin and in joomla DB find table jos_grid_conn.
Then modify field (column) dbHost, leave Varchar, change only length to your desired length, lets say 150 or even more if your hostname is really big.
The same for db name, e.g. Northwind, the field is dbName.
Or,
no change needed, if you use IP for hostname.
Regards,
Viljem
Please Log in or Create an account to join the conversation.