12.12.2015, 05:07
I don't believe SC:RP creates the structure it'll need just by defining the MySQL connection details. Even if it does, it won't have any vehicles/businesses, anyway, since they're loaded in MySQL, again, if I recall right. Meaning, you'll need to import the database included from where ever you got the script from.
Include some server logs, but if you didn't import the database, that's what you should start with. You can import the database via MySQL CLI(****** it) or you can use an administration tool, which is what you'll end up wanting if you intend to directly manipulate the database(you'll probably end up needing to). While you don't need a GUI, for someone that is just starting out using MySQL, doing everything via CLI isn't going to be a fun experience. A decent PHP based MySQL administration software is phpMyAdmin, for that, you'll need a web server with PHP5, it can be local, or remote.
It's not really that difficult, but you'll definitely need to do due research and get the database imported, and probably work on getting an administration tool setup.
In the future, include logs, that'll help identify all issues that could be affecting what you're trying to do.
Include some server logs, but if you didn't import the database, that's what you should start with. You can import the database via MySQL CLI(****** it) or you can use an administration tool, which is what you'll end up wanting if you intend to directly manipulate the database(you'll probably end up needing to). While you don't need a GUI, for someone that is just starting out using MySQL, doing everything via CLI isn't going to be a fun experience. A decent PHP based MySQL administration software is phpMyAdmin, for that, you'll need a web server with PHP5, it can be local, or remote.
It's not really that difficult, but you'll definitely need to do due research and get the database imported, and probably work on getting an administration tool setup.
In the future, include logs, that'll help identify all issues that could be affecting what you're trying to do.