Hi There,
I would like to setup phpmyadmin on my system with apache and all (LAMP), you kow, doesn't seem like a huge issue you would think... heh, think again! However, so I got apache going fine ... so the L, A & P part of LAMP works and but the M...mysql was installed already and is being used by Akonadi. Now weird is, there's no user root and my default user isn't root, so who has the root privileges on my server? How do I best get this up and running...
Thanks for some assistance!
Ron
I would like to setup phpmyadmin on my system with apache and all (LAMP), you kow, doesn't seem like a huge issue you would think... heh, think again! However, so I got apache going fine ... so the L, A & P part of LAMP works and but the M...mysql was installed already and is being used by Akonadi. Now weird is, there's no user root and my default user isn't root, so who has the root privileges on my server? How do I best get this up and running...
Code:
reg@reg-desktop:~$ ps ax |grep mysql 1403 ? Ssl 0:47 /usr/sbin/mysqld 1727 pts/8 S+ 0:00 grep mysql 2722 ? Sl 37:34 /usr/sbin/mysqld --defaults-file=/home/reg/.local/share/akonadi//mysql.conf --datadir=/home/reg/.local/share/akonadi/db_data/ --socket=/home/reg/.local/share/akonadi/socket-reg-desktop/mysql.socket
Ron
Comment