Details
-
Type:
Bug
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 10.0.21
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:Debian 7 (Wheezy)
Description
I recently installed an instance of Maria DB 10.0.21 on my laptop from a tarball (with glibc) and went through my installation fine but when trying to start the daemon with --user=mariadb (as this is the user I'm using for the db server) the prompt keeps adding dots to the "Starting MySQL" message without ever stopping even though in the log file
{hostname}.err I can see that it successfully started and mysqld_safe status returns a "running" message.
I haven't tried to do it with the standard mysql user so I don't know if it happens with the standard user, I guess not because I did not see another bug report for a similar case in JIRA.
Note : I was previously using MySQL server 5.6 with the standard user.
Gliffy Diagrams
Attachments
Activity
- All
- Comments
- Work Log
- History
- Activity
- Transitions
Note that I just ran the same process as the one causing the issue on a similar instance with the one difference that I used the standard mysql user and did not experience the same issue.
So is it normal behaviour that I would not get back the shell prompt when using another user ? Does the same also happen with a Mysql install ?
In the meantime I'll use the standard user although I do not like having to use a "mysql" for a "mariadb" server.