[SOLVED] when i true to use pspawn on my namalsk server

Quarterbreed

Well-Known Member
I get the following error (1449 - The user specified as a definer ('root'@'') does not exist).
With stapos latest lite pack do I have to excute this or will it keep spawning in my blown up vehicles on restart.. thx for replyinh

**EDIT**
SOLVED
 
No, they wont spawn! But here is how to fix it:

Open your DB in Navicat. Go to "Functions" and double click each one and select "Advanced". In there you should see a value that currently states "root@" or something. Deleted this and click "Save". It should now show you a value of root@localhost.

As I said, do this for each of the Functions that you see in there, from "fGetClassCount" down to "pSpawn".

Hope it helps!
 
No, they wont spawn! But here is how to fix it:

Open your DB in Navicat. Go to "Functions" and double click each one and select "Advanced". In there you should see a value that currently states "root@" or something. Deleted this and click "Save". It should now show you a value of root@localhost.

As I said, do this for each of the Functions that you see in there, from "fGetClassCount" down to "pSpawn".

Hope it helps!
awesome it worked.. thx for the help
 
Back
Top