Linux VPS with MySQL
#1

Hey!

I'm running a Debian x64 VPS and want to run a samp mysql server on it. Ive tried it but I got the libmysqlclient_r.so.16 missing error. So I'm gonna reinstall the whole VPS to CentOS 6 x64 since there is too much shit on it already. After a clean install what should I do and in what order to get samp and mysql working? I'm using BlueG's R34 plugin.

Thanks a lot!
Reply
#2

yum install mysql mysql-server
service mysql start
mysql_secure_installation

If you get any issues, reply here.
Reply
#3

the above can only be done by the root
it installs mysql in all servers
-typo fixed
Reply
#4

With centos 6 i made the ecperience that you might also need mysql-devel
Reply
#5

yum install mysql should do the trick.
Reply
#6

Failed (plugins/mysql.so: symbol __cxa_pure_virtual, version libmysqlclient_16 not defined in file libmysqlclient_r.so.16 with link time reference)

This is what I get when I want to start my server.
Did:
Quote:

yum install mysql-server
service mysqld start
mysql_secure_installation

and configured it.

Then I got the same error so installed mysql-devel. Again the same error.
Then did yum provides libmysqlclient_r.so.16 and get mysql-libs and now I getting the error above.
Reply
#7

run this command from cli: mysql -u user -p let me know if this works
Reply
#8

Quote:
Originally Posted by Isolated
Посмотреть сообщение
run this command from cli: mysql -u user -p let me know if this works
Nope. It asks for a password but idk what is it. Tried the root pass(since I haven't set other passwords) but it says access denied. mysql -u root -p works with my root pass.
Reply
#9

If you have skype we can talk better on there

add me: aymel96
Reply
#10

Added, thanks.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)