Search found 4 matches

by kimilie
Sat Sep 27, 2014 2:44 pm
Forum: MySQL / MariaDB Database Help and Discussion
Topic: [RESOLVED]MariaDB can not create DB (beginer ...)
Replies: 4
Views: 14016

Re: MariaDB can not create DB (beginer ...)

Hello out there ! My problem is solved ! Here is the way I've solved the problem : kimilie@kimilie-MS-7816:/$ sudo /etc/init.d/mysql stop * Stopping MariaDB database server mysqld [ OK ] kimilie@kimilie-MS-7816:/$ sudo mysqld_safe --skip-grant-tables --skip-networking & [1] 4724 kimilie@kimilie-...
by kimilie
Sat Sep 27, 2014 1:29 pm
Forum: MySQL / MariaDB Database Help and Discussion
Topic: [RESOLVED]MariaDB can not create DB (beginer ...)
Replies: 4
Views: 14016

Re: MariaDB can not create DB (beginer ...)

Hello, Thank you for your reply ! I tried this code but got an error : kimilie@kimilie-MS-7816:~$ mysql -u root ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2 "No such file or directory") It's really hard for me to connect when I do ...
by kimilie
Sat Sep 27, 2014 12:21 pm
Forum: MySQL / MariaDB Database Help and Discussion
Topic: [RESOLVED]MariaDB can not create DB (beginer ...)
Replies: 4
Views: 14016

Re: MariaDB can not create DB (beginer ...)

Hello ! Thank you for your reply. When I try to connect via root user, I get this error : kimilie@kimilie-MS-7816:~$ mysql -u root ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2 "No such file or directory") Thank you for your help ! ...
by kimilie
Fri Sep 26, 2014 5:58 pm
Forum: MySQL / MariaDB Database Help and Discussion
Topic: [RESOLVED]MariaDB can not create DB (beginer ...)
Replies: 4
Views: 14016

[RESOLVED]MariaDB can not create DB (beginer ...)

Hello, I am on ubuntu 14.04 and I have great problems to start using mariaDB, maybe because I'm new user. I have installed Mariadb and no passwords creation or whatever was asked to me. But, I think it is well installed because I can start it with the following command : kimilie@kimilie-MS-7816:~$ s...