i got it installed but it wont start... any ideas?
mysql help please
Collapse
X
-
What error messages do you get? (if any)Custom Software Development, email: woj#at#wojfun#.#com to discuss details or skype: wojl2000 or gchat: wojfun or telegram: wojl2000
Affiliate program tools: Hosted Galleries Manager Banner Manager Video Manager
Wordpress Affiliate Plugin Pic/Movie of the Day Fansign Generator Zip Manager -
/usr/local/bin/mysqld_safe &
[2] 44131
[1] Exit 1 /usr/local/bin/safe_mysqld
sly# touch: /var/db/mysql/sly.splitinfinity.net.err: No such file or directory
chown: /var/db/mysql/sly.splitinfinity.net.err: No such file or directory
Starting mysqld daemon with databases from /var/db/mysql
/usr/local/bin/mysqld_safe: cannot create /var/db/mysql/sly.splitinfinity.net.err: No such file or directoryComment
-
starting with the wrong permissions?
I usually do something like /usr/local/bin/safe_mysqld --user=mysql
Do a "ps -aux |grep mysq" to verify it is running -- then you should be able to do mysql -p to login (if you have a password set for your mysql user)Comment
-
sly# /usr/local/bin/mysqld_safe --user=mysqlOriginally posted by pronwatcherI usually do something like /usr/local/bin/safe_mysqld --user=mysql
Do a "ps -aux |grep mysq" to verify it is running -- then you should be able to do mysql -p to login (if you have a password set for your mysql user)
touch: /var/db/mysql/sly.splitinfinity.net.err: No such file or directory
chown: /var/db/mysql/sly.splitinfinity.net.err: No such file or directory
Starting mysqld daemon with databases from /var/db/mysql
/usr/local/bin/mysqld_safe: cannot create /var/db/mysql/sly.splitinfinity.net.err: No such file or directory
same thing
Comment
-
I usually press the "create a database" button in CPanel
...This site talks about that error and some possible solutions
http://dev.mysql.com/doc/mysql/en/ca...to-server.htmlComment
-
Originally posted by OzManI usually press the "create a database" button in CPanel
...This site talks about that error and some possible solutions
http://dev.mysql.com/doc/mysql/en/ca...to-server.html
i have webmin but it cant start mysql either.. cant make a database if it wont start
Comment
-
-
If you just did the install it may be that it failed at some point and didn't create the core database correctly. Have you tried a re-install?Originally posted by MrPheeri got it installed but it wont start... any ideas?ICQ: 168-914-369 >>> sysop [at] TexasDreams [dot] comComment
-
did you do this:
Originally posted by darksoulchown -R mysql:mysql /var/db/mysql
http://dev.mysql.com/doc/mysql/en/in...ng-binary.html
http://dev.mysql.com/doc/mysql/en/in...ng-source.htmlComment

sorry man
Comment