19.11.2012, 08:38
There are major differences to consider when using a real SQL database instead of the quite simple MySQL, so you indeed need to "learn" mysql. However i always say "learning" mysql is a kinda useless term, as you just need to know 5 statements to realize everything youll ever need for a samp database: SELECT, UPDATE, INSERT, DELETE, (CREATE). "Learning" those can be limited to googling their syntax.