| PANIC! Error during connection on MySQL server [message #8795] |
Thu, 03 February 2011 03:44  |
ddoc
Messages: 6 Registered: February 2011
|
phpCollab guest |
|
|
Dear, this is my first post. I started using phpcollab in 2005. Now, more experienced, I am having trouble.
When you install version 2.5, I received a strange message.
PANIC!
Error during connection on MySQL server
I consulted the forum here, but without result. Deletes the user, created another and tried again. Nothing. I have this server running at least 14 database, in mysql, and all work!
I tried to change the setting manually, but it appears only a white screen. I have no further attempt.
Can anyone help me without suggesting to delete user or rights?
Thanks
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Re: PANIC! Error during connection on MySQL server [message #8816 is a reply to message #8813] |
Fri, 11 February 2011 13:27   |
LiviaCH
Messages: 3 Registered: February 2011
|
phpCollab guest |
|
|
| mindblender wrote on Fri, 11 February 2011 07:04 | There is a known issue with MySQL that you can not have a dash in your database name.
That could be your problem if you have a dash in the database name. try asking your ISP to rename your database.
|
I too have a dash in the database name but:
1. My provider will not change that since it's a standard for all databases they have
2. I already had Phpcollab installed in exactly this database a few years ago... it worked flawlessly back then...
So why doesn't it work anymore? 
[Updated on: Fri, 11 February 2011 13:27] Report message to a moderator
|
|
|
|
| Re: PANIC! Error during connection on MySQL server [message #8817 is a reply to message #8795] |
Fri, 11 February 2011 17:49   |
|
|
Not sure why it would work back then but not now. If you google MySQL dash in database name you will see that it is a bug that has been around for a long time.
The other thing you might check are your PHP error logs and see if there is anything else that might help point to the problem.
|
|
|
|
| Re: PANIC! Error during connection on MySQL server [message #8826 is a reply to message #8795] |
Thu, 03 March 2011 03:23   |
southcot
Messages: 3 Registered: January 2008
|
phpCollab guest |
|
|
I have had this problem today. It seems that as well as not working with, in my case, underscores in the DB username it also mangles password with non alphanumeric characters in it so:-
For DB user no underscore allowed
for DB name underscore allowed
For DB password only alphanumeric
For Admin password only alphanumeric
If you want to use non alphanumeric values in either password or underscores in the username then install using the values that will work and then changed the details in includes/settings.php
This is a very irritating problem that ought to be resolved as it is exclusively due to the setup interface and has absolutely nothing to do with MySQL.
[Updated on: Thu, 03 March 2011 03:24] Report message to a moderator
|
|
|
|
|
|
| Re: PANIC! Error during connection on MySQL server [message #8830 is a reply to message #8795] |
Fri, 04 March 2011 06:24  |
southcot
Messages: 3 Registered: January 2008
|
phpCollab guest |
|
|
|
If you did want to use it then another option would be to temporarily install using another mysql where you could use a UN without and then move the db that was created back to your hosts mysql and edit settings.php to reflect the change. As I said it's only the setup that's the problem. If you want to do this and want access to a temporary db then message me and I'll "lend" you one.
|
|
|
|