Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR 1050 (42S01): Table 'foo' already exists #3

Open
Phoenix1112 opened this issue Jan 29, 2019 · 0 comments
Open

ERROR 1050 (42S01): Table 'foo' already exists #3

Phoenix1112 opened this issue Jan 29, 2019 · 0 comments

Comments

@Phoenix1112
Copy link

Phoenix1112 commented Jan 29, 2019

hello. i am using this exploit on metasploitable 2.
https://github.com/1N3/PrivEsc/blob/master/mysql/raptor_udf2.c

i did connect mysql server and i did write

MySQL [(none)]> use mysql;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Database changed
MySQL [mysql]> create table foo(line blob);
ERROR 1050 (42S01): Table 'foo' already exists // this error
MySQL [mysql]>

this command fails " create table foo(line blob);" ... what can i do ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant